/NNfromScratch

Primary LanguageJupyter Notebook

Neural Networks From Scratch Code Implementation using python

Currently implemented :-

Neuron code from scratch

Vectors, Arrays, Matrices, Concept of shapes and dimensions

The Dot Product concept

Activation functions (Sigmoid, Softmax, ReLU) and Hidden Layers (test branch)

Calculating Loss with Categorical Crossentropy !

Will be updating more on weekly basis . . .