Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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