Deep Reinforcement Learning programmed in C using only GSL Math Library
If you insist on running it (I don't know why you would use this over TensorFlow) you can compile it using your favorite compiler, just compile main.c, neuralNetwork.h and neuralNetwork.c
I have spent the last 3-4 years studying and researching Machine Learning and I wanted to apply it.
I want to understand the fundamentals of how Machine Learning works
I understand that I might have done somethings in a slower way, but my highest formal education, as of writing this, is pre-calculus. But if you have suggestions, please let me know!
- Gehrig Wilcox
- AGH - Backpropogation
- Intel - Demystifying Deep Reinforcement Learning
- 3Blue1Brown - Essence of Calculus
- 3Blue1Brown - Neural Networks
- GSL - GNU Scientific Library
- All other people who have been working really hard to get resources out so that I could learn. Thank you!