0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
Aug 22, 2024 — Aug 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #131 from BrainJS/129-fix-json More... over 7 years ago
Merge branch '130-at-least-floats' into 129-fix-json More... over 7 years ago
fix test and spacing More... over 7 years ago
remove `.only` More... over 7 years ago
fix erroneous test More... over 7 years ago
Merge branch '130-at-least-floats' into 129-fix-json More... over 7 years ago
use Float32Array where we can improving performance More... over 7 years ago
Merge pull request #122 from BrainJS/templates More... over 7 years ago
Possible suggestions for clarity More... over 7 years ago
move toFunction into its own test, for easier debugging add more tests, exposing issue resolve issue which was expecting `layer` as an index, where `i` is actual index, and we need to set `this.biases[i][j]` which is a float, not overwrite it More... over 7 years ago
consistency in constructor value setting More... over 7 years ago
remove unneeded constant More... over 7 years ago
switch deltas to zero after weights are set ad test against return values remove More... over 7 years ago
remove arrays for inputLayers, and directly use `layerInput1`, and `layerInput2` reduce deltas to zeros just before weights are set to them More... over 7 years ago
Merge branch 'master' into nn-gpu-layers More... over 7 years ago
add a simple unit test for use in gpu layers and ensure there is a means to run tests on recurrent/matrix More... over 7 years ago
unit test simple example More... over 7 years ago
Now have NaN not feeding back through, but net unable to learn More... over 7 years ago
now transposing just in time and more unit tests More... over 7 years ago
expose unit test for why multiply isn't working More... over 7 years ago
Removed goodies More... over 7 years ago
Remember that time More... over 7 years ago
getting further with feedforward basis, still failing on multiply from input. Added transpose and test runner for layer namespace More... over 7 years ago
Loggity More... over 7 years ago
Last things More... over 7 years ago
Updates all the things. More... over 7 years ago
get rid of weigh, and just use multiply, get network connected and tested in end-to-end.js test, but still not reducing error. The problem is located in how output is connected to the rest of the net, we need to further reduce its value. This is a good resting point, so committing. More... over 7 years ago
Committing before I change to promise so I don't break things too bad More... over 7 years ago
Rebased onto master and small update for initialize to not send data but sizes More... over 7 years ago
updates training to train async or not and fixes the tests to conform More... over 7 years ago