0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'batch-size' More... about 9 years ago
Bump version number for release 0.6. More... about 9 years ago
Merge pull request #167 from aigamedev/batch-size More... about 9 years ago
Attempt to fix small batch size support on Python 2.7. More... about 9 years ago
Merge branch 'pr/157' into batch-size More... about 9 years ago
Merge pull request #166 from aigamedev/monkeypatch More... about 9 years ago
Fix test name, coverage was below 100%! More... about 9 years ago
Monkey-patching sklearn every use rather than upfront so it works more consistently with pickle and alongside other libraries. May need to copy/paste functionality due to the way the original is implemented :-| More... about 9 years ago
Merge pull request #164 from aigamedev/voting More... about 9 years ago
Voting ensemble seems to work as it is. More... about 9 years ago
Merge pull request #165 from aigamedev/threads More... about 9 years ago
Tests more robust by clearing environment variables. More... about 9 years ago
Documentation for multi-threading support. More... about 9 years ago
Helpers to set the number of threads when running on OpenMP via the CPU. More... about 9 years ago
Adding tests for voting ensemble to check for bug reported in #154. Fix another classifier test. More... about 9 years ago
Tests for pull request #158. More... about 9 years ago
Increasing learning rate of tests to boost reliability. Improved documentation. More... about 9 years ago
Support for sparse matrix predictions, closes #139. More... about 9 years ago
Adding extra test and assert to isolate issue #161. More... about 9 years ago
Fix bug when batch_size > dataset size More... about 9 years ago
Merge pull request #156 from fayeshine/fayeshine-patch-1 More... about 9 years ago
Update plot_mlp.py More... about 9 years ago
Using official versions of dependencies for the PIP build. More... about 9 years ago
Preparing for 0.5 release. More... about 9 years ago
Moving away from setup.py to requirements.txt. Python packaging is a disaster. More... about 9 years ago
Merge pull request #151 from fayeshine/fayeshine-patch-2 More... about 9 years ago
Merge pull request #149 from fayeshine/fayeshine-patch-1 More... about 9 years ago
Update bench_cifar10.py More... about 9 years ago
Update bench_mnist.py More... about 9 years ago
Merge pull request #138 from aigamedev/ELU More... about 9 years ago