0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Documentation for Exponential Linear activation. More... about 9 years ago
Fix and tests for ELU units in the convolution. More... about 9 years ago
More iterations to help classifier from random stabilize. More... about 9 years ago
Preliminary support for exponential linear units. More... about 9 years ago
Merge pull request #137 from aigamedev/outconv More... about 9 years ago
Further tweaking of test thresholds. More... about 9 years ago
Further fixes to reliability of randomized tests. More... about 9 years ago
Fix for failed random test on 2.7 and 3.4. More... about 9 years ago
Support for output convolution layer, and some transposing if axis don't match. An image must be specified as Y in this case. More... about 9 years ago
Fix for automated test framework. More... about 9 years ago
Adding optional scale_factor parameter to list. More... about 9 years ago
Flipped order of upscaling so it can easily be made symmetrical, fix for test. More... about 9 years ago
Adding upscaling support in the convolution layers so it's easy to build convolutional autoencoders manually. More... about 9 years ago
Merge pull request #136 from aigamedev/cost More... about 9 years ago
Updates to the documentation now also include callbacks. More... about 9 years ago
Documentation for the per-sample weighting or dataset masking feature. More... about 9 years ago
Merge pull request #135 from aigamedev/cost More... about 9 years ago
Test was too strict to succeed deterministically. More... about 9 years ago
Using vector for mask weights if they are set, otherwise a scalar that becomes 1.0. Simplifies the code. More... about 9 years ago
Classification tests for the data sample masking/weighting. Implementation seems to work reliably on these test problems! More... about 9 years ago
Improved the test quality and added multi-output regressor tests. More... about 9 years ago
Tests for weighted examples using regressor, that works quite well apparently! More... about 9 years ago
Another experiment with per-sample training costs, but this doesn't seem to work on MNIST. All or nothing. More... about 9 years ago
Bug fix for stability exit when no validation set is used. More... about 9 years ago
Bug fix for output of the progress bar. More... about 9 years ago
Debug printing of progress only if the verbose flag is set. More... about 9 years ago
Improving the front-page documentation for GitHub. More... about 9 years ago
Merge pull request #133 from aigamedev/callback More... about 9 years ago
User defined termination with `on_epoch_finish` returning something that equals False. More... about 9 years ago
Removed the mutator as it can be replaced entirely with the callbacks. Ported tests accordingly. Note, however, that repeatedly mutating data in batches may have unintended side-effects. More... about 9 years ago