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
Added a benchmark from `nolearn` on original MNIST to compare results and performance. More... almost 10 years ago
Build fix for Python 3.x More... almost 10 years ago
Fix for the verbose mode for the classifier system, should be 100% test coverage now. More... almost 10 years ago
More tests for the termination conditions, and various supported sparse datatypes. More... almost 10 years ago
Increasing coverage of the classifier code with their own sklearn compatibility test. More... almost 10 years ago
Merge branch 'master' of https://github.com/aigamedev/scikit-neuralnetwork More... almost 10 years ago
Cleaning up tests, preparing for coverage of Classifiers and Regressors for sklearn compatible features. More... almost 10 years ago
Made fit/predict pipeline closer to standard sklearn More... almost 10 years ago
Merge branch 'master' of https://github.com/aigamedev/scikit-neuralnetwork 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. More... almost 10 years ago
Merge branch 'master' of github.com:aigamedev/scikit-neuralnetwork More... almost 10 years ago
Cleaning up imports in Classifier More... almost 10 years ago
Including constructors in the documentation by enabling inherited members. More... almost 10 years ago
Summary is required for the autodoc to build, apparently. More... almost 10 years ago
Inheritance forces auto-summary, which adds an unwanted table to the docs. More... almost 10 years ago
Attempting to fix the documentation generation process on ReadTheDocs. 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. 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. 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(). More... almost 10 years ago
Visualizing output types and switching to zero tolerance convergence by default. To be parameterized! More... almost 10 years ago
Merge commit '3ee2620ecc25a33846b84e5592b09275d8681e48' More... almost 10 years ago
Adding support for monitoring the learning and terminating once done. More... almost 10 years ago
Added softmax More... almost 10 years ago
Reworked introduction text and more formatting changes for GitHub stylesheet. More... almost 10 years ago
Nesting links within bold doesn't work, trying to use note directive instead. More... almost 10 years ago
Using absolute URL links because GitHub struggles with the inline RST links. More... almost 10 years ago
Merge branch 'master' of github.com:aigamedev/scikit-neuralnetwork More... almost 10 years ago
Faster sinusoid + verbose parameter More... almost 10 years ago
Adding command line to run the plotting demo to the README, to show something cool on project front page! More... almost 10 years ago
Fixing the build, rule default was renamed to sgd. More... almost 10 years ago