Skip to content

k9sret/DeepLearning

This branch is 1 commit behind yusugomori/DeepLearning:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Yusuke Sugomori
Sep 7, 2017
6b8af88 · Sep 7, 2017
Dec 6, 2014
Aug 20, 2015
Oct 19, 2015
Dec 14, 2014
Oct 19, 2015
Oct 19, 2015
Mar 25, 2014
Oct 19, 2015
Sep 7, 2017
May 30, 2016

Repository files navigation

Deep Learning (Python, C, C++, Java, Scala, Go)

Classes :

  • DBN: Deep Belief Nets

  • CDBN: Deep Belief Nets w/ continuous-valued inputs

  • RBM: Restricted Boltzmann Machine

  • CRBM: Restricted Boltzmann Machine w/ continuous-valued inputs

  • dA: Denoising Autoencoders

  • SdA: Stacked Denoising Autoencoders

  • LogisticRegression: Logistic Regression

  • HiddenLayer: Hidden Layer of Neural Networks

  • MLP: Multiple Layer Perceptron

  • Dropout: Dropout MLP

  • CNN: Convolutional Neural Networks (See dev branch.)

References :

  • Y. Bengio, P. Lamblin, D. Popovici, H. Larochelle: Greedy Layer-Wise Training of Deep Networks, Advances in Neural Information Processing Systems 19, 2007

  • P. Vincent, H. Larochelle, Y. Bengio, P.A. Manzagol: Extracting and Composing Robust Features with Denoising Autoencoders, ICML' 08, 1096-1103, 2008

  • DeepLearningTutorials https://github.com/lisa-lab/DeepLearningTutorials

  • Yusuke Sugomori: Stochastic Gradient Descent for Denoising Autoencoders, http://yusugomori.com/docs/SGD_DA.pdf

Publication :

  • More detailed Java implementations are introduced in my book, Java Deep Learning Essentials.

    The book is available from Packt Publishing or Amazon.

Other projects :

  • My deep learning projects are here.  
     
Bug reports / contributions / donations are deeply welcome.

Bitcoin wallet address: 1QAoYw5Y3opvah2APf4jVcpD6UAHyC3k7s

About

Deep Learning (Python, C, C++, Java, Scala, Go)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 20.5%
  • C 20.4%
  • C++ 17.0%
  • Python 15.6%
  • Go 14.2%
  • Scala 12.3%