Info

この質問は閉じられています。 編集または回答するには再度開いてください。

How can I change the trainning options of AlexNet to train the network for my images?

1 回表示 (過去 30 日間)
Alejandro Cruz Rubio
Alejandro Cruz Rubio 2019 年 4 月 30 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Hi, I need to adapt the AlexNet network for my images and I don't know how do it. My database contains more than 9,000 images of the same type and I want to train AlexNet network to recognize my images and I obtain a prediction. I think I must change the training options but I am not sure how do it. Can anybody help me?
Thank you so much
options = trainingOptions('sgdm', ...
'MaxEpochs',5,...
'InitialLearnRate',1e-4, ...
'Verbose',false, ...
'Plots','training-progress');

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by