SOM自组织神经网络MATLAB工具包,使用时加到Matlab安装位置toolbox文件夹,并添加到路径(包含所有somtoolbox的所有子文件夹)
2019-12-21 20:47:28 414KB self organizing map machine
1
pca及ltsa的降维工具箱,部分程序的讲解
2019-12-21 20:47:02 857KB pca ltsa lltsa
1
利用matlab进行简单的深度学习,包含CNN、DBN、RBN、DNN等多种深度学习架构,是不错的资源。
2019-12-21 20:46:56 14.07MB matlab 深度学习
1
有利于帮助大家求解模拟退火算法,非常有用
2019-12-21 20:38:50 213KB 模拟退火算法
1
MATLAB仿真 MATLAB 工具箱使用 MATLAB学习应用 苏金明著
2019-12-21 20:37:00 7MB MATLAB
1
基于matlab的EEG脑电处理工具包-eeglab,能够方便脑电处理
2019-12-21 20:35:58 30.19MB EEG eeglab matlab 脑电
1
MATLAB的机器人工具包,自行添加到MATLAB函数库中就可以使用了。Robotics Toolbox for Matlab
2019-12-21 20:34:04 1.2MB MATLAB ROBOT
1
高阶统计量的matlab工具箱, 运行该exe文件进行解压,内涵使用手册!
2019-12-21 20:30:03 2.88MB 高阶统计量 matlab hosa
1
深度学习网络matlab工具包,包含深度信度网络dbn,卷积网络cnn,sae(stacked auto-encoders),cae(Convolutional auto-encoders)等实现。 ================================================================ Directories included in the toolbox ----------------------------------- `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-Encoders `CAE/` - A library for Convolutional Auto-Encoders `util/` - Utility functions used by the libraries `data/` - Data used by the examples `tests/` - unit tests to verify toolbox is working For references on each library check REFS.md =========================================================== ps:在某些matlab中,可能没有rng函数,从而导致测试脚本中报错。该函数作用只是初始化随机函数种子,可以直接把rng(0)这句注释掉,或者用rand函数去设置随机种子。
2019-12-21 20:29:54 14.09MB 深度学习网络 deep_learn cnn dbn
1
Quaternion toolbox for Matlab is a toolbox that extends Matlab to handle matrices of quaternions with real and complex components. Many Matlab operators and functions are overloaded to work for real quaternion and complexified quaternion matrices.
2019-12-21 20:27:52 636KB 四元数 Matlab quaternion
1