Skip to content
/ DNN Public

Build a simple deep neural network with three layers' backpropagation algorithm.

Notifications You must be signed in to change notification settings

kailunn/DNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

DNN

Build a simple deep neural network with three layers' backpropagation algorithm.

2020-Fall-deep learning exercise

  • classification task
  • three layers
  • input => hidden layer => output layer
  • hidden states : 1024, 100, 6
  • weight initialize : random

** this task is to classify the traffic signs which are seperated into 6 classes. **

About

Build a simple deep neural network with three layers' backpropagation algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published