0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Aug 20, 2024 — Aug 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix ones, bump version numbers More... over 7 years ago
refinements for reusing matrices in both FeedForward and Recurrent neural nets More... over 7 years ago
Merge pull request #101 from BrainJS/nn-gpu More... over 7 years ago
putting cart before horse, and go ahead and design lstm, gru, and vanilla recurrent nets using the planned api for recurrent nets using layer composition, and it is beautiful More... over 7 years ago
simplify implementation of weigh, and initial test More... over 7 years ago
refinements for reusing matrices in both FeedForward and Recurrent neural nets More... over 7 years ago
fully connected, outputting error, full training next More... over 7 years ago
fully connected, nearly able to train More... almost 8 years ago
debugging and more architecture forward propagate is connected More... almost 8 years ago
debugging and more architecture More... almost 8 years ago
first test with output More... almost 8 years ago
Merge pull request #100 from perborgen/master More... almost 8 years ago
Added the tutorial link inline More... almost 8 years ago
Added link to Brain.js tutorial More... almost 8 years ago
starting to connect layer architectures More... almost 8 years ago
more groundwork to arrive at lstm concept and some simplification of add and multiply More... almost 8 years ago
Update chat More... almost 8 years ago
implement toJSON and fromJSON methods and tests More... almost 8 years ago
implementing predict, compare, and learn, and sanity testing More... almost 8 years ago
shorten syntax, and connect missing output More... almost 8 years ago
test order of layers More... almost 8 years ago
Merge branch 'nn-gpu' into nn-gpu-layers More... almost 8 years ago
bring connectLayers and connectNestedLayers online and tested, refactor for more unified settings first approach on layers, fix broken unit tests. More... almost 8 years ago
update to let from var More... almost 8 years ago
cleanup and reuse base network More... almost 8 years ago
Merge branch 'master' into nn-gpu More... almost 8 years ago
Merge remote-tracking branch 'origin/nn-gpu-layers' into nn-gpu-layers More... almost 8 years ago
more foundational logic More... almost 8 years ago
sync with master More... almost 8 years ago
Merge pull request #94 from nicoschtein/patch-1 More... almost 8 years ago