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 16 of 19
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Added a benchmark from `nolearn` on original MNIST to compare results and performance.
Alex J. Champandard
More...
almost 10 years ago
Build fix for Python 3.x
Alex J. Champandard
More...
almost 10 years ago
Fix for the verbose mode for the classifier system, should be 100% test coverage now.
Alex J. Champandard
More...
almost 10 years ago
More tests for the termination conditions, and various supported sparse datatypes.
Alex J. Champandard
More...
almost 10 years ago
Increasing coverage of the classifier code with their own sklearn compatibility test.
Alex J. Champandard
More...
almost 10 years ago
Merge branch 'master' of https://github.com/aigamedev/scikit-neuralnetwork
Alex J. Champandard
More...
almost 10 years ago
Cleaning up tests, preparing for coverage of Classifiers and Regressors for sklearn compatible features.
Alex J. Champandard
More...
almost 10 years ago
Made fit/predict pipeline closer to standard sklearn
ssamot
More...
almost 10 years ago
Merge branch 'master' of https://github.com/aigamedev/scikit-neuralnetwork
Alex J. Champandard
More...
almost 10 years ago
- Tidying up inheritance tree to fix documentation, remove hacks. - No early termination in the examples, since we want to test iterations.
Alex J. Champandard
More...
almost 10 years ago
Merge branch 'master' of github.com:aigamedev/scikit-neuralnetwork
ssamot
More...
almost 10 years ago
Cleaning up imports in Classifier
ssamot
More...
almost 10 years ago
Including constructors in the documentation by enabling inherited members.
Alex J. Champandard
More...
almost 10 years ago
Summary is required for the autodoc to build, apparently.
Alex J. Champandard
More...
almost 10 years ago
Inheritance forces auto-summary, which adds an unwanted table to the docs.
Alex J. Champandard
More...
almost 10 years ago
Attempting to fix the documentation generation process on ReadTheDocs.
Alex J. Champandard
More...
almost 10 years ago
- Refactored the inheritance mostly for documentation purposes. - Exposed a test failure in the softmax initialisation code. - Disabled the serialisation tests for now.
Alex J. Champandard
More...
almost 10 years ago
- Added softmax to the output tests alongside gaussian. - More logging and default values to the termination conditions. - The tests use n_iter=1 by default since it's only a codepath test.
Alex J. Champandard
More...
almost 10 years ago
Build fix for gaussian that never converges with the new termination code, removed unused decision_function, and cleaned up the predict_proba().
Alex J. Champandard
More...
almost 10 years ago
Visualizing output types and switching to zero tolerance convergence by default. To be parameterized!
Alex J. Champandard
More...
almost 10 years ago
Merge commit '3ee2620ecc25a33846b84e5592b09275d8681e48'
Alex J. Champandard
More...
almost 10 years ago
Adding support for monitoring the learning and terminating once done.
Alex J. Champandard
More...
almost 10 years ago
Added softmax
ssamot
More...
almost 10 years ago
Reworked introduction text and more formatting changes for GitHub stylesheet.
Alex J. Champandard
More...
almost 10 years ago
Nesting links within bold doesn't work, trying to use note directive instead.
Alex J. Champandard
More...
almost 10 years ago
Using absolute URL links because GitHub struggles with the inline RST links.
Alex J. Champandard
More...
almost 10 years ago
Merge branch 'master' of github.com:aigamedev/scikit-neuralnetwork
ssamot
More...
almost 10 years ago
Faster sinusoid + verbose parameter
ssamot
More...
almost 10 years ago
Adding command line to run the plotting demo to the README, to show something cool on project front page!
Alex J. Champandard
More...
almost 10 years ago
Fixing the build, rule default was renamed to sgd.
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