0
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 22 hours ago.
Apr 20, 2024 — Apr 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add some documentation of the arguments to initialize NeuralNet More... over 9 years ago
Merge pull request #155 from dnouri/feature-remember-best-weights More... over 9 years ago
Merge pull request #156 from cancan101/remove_pdb More... over 9 years ago
Remove unused pdb import More... over 9 years ago
Simplify code by treating score as a special case of loss More... over 9 years ago
Add RememberBestWeights handler: restores best weights after training More... over 9 years ago
Merge pull request #153 from BenjaminBossan/legacy-init-works-with-unicode-2.7 More... over 9 years ago
Use basestring instead of explicit check for unicode. More... over 9 years ago
Legacy layer initialization is now also triggered if layer name is unicode in Python 2.7. More... over 9 years ago
Merge pull request #152 from BenjaminBossan/cast-to-floatX-in-tests More... over 9 years ago
Better way to initialize theano output matrix for regression. More... over 9 years ago
Dtype of output matrix for regression now depends on floatX, which should allow both float32 and float64 to work. More... over 9 years ago
Cast to floatX in functional toy tests. More... over 9 years ago
Add smoke tests for some very basic toy cases. More... over 9 years ago
Merge pull request #149 from BenjaminBossan/feature-plot-occlusion-less-memory More... over 9 years ago
plot_occlusion how requires less memory. More... over 9 years ago
Merge pull request #148 from BenjaminBossan/feature-occlusion-color-non-square More... over 9 years ago
plot_occlusion now works with colored images and/or images that are not square. More... over 9 years ago
Merge pull request #145 from BenjaminBossan/feature_slice_layers More... over 9 years ago
Merge pull request #147 from dnouri/feature-partial-fit More... over 9 years ago
Merge pull request #146 from dnouri/feature-layer-instance-as-layers-param More... over 9 years ago
Add NeuralNet.partial_fit method that trains for only one epoch. More... over 9 years ago
Allow passing a Lasagne layer instance as the 1st arg to NeuralNet. More... over 9 years ago
Different implementation of the same thing. More... over 9 years ago
Slicing a Layers object now returns a Layers object instead of a list. More... over 9 years ago
Typo in ValueError More... over 9 years ago
Merge pull request #143 from dnouri/feature-upgrade-lasagne-version More... over 9 years ago
Update Lasagne version in requirements.txt to latest Git master. More... over 9 years ago
Fix install commands for when nolearn is already installed. (again) More... over 9 years ago
Catch up with Lasagne 0.1 release. More... over 9 years ago