carrot
carrot copied to clipboard
π₯ Evolutionary Neural Networks in JavaScript
### Description There are currently no tests to enforce correct construction of Hopfield Networks inside architect this resulted in issue #220 ### Tasks Include specific tasks in the order they...
Add reinforcement training, like DQN to Carrot. Requested by [Jared Codling](https://www.imhardtohire.com/)
This discussion has been moved from Neataptic. https://github.com/wagenaartje/neataptic/issues/74 Krooq made the [following observation](https://github.com/wagenaartje/neataptic/issues/74#issue-261159397) on Neataptic: > Typescript is fantastic for managing the increasing the complexity of a project which I...
Screenshot from the [Gitter chat](https://gitter.im/carrot-ai/community) with @teh-mICON about visualization approaches with [NN-Viz](https://github.com/liquidcarrot/nn-viz)  By adding a meta property that can be optionally toggled on...
**Is your feature request related to a problem? Please describe.** Minimized code will have implicit assumptions baked into it. Ideally no assumptions would ever be made but this would create...
https://github.com/gothinkster/vue-realworld-example-app/blob/master/src/store/index.js The way that Vuex store handles modules can be a useful nomenclature standard for carrot to adopt for inter-process communication
**Is your feature request related to a problem? Please describe.** In #152 @tracycollins was experiencing bugs trying to import directly from Neataptic because the import / export system has changed...
**Is your feature request related to a problem? Please describe.** Unit tests are great, stack traces are great, but they only give you a snapshot of a behavior that is...
This is an old Neataptic bug that is still happening. "maxNodes" and "maxConns" don't seem to always work. After a while, they will increase over the maximum. My settings: ```...
When evolving a network on a machine, and using close to 100% of cpu capacity, it would be nice to have a way to pause and later resume the evolve()...