0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #212 from MatthewJA/master More... over 8 years ago
Removed debugging print. More... over 8 years ago
Upgrade for Lasagne, better integrates with new theano. More... over 8 years ago
Fix for 404 error reported. More... almost 9 years ago
Updating installation instructions, removing Auto-Encoder section for now. More... almost 9 years ago
Updates to the documentation. Closes #174. More... almost 9 years ago
Fix for Python 2.7, starting to be annoying. More... almost 9 years ago
Bump Lasagne version, also preparing release v0.7 version number. More... almost 9 years ago
Support for chaining get_parameters and set_parameters on another network. Updates #192. More... almost 9 years ago
Merge pull request #195 from aigamedev/native More... almost 9 years ago
Class documentation for the native layer. More... almost 9 years ago
Fix for Python 2.7 syntax, simplified native layer code. More... almost 9 years ago
Test for various layer types including Gaussian dropout and leaky rectifier. More... almost 9 years ago
First experiment with native layers, in this case containing Lasagne-specific code. More... almost 9 years ago
Fix for serialization determinism, using the old property name for backwards compatibility. More... almost 9 years ago
Support for calling set_parameters() even before initialize. Constructor parameter now called parameters too, no longer weights. Closes #188. More... almost 9 years ago
Fix for warning using convolution layers. More... almost 9 years ago
Merge pull request #191 from stonebig/patch-1 More... almost 9 years ago
Back to official Theano releases, now that Theano-0.8.0 is out More... almost 9 years ago
Merge pull request #187 from aigamedev/batchnorm More... almost 9 years ago
Reworked support for batch_norm to make sure it's deterministic once serialized or cloned. More... almost 9 years ago
Tests for batch_norm and convolution. More... almost 9 years ago
Fixing support for batch_norm combined with convolution. More... almost 9 years ago
Merge branch 'master' of github.com:aigamedev/scikit-neuralnetwork More... almost 9 years ago
Updating requirements in master for new batch_norm branch. More... almost 9 years ago
Making sure Travis CI uses latest requirements, updated accordingly. More... almost 9 years ago
Batch normalization requires a more recent version of Lasagne. More... almost 9 years ago
Support for batch normalization in the entire network or only certain layers. More... almost 9 years ago
Merge pull request #186 from aigamedev/pandas More... almost 9 years ago
Fix for variable name. More... almost 9 years ago