Python Forum
how to create useful neural network program? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: how to create useful neural network program? (/thread-1918.html)



how to create useful neural network program? - hsunteik - Feb-04-2017

I have learned many neural network tutorial and watched some videos,and i really understand them,but all the tutorial that saw before only teach me about the concepts and how it works,but none of them teach me how to create a actual program with it.
Can anyone give me a tutorial that teach me how to make ACTUAL program with neural network or giving me the source code(in python) of any neural network program?


RE: how to create useful neural network program? - ichabod801 - Feb-04-2017

http://www.wildml.com/2015/09/implementing-a-neural-network-from-scratch/