https://github.com/mdibyo/digitrecognition
This is the first project of the Spring 2014 CS 61C (Machine Structures) class at UC Berkeley. It implements digit recognition in images with support for flipped and rotated digits. It also supports the conversion of a dense image matrix to sparse (in C) and viceversa (in MIPS).
https://github.com/mdibyo/digitrecognition
Last synced: 8 months ago
JSON representation
This is the first project of the Spring 2014 CS 61C (Machine Structures) class at UC Berkeley. It implements digit recognition in images with support for flipped and rotated digits. It also supports the conversion of a dense image matrix to sparse (in C) and viceversa (in MIPS).
- Host: GitHub
- URL: https://github.com/mdibyo/digitrecognition
- Owner: mDibyo
- Created: 2014-02-13T00:33:09.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-28T02:21:14.000Z (over 12 years ago)
- Last Synced: 2025-01-01T15:25:22.795Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 1.01 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
digitRecognition
================
This is the first project of the Spring 2014 CS 61C (Machine Structures) class at UC Berkeley. It implements digit recognition in images with support for flipped and rotated digits. It also supports the conversion of a dense image matrix to sparse (in C) and viceversa (in MIPS).