Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdh266/neuralnetworkswithkeras
Image Recognition With Neural Networks In Keras
https://github.com/mdh266/neuralnetworkswithkeras
artificial-intelligence artificial-neural-networks image-recognition keras keras-neural-networks keras-tutorials neural-network-example neural-networks
Last synced: 30 days ago
JSON representation
Image Recognition With Neural Networks In Keras
- Host: GitHub
- URL: https://github.com/mdh266/neuralnetworkswithkeras
- Owner: mdh266
- Created: 2017-10-13T21:35:27.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-13T22:39:15.000Z (about 7 years ago)
- Last Synced: 2024-06-11T17:54:02.583Z (7 months ago)
- Topics: artificial-intelligence, artificial-neural-networks, image-recognition, keras, keras-neural-networks, keras-tutorials, neural-network-example, neural-networks
- Language: Jupyter Notebook
- Homepage: http://michael-harmon.com/blog/NeuralNetworksWithKeras.html
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Image Recognition With Neural Networks In Keras
## Introduction
In this post we looked at using the Keras library to develop a multilayer perceptron model for image recognition that was able to get 97.5% accuracy on the MNIST data set.## Requirements
- Python 3.5
- TensorFlow
- Keras
- NumPy
- Matplotlib