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
12 minutes
ago. based on code collected
13 minutes
ago.
Aug 22, 2024 — Aug 22, 2025
Showing page 33 of 50
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
bump version numbers
Robert Plummer
More...
over 7 years ago
Merge pull request #147 from BrainJS/web-worker-fix
Garrett Scott
More...
over 7 years ago
Update the browser and browser min
Garrett Scott
More...
over 7 years ago
Web workers failed since `window` does not exist. This will export to window, self, or module if they exist.
Garrett Scott
More...
over 7 years ago
Merge pull request #145 from BrainJS/dry-out-train-method
Garrett Scott
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
Garrett Scott
More...
over 7 years ago
Add a TODO for adam
Robert Plummer
More...
over 7 years ago
add a simple test for `MomentumRootMeanSquaredPropagation` praxis
Robert Plummer
More...
over 7 years ago
added pseudo placeholder for the recurrent class to get it off my machine
Robert Plummer
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
Robert Plummer
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.
Garrett Scott
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
Garrett Scott
More...
over 7 years ago
Merge pull request #137 from BrainJS/options-update
Fred Christensen
More...
over 7 years ago
Merge pull request #124 from daffl/browser-standalone
Fred Christensen
More...
over 7 years ago
Readme updates
Fred Christensen
More...
over 7 years ago
Updates the json test as well as doing a make.
Fred Christensen
More...
over 7 years ago
Merge pull request #136 from BrainJS/135-untrained-error-on-run
Garrett Scott
More...
over 7 years ago
move what was `Output` into `Target` layer adjust praxis for upcoming usage
Robert Plummer
More...
over 7 years ago
#135 Used a filter rather than `map().every()` to get the errors with individual settings.
Garrett Scott
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.
Garrett Scott
More...
over 7 years ago
Merge branch 'develop' into nn-gpu-layers
Robert Plummer
More...
over 7 years ago
Merge pull request #125 from daffl/test-browser
Fred Christensen
More...
over 7 years ago
Updating some things
Fred Christensen
More...
over 7 years ago
Merge pull request #134 from BrainJS/readme-update
Fred Christensen
More...
over 7 years ago
Updates
Fred Christensen
More...
over 7 years ago
updates the readme to include the async training
Fred Christensen
More...
over 7 years ago
Merge pull request #118 from BrainJS/add-thaw
Robert Plummer
More...
over 7 years ago
Merge branch 'develop' into add-thaw
Robert Plummer
More...
over 7 years ago
Merge pull request #133 from BrainJS/v1.0.3-prep
Robert Plummer
More...
over 7 years ago
bump version number and release time
Robert Plummer
More...
over 7 years ago
←
1
2
…
29
30
31
32
33
34
35
36
37
…
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