How to use 3d numeric data as an input for CNN?

15 visualizaciones (últimos 30 días)
akj
akj el 12 de Dic. de 2020
Respondida: Srivardhan Gadila el 17 de Dic. de 2020
i have a 3d array of size 43*7*5232 where rows indicate number of weeks and columns indicate 7 days of the week, and the pages are the 5232 users, half of the users have commited an electricity theft while the other half are normal users.
Now, how can i use these data to train with CNN?

Respuestas (1)

Srivardhan Gadila
Srivardhan Gadila el 17 de Dic. de 2020
Refer to List of Deep Learning Layers to get an idea of all deep learning layers available in MATLAB. You can start by using imageInputLayer or other Input Layers available followed by Convolution and Fully Connected Layers or other intermediate layers and finally classificationLayer as the Output Layer.

Categorías

Más información sobre Image Data Workflows 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!

Translated by