README.org

May 27, 2011 ยท View on GitHub

  • Overview My code for the Deep Learning class exercises. There should be nothing proprietary in here. For the earlier exercises, I tried to create parallel implementations in Octave and NumPy. Later on, class-supplied helper code necessitated the use of Matlab (for now).

  • Materials

  • Note

Why? Is it almost convex? Are the local optima all of a similar quality? Are any of the variations (squared error / squared error + weight decay / squared error + weight decay + sparsity constraints) convex?

  • Tasks ** Python *** TODO Get [[file:ufldf/stackedae_exercise/stackedae_exercise.py][stackedae_exercise.py]] to work. *** TODO Implement [[file:ufldf/linear_decoder_exercise][linear_decoder_exercise]]. *** TODO Implement [[file:ufldf/cnn_exercise][cnn_exercise]].