how is the in-line googlenet or inception v3 created using codes?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Jack Xiao
am 4 Jan. 2019
Kommentiert: Jack Xiao
am 8 Jan. 2019
Hi, I need to create an NIN structure just like googlenet.
so how to fulfill it in deep leaning toolbox? ( not with Deep Network Designer but with codes)
0 Kommentare
Akzeptierte Antwort
Vishal Bhutani
am 7 Jan. 2019
By my understanding it seems that you want to create a similar architecture to googlenet.
You can refer to the link attached below for refering the googlenet architecture and you can use MATLAB function for creating the architecture:
Googlenet architecture: https://www.analyticsvidhya.com/blog/2018/10/understanding-inception-network-from-scratch/
MATLAB functions which will be helpful to create the architecture:
Also you can try using googlenet inbuilt architecture in MATLAB as a pre-trained network and train it for your dataset.
Hope it helps.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!