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

https://github.com/lucatedeschini/feedforwardnn

This project is my submission for the exam "Project Work in Architecture and Platform for Artificial Intelligence"
https://github.com/lucatedeschini/feedforwardnn

c cuda neural-networks openmp scratch-implementation

Last synced: 6 months ago
JSON representation

This project is my submission for the exam "Project Work in Architecture and Platform for Artificial Intelligence"

Awesome Lists containing this project

README

          

# TODO WIP LIST
- [x] Neural Network Structure
- [x] Feed Forward Step
- [x] Backpropagation step (for single input)
- [ ] Going parallel
- [X] MNIST dataset preparation
- [X] Testing the network over the MNIST challenge
- [ ] Batched input and propagation
- [ ] Performance analysis and sum up

# README
To MNIST dataset has been zipped. To run the code, unzip it inside the MNIST folder