Repository for storing programs related to the Neural Network topic
- Perceptron
- The simplest neural network is implemented to solve a fairly easy classification problem. (Linear separable)
- Perceptron with bias
- The previous neural network is improved by adding a bias weight.
- Multilayer Perceptron
- To be implemented ...