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 18 of 19
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Removed the separate regressor that supported 1D outputs, that's now merged and automatic.
Alex J. Champandard
More...
almost 10 years ago
Further cleaning up imports and attempts to fix the mock module importing which fails for nested modules (sys.path error).
Alex J. Champandard
More...
almost 10 years ago
Another attempt to fix ReadTheDocs generation with mock modules.
Alex J. Champandard
More...
almost 10 years ago
Attempt to fix ReadTheDocs having trouble with the mock modules.
Alex J. Champandard
More...
almost 10 years ago
Replaced badge for the build/doc status with SVG. Using mock modules in conf.py so support for ReadTheDocs is non intrusive.
Alex J. Champandard
More...
almost 10 years ago
Renamed the iterations parameter to be more consistent with sklearn, removed AdaGrad because it NaNs out.
Alex J. Champandard
More...
almost 10 years ago
Removed the weight_scale parameter, exposed many other parameters explicitly, moved iterations into the main constructor so it works better with pipelines.
Alex J. Champandard
More...
almost 10 years ago
Adding a test for post-serialise prediction without training. New tests for pipelines with automatic min/max scaling too.
Alex J. Champandard
More...
almost 10 years ago
Simplified the tests for the deep networks, reusing much of the linear test code.
Alex J. Champandard
More...
almost 10 years ago
Tweaking X and Y ranges so no rescaling is required for the NN to operate well with dropout. Increased network size, decreased training iterations.
Alex J. Champandard
More...
almost 10 years ago
Fixed bugs with dropout support, updated example to include deep network.
Alex J. Champandard
More...
almost 10 years ago
Minor linguistic fixes
ssamot
More...
almost 10 years ago
Fixing support for hidden layers and adding tests for deep networks.
Alex J. Champandard
More...
almost 10 years ago
Adding examples and renamed the SimpleRegressor.
Alex J. Champandard
More...
almost 10 years ago
Adding a SimpleRegressor that only provides one output, like other inferior forms of machine learning.
Alex J. Champandard
More...
almost 10 years ago
Fleshed out constructor documentation, fixed fit() and predict() and other misc. formatting.
Alex J. Champandard
More...
almost 10 years ago
Adding requirements.txt file just for RTD, and trying to use numpydoc again.
Alex J. Champandard
More...
almost 10 years ago
Attempting to use napoleon to parse numpy comments, numpydoc is not available on RTD?
Alex J. Champandard
More...
almost 10 years ago
Enabling numpydoc so the comments in the style of sklearn show up formatted on ReadTheDocs.
Alex J. Champandard
More...
almost 10 years ago
Fix for ReadTheDocs when scikit-learn is not installed.
Alex J. Champandard
More...
almost 10 years ago
Interface that confirms to sklearn's expectation for Estimators. Adjusted tests accordingly.
Alex J. Champandard
More...
almost 10 years ago
Visual tweaks to the documentation now it's building correctly and shown on ReadTheDocs.
Alex J. Champandard
More...
almost 10 years ago
Not specifying theme name explicitly, RTD works with default theme.
Alex J. Champandard
More...
almost 10 years ago
Attempting to fall back from import errors when the documentations are built.
Alex J. Champandard
More...
almost 10 years ago
Attempting to fix the documentations with RTD.
Alex J. Champandard
More...
almost 10 years ago
First version of the documentation with Sphinx, attempting to connect with ReadTheDocs.
Alex J. Champandard
More...
almost 10 years ago
Refactoring the code into smaller chunks for simplicity.
Alex J. Champandard
More...
almost 10 years ago
Using StringIO for serialisation rather than temporary files, now running all tests on deserialised networks too.
Alex J. Champandard
More...
almost 10 years ago
First test for serialisation, fix for pickling support.
Alex J. Champandard
More...
almost 10 years ago
Added dependency on scikit-learn for the automated tests.
Alex J. Champandard
More...
almost 10 years ago
←
1
2
…
11
12
13
14
15
16
17
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