0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 12 minutes ago. based on code collected 13 minutes ago.
Aug 22, 2024 — Aug 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
bump version numbers More... over 7 years ago
Merge pull request #147 from BrainJS/web-worker-fix More... over 7 years ago
Update the browser and browser min More... over 7 years ago
Web workers failed since `window` does not exist. This will export to window, self, or module if they exist. More... over 7 years ago
Merge pull request #145 from BrainJS/dry-out-train-method More... over 7 years ago
Moved the logic for not training anymore to `_trainingTick` which now returns a boolean to show whether or not it ran. This allows for no additional closures, but still keeping `train` and `trainAsync` DRY More... over 7 years ago
Add a TODO for adam More... over 7 years ago
add a simple test for `MomentumRootMeanSquaredPropagation` praxis More... over 7 years ago
added pseudo placeholder for the recurrent class to get it off my machine More... over 7 years ago
Moved reset of deltas to base so it affects all layers, and removed from everywhere else. More unit testing for FeedForward class More... over 7 years ago
train and trainAsync now have a common _prepTraining method which sets things up for training. This returns what should happen during a training tick. This is essentially to keep the training methods DRY. More... over 7 years ago
updateTrainingOptions changed to an "internal only" function by adding in the _ prefix. Also, made the operation a little less fragile by updating any options which are in the default object, rather than a specific list. Some exceptions are handled separately (e.g. activation and log). Same thing for the _getTrainOpts function More... over 7 years ago
Merge pull request #137 from BrainJS/options-update More... over 7 years ago
Merge pull request #124 from daffl/browser-standalone More... over 7 years ago
Readme updates More... over 7 years ago
Updates the json test as well as doing a make. More... over 7 years ago
Merge pull request #136 from BrainJS/135-untrained-error-on-run More... over 7 years ago
move what was `Output` into `Target` layer adjust praxis for upcoming usage More... over 7 years ago
#135 Used a filter rather than `map().every()` to get the errors with individual settings. More... over 7 years ago
Added some basic handling for when a net is run without training. Checks for the side effects, rather than if train() was ran. More... over 7 years ago
Merge branch 'develop' into nn-gpu-layers More... over 7 years ago
Merge pull request #125 from daffl/test-browser More... over 7 years ago
Updating some things More... over 7 years ago
Merge pull request #134 from BrainJS/readme-update More... over 7 years ago
Updates More... over 7 years ago
updates the readme to include the async training More... over 7 years ago
Merge pull request #118 from BrainJS/add-thaw More... over 7 years ago
Merge branch 'develop' into add-thaw More... over 7 years ago
Merge pull request #133 from BrainJS/v1.0.3-prep More... over 7 years ago
bump version number and release time More... over 7 years ago