liquidcarrot / carrot

🥕 Evolutionary Neural Networks in JavaScript
https://liquidcarrot.io/carrot/
MIT License
293 stars 34 forks source link

Compare & Contrast Everything for Performance #48

Open luiscarbonell opened 5 years ago

luiscarbonell commented 5 years ago

Is your feature request related to a problem? Please describe.

Figuring out what network topology to use based on previous data and particular problems is incredibly time consuming and frustrating.

Describe the solution you'd like

It would be amazing if Carrot could automate the process of not only neuroevolution, but also what network and network structure/architecture/paradigm would be best to solve a particular problem.

Describe alternatives you've considered

Trail and error; Data Robot; reading research papers; etc.

Additional context

Screenshot 2019-05-03 at 1 47 18 PM

dan-ryan commented 5 years ago

This might also help with this: https://github.com/liquidcarrot/carrot/issues/50