hunar1997 / neural_network_from_scratch

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Fortran 57.9%Language:C 36.9%Language:Makefile 5.2%