carrot icon indicating copy to clipboard operation
carrot copied to clipboard

πŸ₯• Evolutionary Neural Networks in JavaScript

Results 103 carrot issues
Sort by recently updated
recently updated
newest added

### 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...

πŸ•·οΈ bug
✨ enhancement

Add reinforcement training, like DQN to Carrot. Requested by [Jared Codling](https://www.imhardtohire.com/)

❀️ user-requested
✨ enhancement

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...

πŸ’¬ discussion
❀️ user-requested
πŸ™Œ community

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) ![Screenshot 2019-12-27 at 11 10 20 AM](https://user-images.githubusercontent.com/23618650/71529498-df51aa80-2899-11ea-86cb-39a873a9a719.png) By adding a meta property that can be optionally toggled on...

✨ enhancement
βš™οΈ dev ops

**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...

πŸ“– documentation
πŸ™Œ community
😌 code quality

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

πŸ’‘theory
✨ enhancement
😌 code quality

**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...

πŸ’¬ discussion
πŸ™Œ community
✨ enhancement

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: ```...

πŸ•·οΈ bug

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()...

πŸ™Œ community
✨ enhancement