Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/achint08/handwritten
- Owner: Achint08
- License: mit
- Created: 2018-06-13T21:34:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-14T00:37:36.000Z (over 6 years ago)
- Last Synced: 2024-11-30T07:33:07.379Z (2 months ago)
- Topics: computer-vision, convolutional-neural-networks, deep-neural-networks, machine-learning
- Language: Python
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE.txt
- Authors: AUTHORS.rst
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 MNISTNote
====This project has been set up using PyScaffold 3.0.3. For details and usage
information on PyScaffold see http://pyscaffold.org/.