Train CIFAR10 Convolution Neural Network

4 views (last 30 days)
Hello everybody.
Hope you doing well,
I am using pertained model InceptionV3 to train CIFAR10 dataset, after finshed trainning,
I need to know where can I find loss equation that used to calculate error in feedforwad as well as the equations of updating weights in backpropagation
Does any help, please?

Accepted Answer

Srivardhan Gadila
Srivardhan Gadila on 19 Aug 2020
If you are using trainNetwork to train your network then as per my knowledge, it is not easy to get equations you are looking for.
If your use case is to modify the loss & weights update equations then you can define/convert your network into dlnetwork & use custom training loop to train your network.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!