Skip to content

VitorTS/mnist-from-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mnist-from-scratch

A feedforward network created from scratch

type: feedforward
middle layers: sigmoid
output layer: softmax
cost: log likelyhood
gradient: stochastic gradient descend
weight initialization: 1/sqrt(n)
regularization: L2

About

A feedforward network created from scratch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages