jldbc / numpy_neural_net
A simple neural network (multilayer perceptron) with backpropagation implemented in Python with NumPy
☆29Updated 8 years ago
Alternatives and similar repositories for numpy_neural_net:
Users that are interested in numpy_neural_net are comparing it to the libraries listed below
- Implemented Convolutional Neural Network, LSTM Neural Network, and Neural Network From Scratch in Python Language.☆39Updated 6 years ago
- My Solution to the Programming Assignments for Practical Reinforcement Learning from Coursera☆67Updated 4 years ago
- Project repo for Ziff Deep Learning Internship 2017 - Deep learning model performance improvement strategies☆52Updated 7 years ago
- Implementation of Machine Learning algorithms from scratch in Python☆34Updated 5 years ago
- medium blog supplementaries | Backprop | Resnet & ResNext | RNN |☆73Updated 3 years ago
- Notes and coding exercises from the various lessons in Udacity's Deep Learning Nanodegree Foundation☆71Updated 7 years ago
- Visualizing intermediate activation in Convolutional Neural Networks with Keras☆110Updated 6 years ago
- This is the notebook associated with the blog post:☆90Updated 5 years ago
- Simple keras implementation of a generative adversarial neural network, as described in https://arxiv.org/abs/1406.2661☆22Updated 6 years ago
- An implementation of convolutional networks in NumPy!☆80Updated 4 years ago
- Hands-On Generative Adversarial Networks with Keras, published by Packt☆78Updated 2 years ago
- numpy implementation of Recurrent Neural Network