Skip to content

A Neural Network Library Implementation from Scratch

Notifications You must be signed in to change notification settings

harry-stark/NN-LIB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

NN-LIB

Implementation of Neural Network from Scratch.The plan(still is) was to make a GPU accelerated NeuralNet Library..but until time being...here's what i could cook 😅

Layers:-

Linear

Sigmoid

Relu

Optimizers:-

SGD

Loss Function:-

SoftmaxLoss

Utilities:-

Plot functions to show result.

Dataset:-

Spiral

Circle(soon)

You can also try a Custom one :)

Give it a spin:-

Run Test.py for a code run...

Further Add on:-

Will add some theory.

V2.0 (Main Course)

About

A Neural Network Library Implementation from Scratch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages