How to use 3d numeric data as an input for CNN?
6 次查看(过去 30 天)
显示 更早的评论
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?
0 个评论
回答(1 个)
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.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!