openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
S
scikit-neuralnetwork
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 18, 2023 — Jan 18, 2024
Showing page 4 of 19
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Documentation for Exponential Linear activation.
Alex J. Champandard
More...
about 9 years ago
Fix and tests for ELU units in the convolution.
Alex J. Champandard
More...
about 9 years ago
More iterations to help classifier from random stabilize.
Alex J. Champandard
More...
about 9 years ago
Preliminary support for exponential linear units.
Alex J. Champandard
More...
about 9 years ago
Merge pull request #137 from aigamedev/outconv
Alex J. Champandard
More...
about 9 years ago
Further tweaking of test thresholds.
Alex J. Champandard
More...
about 9 years ago
Further fixes to reliability of randomized tests.
Alex J. Champandard
More...
about 9 years ago
Fix for failed random test on 2.7 and 3.4.
Alex J. Champandard
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.
Alex J. Champandard
More...
about 9 years ago
Fix for automated test framework.
Alex J. Champandard
More...
about 9 years ago
Adding optional scale_factor parameter to list.
Alex J. Champandard
More...
about 9 years ago
Flipped order of upscaling so it can easily be made symmetrical, fix for test.
Alex J. Champandard
More...
about 9 years ago
Adding upscaling support in the convolution layers so it's easy to build convolutional autoencoders manually.
Alex J. Champandard
More...
about 9 years ago
Merge pull request #136 from aigamedev/cost
Alex J. Champandard
More...
about 9 years ago
Updates to the documentation now also include callbacks.
Alex J. Champandard
More...
about 9 years ago
Documentation for the per-sample weighting or dataset masking feature.
Alex J. Champandard
More...
about 9 years ago
Merge pull request #135 from aigamedev/cost
Alex J. Champandard
More...
about 9 years ago
Test was too strict to succeed deterministically.
Alex J. Champandard
More...
about 9 years ago
Using vector for mask weights if they are set, otherwise a scalar that becomes 1.0. Simplifies the code.
Alex J. Champandard
More...
about 9 years ago
Classification tests for the data sample masking/weighting. Implementation seems to work reliably on these test problems!
Alex J. Champandard
More...
about 9 years ago
Improved the test quality and added multi-output regressor tests.
Alex J. Champandard
More...
about 9 years ago
Tests for weighted examples using regressor, that works quite well apparently!
Alex J. Champandard
More...
about 9 years ago
Another experiment with per-sample training costs, but this doesn't seem to work on MNIST. All or nothing.
Alex J. Champandard
More...
about 9 years ago
Bug fix for stability exit when no validation set is used.
Alex J. Champandard
More...
about 9 years ago
Bug fix for output of the progress bar.
Alex J. Champandard
More...
about 9 years ago
Debug printing of progress only if the verbose flag is set.
Alex J. Champandard
More...
about 9 years ago
Improving the front-page documentation for GitHub.
Alex J. Champandard
More...
about 9 years ago
Merge pull request #133 from aigamedev/callback
Alex J. Champandard
More...
about 9 years ago
User defined termination with `on_epoch_finish` returning something that equals False.
Alex J. Champandard
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.
Alex J. Champandard
More...
about 9 years ago
←
1
2
3
4
5
6
7
8
9
…
18
19
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree