NEAT AI related.
2022.10.16 16:13
For Object Pascal programmers, there are few prerequisite knowledge to master NEAT AI.
1. Neural Network
2. Generic Algorithm
Both of these are not easy to tackle.
=========================================================
For Genetic Algorithm, I have notice there is no open source code for this in Pascal.
While I was learning this algorithm, I had to utilize following reources.
Tutorial Link : http://www.youtube.com/watch?v=9zfeTw-uFCw...
After learning from above tutorial, I was able to code very simple genetic algorithm problem on Lazarus IDE on Ubuntu environment.
My own test in Object Pascal on above tutorial is here. : https://e4save.com/NEAT/My_Simple_Genetic_Test.zip
Very good auxilary resource (MIT Lecture) : www.youtube.com/watch?v=kHyNqSnzP8Y
=========================================================
For Neural Network resource :
https://www.youtube.com/watch?v=XJ7HLz9VYz0&list=PLRqwX-V7Uu6aCibgK1PTWWu9by6XFdCfh
=========================================================
For NEAT tutorial video
https://www.youtube.com/watch?v=lu5ul7z4icQ&list=PLRqwX-V7Uu6Yd3975YwxrR0x40XGJ_KGO
=========================================================
This is a play list of XOR problem solving on original paper of NEAT.
https://www.youtube.com/watch?v=3nbvrrdymF0&list=PLnICFpQDyZRFqjdtcTjshOb1IJqns6h6w
Comment 0
No. | Subject | Author | Date | Views |
---|---|---|---|---|
Notice | my LazNEAT v.0.1 released. | me | 2022.10.16 | 158 |
3 | Tutorial | me | 2023.02.13 | 129 |
» | NEAT AI related. | me | 2022.10.16 | 166 |
1 | DelphiNEAT original file | me | 2022.10.16 | 137 |