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

14 vues (au cours des 30 derniers jours)
akj
akj le 12 Déc 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?

Réponses (1)

Srivardhan Gadila
Srivardhan Gadila le 17 Déc 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.

Catégories

En savoir plus sur Image Data Workflows dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by