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
remove `OperatorBase` in favor of `Base`. Initially Base was doing too much, but now that we are not sending inputs to `Bas`, it essentially fits the concept that started as `OperatorBase` and we can now establish `inputLayers` and `inputLayer` just above the concrete class. Simplify unit tests for checking if number comes out of net. More... over 7 years ago
get .calculateDeltas initial test passing More... over 7 years ago
better syntax More... over 7 years ago
simple children's book example More... over 7 years ago
better verbiage More... over 7 years ago
more foundation stuff, starting some better end to end testing More... over 7 years ago
Merge branch 'master' into nn-gpu-layers More... over 7 years ago
ad new command for testing feed-forward class More... over 7 years ago
resolve dependencies and release v1 More... over 7 years ago
Merge branch 'master' into nn-gpu-layers More... over 7 years ago
fix #110 and ensure test tests for value More... over 7 years ago
build and bump version More... over 7 years ago
fixes #110, makes data formatter a set of singletons and don't overwrite `input`, but rather use `rawInput` Also unit test. Bump version number. More... over 7 years ago
more debugging and building up architecture More... over 7 years ago
remove unneeded 'use strict', and link up praxis to both net and in turn layers More... over 7 years ago
remove unused function More... over 7 years ago
Merge pull request #105 from shimondoodkin/master More... over 7 years ago
change data.constructor !== Array to Array.isArray using search and repalce: ([a-z0-9A-Z\.\[\]]+)\.constructor\s*!==\s*Array to Array.isArray\($1\) More... over 7 years ago
bump version and add dependency More... over 7 years ago
experimenting with using a single kernel for mse More... over 7 years ago
experimenting with using a single kernel for mse More... over 7 years ago
throw exception on `toFunction` for GPU instance More... over 7 years ago
gpu instance needs passed to `toArray`, remove unused imports More... over 7 years ago
gpu instance needs passed to `toArray`, remove unused imports More... over 7 years ago
refine defaults into class More... over 7 years ago
make More... over 7 years ago
cleanup of unused, unneeded properties, and default checks More... over 7 years ago
Ensure proper names are passed down through to gpu createKernelMap and don't define runInput and calculateDeltas as null if the prototype has them set More... over 7 years ago
cleanup More... over 7 years ago
Merge branch 'master' into nn-gpu-layers More... over 7 years ago