Deep Learning源代码收集

Deep Learning源代码收集

转自:http://blog.csdn.net/zouxy09

 

收集了一些Deep Learning的源代码。主要是Matlab和C++的,当然也有python的。放在这里,后续遇到新的会持续更新。下表没有的也欢迎大家提供,以便大家使用和交流。谢谢。

 

最近一次更新:2013-9-22

Theano

http://deeplearning.net/software/theano/

code from: http://deeplearning.net/

 

Deep Learning Tutorial notes and code

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

code from: lisa-lab

 

A Matlab toolbox for Deep Learning

https://github.com/rasmusbergpalm/DeepLearnToolbox

code from: RasmusBerg Palm

 

deepmat

Matlab Code for Restricted/Deep BoltzmannMachines and Autoencoder

https://github.com/kyunghyuncho/deepmat

code from: KyungHyun Cho http://users.ics.aalto.fi/kcho/

 

Training a deep autoencoder or a classifieron MNIST digits

http://www.cs.toronto.edu/~hinton/MatlabForSciencePaper.html

code from: Ruslan Salakhutdinov and GeoffHinton

 

CNN - Convolutional neural network class

http://www.mathworks.cn/matlabcentral/fileexchange/24291

Code from: matlab

 

Neural Network for Recognition ofHandwritten Digits (CNN)

http://www.codeproject.com/Articles/16650/Neural-Network-for-Recognition-of-Handwritten-Digi

 

cuda-convnet

A fast C++/CUDA implementation ofconvolutional neural networks

http://code.google.com/p/cuda-convnet/

 

matrbm

a small library that can train RestrictedBoltzmann Machines, and also Deep Belief Networks of stacked RBM's.

http://code.google.com/p/matrbm/

code from: Andrej Karpathy

 

Exercise  from UFLDL Tutorial:

http://deeplearning.stanford.edu/wiki/index.php/UFLDL_Tutorial

and tornadomeet’s bolg: http://www.cnblogs.com/tornadomeet/tag/Deep%20Learning/

and https://github.com/dkyang/UFLDL-Tutorial-Exercise

 

Conditional Restricted Boltzmann Machines

http://www.cs.nyu.edu/~gwtaylor/publications/nips2006mhmublv/code.html

from Graham Taylor http://www.cs.nyu.edu/~gwtaylor/

 

Factored Conditional Restricted BoltzmannMachines

http://www.cs.nyu.edu/~gwtaylor/publications/icml2009/code/index.html

from Graham Taylor http://www.cs.nyu.edu/~gwtaylor/

 

Marginalized Stacked Denoising Autoencodersfor Domain Adaptation

http://www1.cse.wustl.edu/~mchen/code/mSDA.tar

code from: http://www.cse.wustl.edu/~kilian/code/code.html

 

Tiled Convolutional Neural Networks

http://cs.stanford.edu/~quocle/TCNNweb/pretraining.tar.gz

http://cs.stanford.edu/~pangwei/projects.html

 

tiny-cnn:

A C++11 implementation of convolutionalneural networks

https://github.com/nyanp/tiny-cnn

 

myCNN

https://github.com/aurofable/18551_Project/tree/master/server/2009-09-30-14-33-myCNN-0.07

 

Adaptive Deconvolutional Network Toolbox

http://www.matthewzeiler.com/software/DeconvNetToolbox2/DeconvNetToolbox.zip

http://www.matthewzeiler.com/

 

Deep Learning手写字符识别C++代码

http://download.csdn.net/detail/lucky_greenegg/5413211

from: http://blog.csdn.net/lucky_greenegg/article/details/8949578

 

convolutionalRBM.m

A MATLAB / MEX / CUDA-MEX implementation ofConvolutional Restricted Boltzmann Machines.

https://github.com/qipeng/convolutionalRBM.m

from: http://qipeng.me/software/convolutional-rbm.html

 

rbm-mnist

C++ 11 implementation of Geoff Hinton'sDeep Learning matlab code

https://github.com/jdeng/rbm-mnist

 

Learning Deep Boltzmann Machines

http://web.mit.edu/~rsalakhu/www/code_DBM/code_DBM.tar

http://web.mit.edu/~rsalakhu/www/DBM.html

Code provided by Ruslan Salakhutdinov

 

Efficient sparse coding algorithms

http://web.eecs.umich.edu/~honglak/softwares/fast_sc.tgz

http://web.eecs.umich.edu/~honglak/softwares/nips06-sparsecoding.htm

 

Linear Spatial Pyramid Matching UsingSparse Coding for Image Classification

http://www.ifp.illinois.edu/~jyang29/codes/CVPR09-ScSPM.rar

http://www.ifp.illinois.edu/~jyang29/ScSPM.htm

 

SPAMS

(SPArse Modeling Software) is anoptimization toolbox for solving various sparse estimation problems.

http://spams-devel.gforge.inria.fr/

 

sparsenet

Sparse coding simulation software

http://redwood.berkeley.edu/bruno/sparsenet/

 

fast dropout training

https://github.com/sidaw/fastdropout

http://nlp.stanford.edu/~sidaw/home/start

 

Deep Learning of Invariant Features viaSimulated Fixations in Video

http://ai.stanford.edu/~wzou/deepslow_release.tar.gz

http://ai.stanford.edu/~wzou/

 

Sparse filtering

http://cs.stanford.edu/~jngiam/papers/NgiamKohChenBhaskarNg2011_Supplementary.pdf

 

k-means

http://www.stanford.edu/~acoates/papers/kmeans_demo.tgz

 

others:

http://deeplearning.net/software_links/


更多 3
  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
要在 Windows 上安装 Deeplearning4j,你需要遵循以下步骤: 1. 安装 Java:Deeplearning4j 是一个基于 Java 的深度学习框架,因此你需要先安装 Java。你可以从 Oracle 官网下载最新版本的 Java。 2. 安装 Maven:Maven 是一个 Java 项目管理工具,你需要在 Windows 上安装 Maven,以便从源代码构建 Deeplearning4j。你可以从 Maven 官网下载最新版本的 Maven。 3. 安装 Git:你需要在 Windows 上安装 Git,以便从 Deeplearning4j 的 GitHub 存储库中获取源代码。你可以从 Git 官网下载最新版本的 Git。 4. 克隆 Deeplearning4j 存储库:打开命令提示符,使用 Git 克隆 Deeplearning4j 存储库。输入以下命令: ``` git clone https://github.com/eclipse/deeplearning4j.git ``` 5. 构建 Deeplearning4j:在命令提示符中导航到 Deeplearning4j 存储库,并使用 Maven 构建 Deeplearning4j。输入以下命令: ``` cd deeplearning4j mvn clean install -DskipTests ``` 构建过程可能需要几分钟时间,具体取决于你的计算机性能和网络速度。 6. 安装 Deeplearning4j:构建完成后,在 Deeplearning4j 存储库的目录下,你将找到一个名为“deeplearning4j-distribution”的目录。在该目录下,你将找到一个名为“deeplearning4j-版本号-bin.zip”的文件,其中“版本号”是 Deeplearning4j 的版本号。解压缩该文件并安装 Deeplearning4j。 完成以上步骤后,你就可以在 Windows 上使用 Deeplearning4j 进行深度学习了。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值