Show HN: Neural Network Evolution Playground with Backprop NEAT
1–8 of 8 posts
Re: Show HN: Neural Network Evolution Playground with Backprop NEAT
#2That's a bold statement with no elaboration. I would expect a link to DSDs statement at the least. Based on what metrics? How does Javascript go about accessing GPUs for training?
Re: Show HN: Neural Network Evolution Playground with Backprop NEAT
#3[0] https://github.com/tansey/social-learning (note: not as clean of a structure as OP's code!)
Re: Show HN: Neural Network Evolution Playground with Backprop NEAT
#4"Forget Torch, Tensorflow, and Theano. I decided to implement Backprop NEAT in Javascript, because it is considered the best language for Deep Learning according to the Data Science Dojo." That's a bold statement with no elaboration. I would expect a link to DSDs statement at the least. Based on what metrics? How does Javascript go about accessing GPUs for training?
Kind of like http://www.deepexcel.net/
Re: Show HN: Neural Network Evolution Playground with Backprop NEAT
#5Re: Show HN: Neural Network Evolution Playground with Backprop NEAT
#6"Forget Torch, Tensorflow, and Theano. I decided to implement Backprop NEAT in Javascript, because it is considered the best language for Deep Learning according to the Data Science Dojo." That's a bold statement with no elaboration. I would expect a link to DSDs statement at the least. Based on what metrics? How does Javascript go about accessing GPUs for training?
I think it was meant to be sarcasm. Kind of like http://www.deepexcel.net/
Re: Show HN: Neural Network Evolution Playground with Backprop NEAT
#7Given Neuro Evolution evolves efficient structure, this suggests training NEAT on a dataset produced by pre-trained deep networks could distill highly optimised functions.
Evolving specialised components like LSTM is an intruiging possibility.
Great to see Karpathy's Recurrent.js making prototyping easy and immediately accessible.
Ken Stanley's innovation markers to allow succesful crossover of augmenting Neuro Topologies is powerful tool.
Re: Show HN: Neural Network Evolution Playground with Backprop NEAT
#8Back in 2009, I have implmemted NEAT in c#, and applied it to solve Torcs CIG2009 challenge. It worked well, but took a lot of time to train (reinforcement learning). IMO neat will not be able to practically compete with with something like deep Q network on visual signal. I recommend you to Take a look on cig2016 challenges.