You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).