MATLAB: How is the in-line googlenet or inception v3 created using codes

deep learningDeep Learning Toolboxgooglenetinception v3

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)

Best Answer

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:
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.
Related Question