Neural Network
Posted: Fri May 01, 2020 6:01 am
Hello everyone,
I'm presenting to you a simple two hidden layers Neural Network system programmed in OOP style. It came along with a General Matrix library also programmed in OOP style and a NNTrainingData library also programmed in OOP style. The sources can be downloaded here : https://www.dropbox.com/s/srzw10oi55mnx ... k.zip?dl=0
There is another download link : http://gsaumure.x10host.com/forum/NeuralNetwork.zip
The Neural Network code is based on the "The Coding Train" following play list on YouTube : https://www.youtube.com/playlist?list=P ... 9by6XFdCfh
For now I have only tested the Neural Network with the XOR problem to see if it work and it does.
This code, in my case, will be used in my game project to program an AI of some sort.
Best regards
StarBootics
I'm presenting to you a simple two hidden layers Neural Network system programmed in OOP style. It came along with a General Matrix library also programmed in OOP style and a NNTrainingData library also programmed in OOP style. The sources can be downloaded here : https://www.dropbox.com/s/srzw10oi55mnx ... k.zip?dl=0
There is another download link : http://gsaumure.x10host.com/forum/NeuralNetwork.zip
The Neural Network code is based on the "The Coding Train" following play list on YouTube : https://www.youtube.com/playlist?list=P ... 9by6XFdCfh
For now I have only tested the Neural Network with the XOR problem to see if it work and it does.
This code, in my case, will be used in my game project to program an AI of some sort.
Best regards
StarBootics