Skip to content

This is my attemt at finally learning how to make a neural network from scratch, by following the youtube series by sentdex and i'm writing it in c and fortran as an excersice for myself

Notifications You must be signed in to change notification settings

hunar1997/neural_network_from_scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Neural Network From Scratch

In this repository i'm following the coding steps of sentdex's youtube series called Neural Networks from Scratch

He implements it using python, and I'm coding it in fortran 95+ (i'm a Physicist), and C (I like simple languages that have a small vocabulary). I will try to write everything as neat as possible, and use all the features of the langauge if needed. So our code syntax will diverge when he uses numpy or uses operations in such a way that is not efficient in my language.

If you want to contribute and add your own programming language, feel free to fork this repository :D (Nevermind, fork Sentdex's repository and contribute there)

I hope you always have a great day

About

This is my attemt at finally learning how to make a neural network from scratch, by following the youtube series by sentdex and i'm writing it in c and fortran as an excersice for myself

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published