how to train Alexnet from scratch (without transfer learning)?

8 views (last 30 days)
how to train Alexnet from scratch as the loaded one is pretrained.
I need to compare with the performance on imagenet.
Are there demos or scripts for creating Alexnet or Inception net but not just by loading?

Answers (1)

Santhosh A V
Santhosh A V on 15 Mar 2019
Hi Jack Xiao
You can refer the below link for training a network from scratch in MATLAB.
Thanks
Santhosh
  2 Comments
Jack Xiao
Jack Xiao on 15 Mar 2019
Thank you, good demo. maybe the key is how to create the network by hand.
Are there any demos for creating alexnet, inception net or resnet using scripts but not just by loading?
Santhosh A V
Santhosh A V on 20 Mar 2019
Edited: Santhosh A V on 20 Mar 2019
Hi Jack Xiao
You can refer to below link for training a network on CIFAR-10 data.
or watch a video below
https://in.mathworks.com/videos/training-a-neural-network-from-scratch-with-matlab-1492008542195.html
Thanks
Santhosh

Sign in to comment.

Products


Release

R2018b

Community Treasure Hunt

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

Start Hunting!