basic NN in C++
I'll eventually add documentation here. This template should serve beginners to machine learning and C++.
There is already some commentary in the .cpp file --it is minimal at best.
- Class Diagram and Description
- Activity Diagram and Description
Teaching Topics:
- How Machines Learn - Overview
- Neuron Class
- Net Class
- Bias Nodes
- Back Propogation
- Objects
- Good Habits
- Syntax
- Classes
- Inheritance