利用Matlab自带的深度学习工具进行车辆区域检测与车型识别【福利-内附源码与数据库】(一)...-附件资源
2021-04-03 12:02:36 106B
1
CNN卷积神经网络Matlab实现例程,使用了matlabR2019a自带的深度学习工具箱,一维数据分类,二维cnn
2021-03-27 14:50:29 1KB CNN matlab 深度学习工具箱 一维数据
1
用于MATLAB环境下的深度学习工具箱,包含一些基础的深度学习代码可以调用。
2021-03-12 09:53:37 14.06MB matlab 深度学习
1
cnn的一个matlab工具箱
2021-03-11 09:14:39 14.08MB matlab
1
matlab深度学习工具箱官方指导手册,包含各大模型参数的解释以及函数调用方式,适合开发以及研究使用。如果大家觉得不错的话,欢迎好评点赞转发,小伙伴们的鼓励就是我最大的动力~
2021-02-24 16:05:13 67.19MB matlab deepLearning
CNN卷积神经网络Matlab实现例程,使用了matlabR2019a自带的深度学习工具箱,一维数据分类,二维cnn
2021-02-16 09:01:45 832B matlab
SAE,CNN,DBN,NN,CAE, Deep Learning, AI,Machine Learning
2020-01-17 03:11:03 14.09MB Deep Learning AI Machine Learning
1
matlab中深度学习的工具箱,有SAE DBN CAE CNN NN等
2020-01-03 11:31:46 14.06MB 深度学习 matlab
1
matlab深度学习工具箱,提供深度神经网络的相关工具。
2020-01-03 11:17:41 14.06MB MATLAB 深度学习 工具箱
1
深度学习工具包 Deprecation notice. ----- This toolbox is outdated and no longer maintained. There are much better tools available for deep learning than this toolbox, e.g. [Theano](http://deeplearning.net/software/theano/), [torch](http://torch.ch/) or [tensorflow](http://www.tensorflow.org/) I would suggest you use one of the tools mentioned above rather than use this toolbox. Best, Rasmus. DeepLearnToolbox ================ A Matlab toolbox for Deep Learning. Deep Learning is a new subfield of machine learning that focuses on learning deep hierarchical models of data. It is inspired by the human brain's apparent deep (layered, hierarchical) architecture. A good overview of the theory of Deep Learning theory is [Learning Deep Architectures for AI](http://www.iro.umontreal.ca/~bengioy/papers/ftml_book.pdf) For a more informal introduction, see the following videos by Geoffrey Hinton and Andrew Ng. * [The Next Generation of Neural Networks](http://www.youtube.com/watch?v=AyzOUbkUf3M) (Hinton, 2007) * [Recent Developments in Deep Learning](http://www.youtube.com/watch?v=VdIURAu1-aU) (Hinton, 2010) * [Unsupervised Feature Learning and Deep Learning](http://www.youtube.com/watch?v=ZmNOAtZIgIk) (Ng, 2011) If you use this toolbox in your research please cite [Prediction as a candidate for learning deep hierarchical models of data](http://www2.imm.dtu.dk/pubdb/views/publication_details.php?id=6284) ``` @MASTERSTHESIS\{IMM2012-06284, author = "R. B. Palm", title = "Prediction as a candidate for learning deep hierarchical models of data", year = "2012", } ``` Contact: rasmusbergpalm at gmail dot com 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 `u
2019-12-21 21:41:10 14.07MB 深度学习 MATLAB
1