Skip to content

mdh266/NeuralNetworksWithKeras

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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