mempirate / simple-neural-networkLinks
Creating a simple neural network in Python with one input layer (3 inputs) and one output neuron.
☆182Updated 7 years 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:
- Neural Networks from Scratch☆192Updated 5 years ago
- An AI that plays flappy bird! Using the NEAT python module.☆785Updated last year
- Flappy Bird game, but AI plays it☆15Updated 6 years ago
- A Neural Network implemented from scratch (using only numpy) in Python.☆224Updated 3 years ago
- samples of neat code☆50Updated 5 years ago
- This program allows the user to draw a number on the screen and have the program take a guess of which digit it is. This uses a basic neu…