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

https://github.com/mdibyo/paralleldigitrecognitioncpu

This is the third 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 (based on the first project). Various parallelization and optimization techniques have been utilized (OpenMP, Register blocking and loop unrolling).
https://github.com/mdibyo/paralleldigitrecognitioncpu

Last synced: about 1 year ago
JSON representation

This is the third 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 (based on the first project). Various parallelization and optimization techniques have been utilized (OpenMP, Register blocking and loop unrolling).

Awesome Lists containing this project