Skip to content

Releases: voidvoxel/brain.js

2.0.0-beta.24#42aece2

05 Jan 21:52
Compare
Choose a tag to compare
2.0.0-beta.24#42aece2 Pre-release
Pre-release

Full Changelog: 2.0.0-beta.24...2.0.0-beta.24#42aece2

Description

I added support for defining loss functions to brain.js, but the changes haven't made it into mainstream yet, which has delayed a project I've been working on. To work around this, I'll be uploading pre-release builds here until the changes are pulled into mainstream. If you'd like to experiment with loss functions in the meantime, feel free to either download the browser build below or rebuild the library from source. If you have any changes or suggestions you'd like to make, feel free to create a pull request or issue, respectively.

Changelog

  • Add support for user-defined loss functions to train neural networks.
  • Add support for fine-tuned reinforcement learning by defining loss functions.
  • Add RAM to neural networks. The RAM is also accessible from user-defined loss functions, allowing for neural networks trained using data memorized from previous runs.