lgraesser/NeuralNetwork
This is a program for a general feedforward neural network and is intended for educational purposes. It is simple and short, making it easy for a reader to quickly get into the details of how a neural network can be implemented. NeuralNet2.ipynb contains the code for the neural network, the rest of the .ipynb This code accompanies a set of tutorials on neural networks, including a walkthrough of the NeuralNet2.ipynb, NeuralNet2.ipynb is a vectorized implementation of a general feedforward neural network in Python Two example applications are provided.
Sep-2-2016, 22:58:40 GMT
- Technology: