mattm / simple-neural-networkLinks
A simple Python script showing how the backpropagation algorithm works.
☆1,070Updated 7 months ago
Alternatives and similar repositories for simple-neural-network
Users that are interested in simple-neural-network are comparing it to the libraries listed below
Sorting:
- This is an efficient implementation of a fully connected neural network in NumPy. The network can be trained by a variety of learning alg…☆296Updated 5 years ago
- A neural network written in Python, consisting of a single neuron that uses back propagation to learn.☆384Updated 4 years ago
- Implementing Recurrent Neural Network from Scratch☆489Updated 7 years ago
- Implementing Multiple Layer Neural Network from Scratch☆323Updated 9 years ago
- Building Convolutional Neural Networks From Scratch using NumPy☆589Updated 2 years ago
- Simple tutorials using Keras Framework☆268Updated 8 years ago
- Recurrent Neural Network Tutorial, Part 2 - Implementing a RNN in Python and Theano☆898Updated 2 years ago
- Ready to use implementations of various Deep Learning algorithms using TensorFlow.☆959Updated 7 years ago
- Code companion to the O'Reilly "Fundamentals of Deep Learning" book☆659Updated 2 years ago
- Programming exercises for the Stanford Unsupervised Feature Learning and Deep Learning Tutorial☆2,623Updated 4 years ago
- Code that accompanies my talk at TF Dev Summit 2016☆337Updated 7 years ago
- Stanford Unsupervised Feature Learning and Deep Learning Tutorial☆694Updated 11 years ago
- A scratch implementation of Convolutional Neural Network in Python using only numpy and validated over CIFAR-10 & MNIST Dataset☆275Updated last year
- This is the code for "Convolutional Neural Networks - The Math of Intelligence (Week 4)" By Siraj Raval on Youtube☆367Updated 6 years ago
- Directory of tutorials and open-source code repositories for working with Keras, the Python deep learning library☆3,258Updated last year
- Exercises for my tutorials on Theano☆687Updated 9 years ago
- Bare bones introduction to machine learning from linear regression to convolutional neural networks using Theano.☆1,294Updated 9 years ago
- Exercises for the Deep Learning textbook at www.deeplearningbook.org☆1,376Updated 3 years ago
- Implementations of CNNs, RNNs, GANs, etc☆1,057Updated 7 years ago
- Restricted Boltzmann Machines in Python.☆968Updated 5 years ago
- Introduction to generative adversarial networks, with code to accompany the O'Reilly tutorial on GANs☆538Updated 7 years ago
- My corrections for the Standford class assingments CS231n - Convolutional Neural Networks for Visual Recognition☆593Updated 6 years ago
- machine learning and deep learning tutorials, articles and other resources☆243Updated 4 years ago
- Tensorflow Demo for my TF in 5 Min Video on Youtube☆228Updated 6 years ago
- Open source Python module for computer vision☆1,948Updated 4 years ago
- Algorithm implementations and homework solutions for the Stanford's online courses☆548Updated 12 years ago
- This is the code for "LSTM Networks - The Math of Intelligence (Week 8)" By Siraj Raval on Youtube☆196Updated last year
- Introduction to Deep Neural Networks with Keras and Tensorflow☆2,963Updated 2 years ago
- Deep Learning Resources and Tutorials using Keras and Lasagne☆425Updated 5 years ago
- This is the code for "Capsule Networks: An Improvement to Convolutional Networks" by Siraj Raval on Youtube☆568Updated 4 years ago