文件名称:DeepLearning-master
介绍说明--下载内容来自于网络,使用问题请自行百度
机器学习领域中的深度学习资料,其中包括了各种语言的版本,有matlab,C语言,c++等。代码中包括了深度学习的一些模型,如栈式自动编码机,深度信念网-It s about deep learning in machine learning, including some model with different programming language. The models are stacked auto encoders, deep belief nets and so on
(系统自动生成,下载前可以参看下载内容)
下载文件列表
DeepLearning-master/
DeepLearning-master/.gitignore
DeepLearning-master/README.md
DeepLearning-master/c/
DeepLearning-master/c/DBN.c
DeepLearning-master/c/DBN.h
DeepLearning-master/c/HiddenLayer.h
DeepLearning-master/c/LogisticRegression.c
DeepLearning-master/c/LogisticRegression.h
DeepLearning-master/c/RBM.c
DeepLearning-master/c/RBM.h
DeepLearning-master/c/SdA.c
DeepLearning-master/c/SdA.h
DeepLearning-master/c/dA.c
DeepLearning-master/c/dA.h
DeepLearning-master/c/utils.h
DeepLearning-master/cpp/
DeepLearning-master/cpp/DBN.cpp
DeepLearning-master/cpp/DBN.h
DeepLearning-master/cpp/HiddenLayer.cpp
DeepLearning-master/cpp/HiddenLayer.h
DeepLearning-master/cpp/LogisticRegression.cpp
DeepLearning-master/cpp/LogisticRegression.h
DeepLearning-master/cpp/RBM.cpp
DeepLearning-master/cpp/RBM.h
DeepLearning-master/cpp/SdA.cpp
DeepLearning-master/cpp/SdA.h
DeepLearning-master/cpp/dA.cpp
DeepLearning-master/cpp/dA.h
DeepLearning-master/cpp/utils.cpp
DeepLearning-master/go/
DeepLearning-master/go/DBN.go
DeepLearning-master/go/HiddenLayer/
DeepLearning-master/go/HiddenLayer/HiddenLayer.go
DeepLearning-master/go/LogisticRegression.go
DeepLearning-master/go/LogisticRegression/
DeepLearning-master/go/LogisticRegression/LogisticRegression.go
DeepLearning-master/go/RBM.go
DeepLearning-master/go/RBM/
DeepLearning-master/go/RBM/RBM.go
DeepLearning-master/go/SdA.go
DeepLearning-master/go/dA.go
DeepLearning-master/go/dA/
DeepLearning-master/go/dA/dA.go
DeepLearning-master/go/utils/
DeepLearning-master/go/utils/utils.go
DeepLearning-master/java/
DeepLearning-master/java/DBN/
DeepLearning-master/java/DBN/src/
DeepLearning-master/java/DBN/src/DBN.java
DeepLearning-master/java/DBN/src/HiddenLayer.java
DeepLearning-master/java/DBN/src/LogisticRegression.java
DeepLearning-master/java/DBN/src/RBM.java
DeepLearning-master/java/LogisticRegression/
DeepLearning-master/java/LogisticRegression/src/
DeepLearning-master/java/LogisticRegression/src/LogisticRegression.java
DeepLearning-master/java/RBM/
DeepLearning-master/java/RBM/src/
DeepLearning-master/java/RBM/src/RBM.java
DeepLearning-master/java/SdA/
DeepLearning-master/java/SdA/src/
DeepLearning-master/java/SdA/src/HiddenLayer.java
DeepLearning-master/java/SdA/src/LogisticRegression.java
DeepLearning-master/java/SdA/src/SdA.java
DeepLearning-master/java/SdA/src/dA.java
DeepLearning-master/java/dA/
DeepLearning-master/java/dA/src/
DeepLearning-master/java/dA/src/dA.java
DeepLearning-master/python/
DeepLearning-master/python/CDBN.py
DeepLearning-master/python/CRBM.py
DeepLearning-master/python/DBN.py
DeepLearning-master/python/HiddenLayer.py
DeepLearning-master/python/LogisticRegression.py
DeepLearning-master/python/RBM.py
DeepLearning-master/python/SdA.py
DeepLearning-master/python/dA.py
DeepLearning-master/python/utils.py
DeepLearning-master/scala/
DeepLearning-master/scala/DBN.scala
DeepLearning-master/scala/HiddenLayer.scala
DeepLearning-master/scala/LogisticRegression.scala
DeepLearning-master/scala/RBM.scala
DeepLearning-master/scala/SdA.scala
DeepLearning-master/scala/dA.scala
DeepLearning-master/.gitignore
DeepLearning-master/README.md
DeepLearning-master/c/
DeepLearning-master/c/DBN.c
DeepLearning-master/c/DBN.h
DeepLearning-master/c/HiddenLayer.h
DeepLearning-master/c/LogisticRegression.c
DeepLearning-master/c/LogisticRegression.h
DeepLearning-master/c/RBM.c
DeepLearning-master/c/RBM.h
DeepLearning-master/c/SdA.c
DeepLearning-master/c/SdA.h
DeepLearning-master/c/dA.c
DeepLearning-master/c/dA.h
DeepLearning-master/c/utils.h
DeepLearning-master/cpp/
DeepLearning-master/cpp/DBN.cpp
DeepLearning-master/cpp/DBN.h
DeepLearning-master/cpp/HiddenLayer.cpp
DeepLearning-master/cpp/HiddenLayer.h
DeepLearning-master/cpp/LogisticRegression.cpp
DeepLearning-master/cpp/LogisticRegression.h
DeepLearning-master/cpp/RBM.cpp
DeepLearning-master/cpp/RBM.h
DeepLearning-master/cpp/SdA.cpp
DeepLearning-master/cpp/SdA.h
DeepLearning-master/cpp/dA.cpp
DeepLearning-master/cpp/dA.h
DeepLearning-master/cpp/utils.cpp
DeepLearning-master/go/
DeepLearning-master/go/DBN.go
DeepLearning-master/go/HiddenLayer/
DeepLearning-master/go/HiddenLayer/HiddenLayer.go
DeepLearning-master/go/LogisticRegression.go
DeepLearning-master/go/LogisticRegression/
DeepLearning-master/go/LogisticRegression/LogisticRegression.go
DeepLearning-master/go/RBM.go
DeepLearning-master/go/RBM/
DeepLearning-master/go/RBM/RBM.go
DeepLearning-master/go/SdA.go
DeepLearning-master/go/dA.go
DeepLearning-master/go/dA/
DeepLearning-master/go/dA/dA.go
DeepLearning-master/go/utils/
DeepLearning-master/go/utils/utils.go
DeepLearning-master/java/
DeepLearning-master/java/DBN/
DeepLearning-master/java/DBN/src/
DeepLearning-master/java/DBN/src/DBN.java
DeepLearning-master/java/DBN/src/HiddenLayer.java
DeepLearning-master/java/DBN/src/LogisticRegression.java
DeepLearning-master/java/DBN/src/RBM.java
DeepLearning-master/java/LogisticRegression/
DeepLearning-master/java/LogisticRegression/src/
DeepLearning-master/java/LogisticRegression/src/LogisticRegression.java
DeepLearning-master/java/RBM/
DeepLearning-master/java/RBM/src/
DeepLearning-master/java/RBM/src/RBM.java
DeepLearning-master/java/SdA/
DeepLearning-master/java/SdA/src/
DeepLearning-master/java/SdA/src/HiddenLayer.java
DeepLearning-master/java/SdA/src/LogisticRegression.java
DeepLearning-master/java/SdA/src/SdA.java
DeepLearning-master/java/SdA/src/dA.java
DeepLearning-master/java/dA/
DeepLearning-master/java/dA/src/
DeepLearning-master/java/dA/src/dA.java
DeepLearning-master/python/
DeepLearning-master/python/CDBN.py
DeepLearning-master/python/CRBM.py
DeepLearning-master/python/DBN.py
DeepLearning-master/python/HiddenLayer.py
DeepLearning-master/python/LogisticRegression.py
DeepLearning-master/python/RBM.py
DeepLearning-master/python/SdA.py
DeepLearning-master/python/dA.py
DeepLearning-master/python/utils.py
DeepLearning-master/scala/
DeepLearning-master/scala/DBN.scala
DeepLearning-master/scala/HiddenLayer.scala
DeepLearning-master/scala/LogisticRegression.scala
DeepLearning-master/scala/RBM.scala
DeepLearning-master/scala/SdA.scala
DeepLearning-master/scala/dA.scala
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.