Skip to content

jorgensandhaug/neural-networks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building a neural network from scratch using python.

This was a weekend project where i built a basic neural network in python from scratch, using only numpy. It works great on the mnist dataset, both with a convolutional approach and by flattening.

Layers

  • Dense
  • Convolutional
  • Reshape
  • Logger

Loss functions

  • MeanSquaredError
  • CrossEntropy

Activation functions

  • Sigmoid
  • Tanh
  • Relu
  • Softmax

About

Building a neural network from scratch using python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages