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 project is meant as an introduction to multiprocessor systems. The idea is to write a multilayer perceptron from scratch in C/C++ and modify it in such a way that it can work on multiple processors or threads.
About
Creating a neural network for number recognition and comparing it's efficiency based on differing topologies and the number of processors it is being run on