Charlene Rabulan
Followers: 0 Following: 0
統計
MATLAB Answers
3 質問
0 回答
ランク
of 153,991
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Clarifying the Sequence of using AlexNet with Faster R-CNN to monitor/detect your own image data
I am currently starting a project with classifying images and object detection. This is my first time exploring the world of dee...
約2年 前 | 1 件の回答 | 0
1
回答質問
Question about the capabilities of AlexNet Deep Learning
I am aware that AlexNet is capable of identifying objects in real-time using a camera. However, is it also possible for AlexNet ...
約2年 前 | 2 件の回答 | 0
2
回答質問
Current learning AlexNet Deep Learning, I am pretty sure my image size are correct but it seems that it doesn't acknowledge it.
The code: alex = alexnet; layers = alex.Layers; layers(23) = fullyConnectedLayer(3); layers(25) = classificationLayer;...
約2年 前 | 1 件の回答 | 0