Skip to content

daviddemeij/scyfer-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scyfer challenge

Run through the Theano Deep Learning example: http://deeplearning.net/tutorial/lenet.html#lenet

Add the following functionality to the example:

  • Adadelta learning rate update
  • Dropout
  • PreLU units

You have to implement this based on your own insight. Copying code from other places is not allowed. Run short experiments to see if the added functionalities add anything to the performance of the system.

Results

The experiments were performed in jupyter notebook and the results can be found here.

Code

The added functionalities are coded in the convolution_mlp.py file, I transformed the initial evaluate_lenet5() function into a python class for easier experimentation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published