Skip to content
/ afs Public

Automatically Structure Finding Algorithm (AFS)

Notifications You must be signed in to change notification settings

jsikyoon/afs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Automatically Structure Finding Algorithm

  • Motivation :

    Deep learning has shown an amazing performance on image/audio processing. However, for very deep model, vanishing/exploding gradient problem remains, because of learning method for deep model, back propagation.

    For given dataset, which layers (low, middle or high) are needed to deep is different.

    Thus, I have researched automatically finding the best fitted deep model for given dataset except vanishing/exploding gradient problem.

  • Performance :

    I just tested this software to simple dataset (mnist, cifar10), and found the SW can find almost the best fit deep model for each dataset.

About

Automatically Structure Finding Algorithm (AFS)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published