please what are the names of the different types of neural network available in matlab?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
for example some types of neural networks are 1. Convolution neural network 2. Recurrent neural network 3. Extreme learning machine 4. Deep belief neural network etc.
2 Commenti
Risposte (1)
Sebastian Castro
il 7 Nov 2018
There are for sure Convolutional and Recurrent Neural Networks in release 2018b of MATLAB.
- Convolutional: https://www.mathworks.com/help/deeplearning/deep-learning-with-images.html
- Recurrent: https://www.mathworks.com/help/deeplearning/deep-learning-with-time-series-sequences-and-text.html
However, as Greg commented above, since you can build your own network with different types of layers, or even create custom layers, you may also be able to do some of these other fancy names you listed out.
- Sebastian
Vedere anche
Categorie
Scopri di più su Deep Learning Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!