搜索资源列表
prtools3.1.7.rar
- 模式识别 MATLAB 的工具箱,比较实用,包括SVM,ICA,PCA,NN等等模式识别算法.,Pattern Recognition Toolbox for MATLAB, more practical, including the SVM, ICA, PCA, NN pattern recognition algorithm and so on.
matlab_nn_toolbox
- This complete matlab for neural network
Matlab-NN-toolbox
- 神经网络matlab工具箱帮助文档,中文,使用matlab进行NN建模必备。-Matlab neural network toolbox to help document, in Chinese, the NN model using the matlab necessary.
Classification-toolbox
- 通过降维处理,高维数据的分类一般可以转换为2维数据分类。此源码包含一个2维-2类数据分类工具箱。包括:ML,K-NN,SVM,LS,DB-Through the dimension reduction processing, high dimensional data classification commonly can convert to 2 d data classification. This source includes a 2 d-two kinds of data classi
DeepLearnToolbox-master
- 深度学习(Deep learning)matlab工具包-`NN/` - A library for Feedforward Backpropagation Neural Networks `CNN/` - A library for Convolutional Neural Networks `DBN/` - A library for Deep Belief Networks `SAE/` - A library for Stacked Auto-
DeepLearnToolbox-master
- 深度学习工具箱的matlab程序,包括NN,CNN,CAE,SAE,DBN等多种深度学习算法。 -It s a deep learning toolbox of matlab, including NN, CNN, CAE, SAE, DBN and other deep learning algorithms.
DeepLearnToolbox
- DeepLearnToolbox是Matlab的深度学习工具箱,包含了深度信度网络DBN,卷积网络CNN,SAE(stacked auto-encoders),CAE(Convolutional auto-encoders)和NN深度学习算法的实现。-DeepLearnToolbox is a MATLAB toolbox about depth learning, contains realizations of deep belief network DBN, convolutional n
DeepLearnToolbox-master
- 这是用于深度学习的Matlab工具箱 深度学习是机器学习的一个新的子领域,专注于学习深层次的数据模型。 它的灵感来自于人类大脑的明显的深层次(分层的)层次结构。 目录包括`NN /` - 一个用于前馈反向传播神经网络的库,`CNN /` - 卷积神经网络库,`SAE /` - 堆叠式自动编码器库,`CAE /` - 卷积自动编码器库,`util /` - 库使用的功能函数,`data /` - 实例使用的数据,`tests /` - 单元测试来验证工具箱是否正常工作(A Matlab to