Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/achint08/handwritten

Handwritten digit recognition
https://github.com/achint08/handwritten

computer-vision convolutional-neural-networks deep-neural-networks machine-learning

Last synced: 14 days ago
JSON representation

Handwritten digit recognition

Awesome Lists containing this project

README

        

===========
handwritten
===========

Handwritten digit recognition using convolutional neural network.
By `Machine Learning Mastery `_

Description
===========

* handwritten.py: To check dataset
* hand_base.py: Baseline Model with Multi-Layer Perceptrons
* hand_cnn.py: Simple Convolutional Neural Network for MNIST
* hand_cnn_twolayer.py: Larger Convolutional Neural Network for MNIST

Note
====

This project has been set up using PyScaffold 3.0.3. For details and usage
information on PyScaffold see http://pyscaffold.org/.