Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/abhimishra01/nnfromscratch


https://github.com/abhimishra01/nnfromscratch

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Neural Networks From Scratch Code Implementation using python

#### Refer this playlist :- *https://www.youtube.com/playlist?list=PLQVvvaa0QuDcjD5BAw2DxE6OF2tius3V3*

## 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 . . .