Skip to content

tarcisio-marinho/NeuralNetFromScratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural Network from Scratch

NN from scratch is a implementation of a MLP in Python and CPP

Each code is inside of each directory

Python/ -> python code

cc/ -> cc code 

Dependencies:

Numpy