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

조회 수: 14 (최근 30일)
akj
akj 2020년 12월 12일
답변: Srivardhan Gadila 2020년 12월 17일
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?

답변 (1개)

Srivardhan Gadila
Srivardhan Gadila 2020년 12월 17일
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.

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by