0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 29, 2024 — Aug 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
simplify rnn tests, and add json tests to lstm and gru More... over 8 years ago
call done for tests taking too long More... over 8 years ago
ensure outputMatrixIndex is set when fromJSON is called More... over 8 years ago
build More... over 8 years ago
make vocab a bit more strict More... over 8 years ago
Merge branch 'recurrent' More... over 8 years ago
update build More... over 8 years ago
Merge branch 'recurrent' More... over 8 years ago
improvements to make rnn similar to the regular feedforward net. More... over 8 years ago
Merge pull request #29 from harthur-org/recurrent More... over 8 years ago
build for dist and browser More... over 8 years ago
up training sessions More... over 8 years ago
toFunction tests More... over 8 years ago
toFunction, working in rnn More... over 8 years ago
Merge branch 'master' into recurrent More... over 8 years ago
move result so that it may be extended like input/output More... over 8 years ago
added printable characters to vocab More... over 8 years ago
fat arrow functions, tweak rnn tests so they aren't so fragile More... over 8 years ago
gru tests and fat arrow functions More... over 8 years ago
remove comment More... over 8 years ago
tests More... over 8 years ago
syntax More... over 8 years ago
fully working rnn, lstm, and gru More... almost 9 years ago
added perplexity test, and looks like prediction is what is failing More... almost 9 years ago
Fix the dist path More... almost 9 years ago
found that recursion was not being set in transition, discovered that it was attempting to be set in the wrong order, by moving it to result, it acts more like the actual network it is modeled after, push, not pull. More... almost 9 years ago
got the exploding weights issue solved, now the network seems to not learn very fast More... almost 9 years ago
more organization and refactoring More... almost 9 years ago
fixes, eureka moments, and code More... almost 9 years ago
more refactoring found a few flaws with backpropagation More... almost 9 years ago