New breakthroughs in machine learning | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

New breakthroughs in machine learning

Alright, so I normally wouldn't do this. However, I just made a breakthrough in a project that's taken the course of several months, and feel that it could be useful for the entire group. It's a fully-commented, fully operational implementation of NEAT, an algorithm to train a computer towards a task. There's a reading behind the algorithm from MIT, and the code can be seen here (best to open on desktop): https://repl.it/LCPn/21 I'm glad to help explain anything further. Happy programming!

17th Sep 2017, 2:06 PM
Keto Z
Keto Z - avatar
3 Answers
+ 3
It simulates a human brain on a computer, and then trains the vrain to get better and better at completing a task. In this example, it computes an XOR function.
17th Sep 2017, 2:37 PM
Keto Z
Keto Z - avatar
0
just 1 xor or several xors?
17th Nov 2017, 6:04 PM
Isaac Pace
Isaac Pace - avatar
- 1
what does it exactly do..?
17th Sep 2017, 2:16 PM
sayan chandra
sayan chandra - avatar