Configuring CNN With Two Arrays
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Lance Bae
el 20 de Dic. de 2020
Respondida: Abhishek Gupta
el 23 de Dic. de 2020
I'm currently developing my first Convolution Neural Network as a self-project on version 2020B, and I'm having some trouble understanding the different layer types and how to use the correct ones for my data.
I got my data from an Excel spreadsheet, which I separated into two arrays: trainClass and trainPixels. There are
examples to work with, so I have trainClass as a
array and trainPixels as a
array. Each nested array in trainPixels contains the grayscale data of a
picture, with trainClass having the classification of that picture.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/466865/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/466870/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/466875/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/466880/image.png)
Since this is my first time working with Neural Nets in MATLAB, could someone point me in the right direction as to how to develop and train a CNN to process this information? It would be greatly appreciated. Thanks!
0 comentarios
Respuesta aceptada
Abhishek Gupta
el 23 de Dic. de 2020
Hi,
Here is the documentation link to create a simple deep learning network for classification: -
This resource might help you in developing your first Convolutional Neural Network (CNN).
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Deep Learning Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!