Skip to content

vv111y/SimpleNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A very simple feed forward neural network framework in the style of pytorch. Includes:

  • SGD
    • basic gradient descent
    • loss functions:
      • MSE, mean squared error
      • CE, cross entropy
      • LogLoss, logloss
  • layers:
    • linear
    • conv2d
    • batchnorm
    • dropout
    • residual
    • activations:
      • sigmoid
      • tanh
      • relu
      • softmax

Designed for pedagogy; the code is kept as minimal as possible so the essentials are clear.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages