openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
brain.js
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Aug 29, 2024 — Aug 29, 2025
Showing page 36 of 50
Search / Filter on:
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.
Robert Plummer
More...
over 7 years ago
get .calculateDeltas initial test passing
Robert Plummer
More...
over 7 years ago
better syntax
Robert Plummer
More...
over 7 years ago
simple children's book example
Robert Plummer
More...
over 7 years ago
better verbiage
Robert Plummer
More...
over 7 years ago
more foundation stuff, starting some better end to end testing
Robert Plummer
More...
over 7 years ago
Merge branch 'master' into nn-gpu-layers
Robert Plummer
More...
over 7 years ago
ad new command for testing feed-forward class
Robert Plummer
More...
over 7 years ago
resolve dependencies and release v1
Robert Plummer
More...
over 7 years ago
Merge branch 'master' into nn-gpu-layers
Robert Plummer
More...
over 7 years ago
fix #110 and ensure test tests for value
Robert Plummer
More...
over 7 years ago
build and bump version
Robert Plummer
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.
Robert Plummer
More...
over 7 years ago
more debugging and building up architecture
Robert Plummer
More...
over 7 years ago
remove unneeded 'use strict', and link up praxis to both net and in turn layers
Robert Plummer
More...
over 7 years ago
remove unused function
Robert Plummer
More...
over 7 years ago
Merge pull request #105 from shimondoodkin/master
Robert Plummer
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\)
root
More...
over 7 years ago
bump version and add dependency
Robert Plummer
More...
over 7 years ago
experimenting with using a single kernel for mse
Robert Plummer
More...
over 7 years ago
experimenting with using a single kernel for mse
Robert Plummer
More...
over 7 years ago
throw exception on `toFunction` for GPU instance
Robert Plummer
More...
over 7 years ago
gpu instance needs passed to `toArray`, remove unused imports
Robert Plummer
More...
over 7 years ago
gpu instance needs passed to `toArray`, remove unused imports
Robert Plummer
More...
over 7 years ago
refine defaults into class
Robert Plummer
More...
over 7 years ago
make
Robert Plummer
More...
over 7 years ago
cleanup of unused, unneeded properties, and default checks
Robert Plummer
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
Robert Plummer
More...
over 7 years ago
cleanup
Robert Plummer
More...
over 7 years ago
Merge branch 'master' into nn-gpu-layers
Robert Plummer
More...
over 7 years ago
←
1
2
…
32
33
34
35
36
37
38
39
40
…
49
50
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree