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

11 views (last 30 days)
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?

Answers (1)

Srivardhan Gadila
Srivardhan Gadila on 17 Dec 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.

Community Treasure Hunt

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

Start Hunting!