Skip to content

tsa87/neural-network-from-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neural-network-from-scratch

Implemented Dropout, Batch Normalization and etc.

Feature List

  • Add visualization tests
  • Cli to experiment to hyperparameters
  • Gradient Checking
  • Fix Dropout (Make it into a layer)
  • Normalize Weights every iteration [Experimental]
  • Early stop
  • Sigmoid Layer
  • Softmax Layer

About

A neural net implemented without ML frameworks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages