How to replicate the example “Transfer Learning Using AlexNet” with GoogleNet?
I tried to replicate the example “ Transfer Learning Using AlexNet “ with GoogleNet, but i don’t understand how to modify the last 3 layers in order to retrain the pretrained network. Maybe, has someone modify properly this example to work with googlenet?
I also found this link but doesn’t exist now. (i’m working with Matlab 2018b)
ANSWER
Matlabsolutions.com provide latest MatLab Homework Help,MatLab Assignment Help for students, engineers and researchers in Multiple Branches like ECE, EEE, CSE, Mechanical, Civil with 100% output.Matlab Code for B.E, B.Tech,M.E,M.Tech, Ph.D. Scholars with 100% privacy guaranteed. Get MATLAB projects with source code for your learning and research.
You can use this example: Train Deep Learning Network to Classify New Images
The same code actually works with all the pretrained networks — just change the network that you load at the beginning of the example.