0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 16, 2024 — Aug 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix: Remove console.logs More... over 5 years ago
fix: Merge with master and audit More... over 5 years ago
feat: Simplify scripts More... over 5 years ago
fix: FeedForward unit tests, and expose types for layers More... over 5 years ago
fix: Test MultiplyElement more completely More... over 5 years ago
fix: Multiply Element backpropagate More... over 5 years ago
update readme More... over 5 years ago
fix: Add immutable calls to NeuralNetworkGPU fix: Remove initial input upload, not needed More... over 5 years ago
fix: Remove reinforce to follow brain.NeuralNetwork class fix: Add more missing immutable fix: Simplify authur feed forward examples fix: Simplify recurrent tests to use `net._layerSets` fix: Upgrade GPU.js More... over 5 years ago
fix: Amplify end-to-end.js recurrent test, to better compare precision fix: Provide MVP working recurrent class fix: Upgrade GPU.js fix: Use kernel.immutable, but don't enforce it fix: Move status.iterations down in FeedForward class to better adhere to original implementation More... over 5 years ago
fix: Added Recurrent end to end tests These compare to baseline RNNTimeStep to ensure accuracy. fix: Upgrade GPU.js fix: Use c8 for coverage fix: Simplify the Recurrent architecture to better match that of RNNTimeStep. More... over 5 years ago
Merge pull request #510 from BrainJS/dependabot/npm_and_yarn/codecov-3.6.5 More... over 5 years ago
Merge pull request #494 from BrainJS/dependabot/npm_and_yarn/serialize-to-js-3.0.2 More... over 5 years ago
build(deps-dev): bump codecov from 3.6.1 to 3.6.5 More... over 5 years ago
fix: Bump version number for release More... over 5 years ago
Merge remote-tracking branch 'origin/master' More... over 5 years ago
feat: Upgrade how MSE is calculated for performance So that it remains all textures till the very last calculation, which returns a single number. fix: Better deleting of textures, lower regularizationStrength More... over 5 years ago
update deps More... over 5 years ago
Update README.md More... over 5 years ago
Update package.json More... over 5 years ago
Create nodejs.yml More... over 5 years ago
Update README.md More... over 5 years ago
fix: Upgrade GPU.js fix: Files in package.json to use specific dist files fix: Add a couple regularly used files to .gitignore fix: Remove unneeded brain-browser.min.map file More... over 5 years ago
build(deps): bump serialize-to-js from 3.0.0 to 3.0.2 More... over 5 years ago
feat: Upgrade GPU.js to v2.4.1 Also upgrade NeuralNetworkGPU and FeedForward to use newer GPU.js Bump version number to alpha 10 More... over 5 years ago
Merge pull request #493 from dbud/patch-1 More... over 5 years ago
Update README.md More... over 5 years ago
Update package.json More... over 5 years ago
fix https://github.com/BrainJS/brain.js/issues/473 More... almost 6 years ago
fix: Add compare into dropout, and test More... almost 6 years ago