162 Downloads
Updated 11 Sep 2019
GoogLeNet is a pretrained model that has been trained on a subset of the ImageNet database which is used in the ImageNet Large-Scale Visual Recognition Challenge (ILSVRC). The model is trained on more than a million images, has 144 layers, and can classify images into 1000 object categories (e.g. keyboard, mouse, pencil, and many animals).
Opening the googlenet.mlpkginstall file from your operating system or from within MATLAB will initiate the installation process for the release you have.
This mlpkginstall file is functional for R2017b and beyond.
Usage Example:
% Access the trained model
net = googlenet;
% See details of the architecture
net.Layers
% Read the image to classify
I = imread('peppers.png');
% Adjust size of the image
sz = net.Layers(1).InputSize
I = I(1:sz(1),1:sz(2),1:sz(3));
% Classify the image using GoogLeNet
label = classify(net, I)
% Show the image and the classification results
figure
imshow(I)
text(10,20,char(label),'Color','white')
Create scripts with code, output, and formatted text in a single executable document.
Shaopeng Xu (view profile)
mg w (view profile)
thinh ngo (view profile)
zorleo zorleo (view profile)
Hench Lee (view profile)
To Chinese users: don't afraid to login in, please install with vpn.
HIgh Tech Man (view profile)
Bin Wang (view profile)
Rosario (view profile)
Easy to install.
Remya Ajai A S (view profile)
Initially i couldn't install but then after disabling adblocker in mozilla, it worked.Thanks
Banafshe Khazali (view profile)
Hi, I'm using a R2017b .I just want to test deep learning by using matlab. but Unforutnately I cannot receive file related website. So I need to get a file which is... googLenet directly. So plz. Could you send me a alexnet.zip file? My email address is khazalib@gmail.com . Thank you!
pei xiang (view profile)
emma emma (view profile)
hi ,i'm using Matlab 2019a .Canyou send me a .zip file for this or anything that will be compatible with my current version ?
my email ID: sumail.jiao@gmail.com
Jin Huo (view profile)
etpig007 (view profile)
mugunthan ramesh (view profile)
Hi can anyone send the alexnet installation zip file to my mail mugunthanramesh6@gmail.com
Thanks in advance
hamad alawad (view profile)
Hi ,
Is there any video describing the Deep Learning Toolbox with an example ?
I have many questions such how many videos I need for deep learning
Thank you .
Md. Mohidul Islam Poros (view profile)
hi ,i'm currently using Matlab 2016a .Can anyone send me a .zip file for this or anything that will be compatible with my current version ? my email ID: porosbuet@gmail.com
Hao You (view profile)
Eduardo Filho (view profile)
Hi, i'm trying download it, but there is an error message: The support package is not compatible with your version of MATLAB or operating system.
I have installed in my computer Windows 10 and Matlab R2018b. Can you help me?
Fuad Numan (view profile)
zhenyu tong (view profile)
feibai zhu (view profile)
Shayan Goli (view profile)
Andrew Kim (view profile)
Hi, I'm using a R2016a, R2017b .I just want to test about deep learning by using matlab. but Unforutnately I cannot receive file related website. I guess security system would block from your website. So I need to get a file which is... googLenet directly. So plz. Could you send me a alexnet.zip file? My email address is feel0305@gmail.net . Thank you!
Michaelscheinfeild (view profile)
thank you help to bring new ai to the world fast transfer learning
FFR (view profile)
jungjin hwang (view profile)
hua ye (view profile)
Michaelscheinfeild (view profile)
great works immidiatly no effort
Javed (view profile)
software (view profile)
Muhammet Fatih Turkmenoglu (view profile)
Tripoli Settou (view profile)
The name of the first and second fully connected layer are 'fc6' & 'fc7' respectively in (Alexnet, VGG16,VGG19). the question is what's the fully connected layer names in googlenet?
Tuncer Ergin (view profile)
xiao (view profile)
Hey Shounak Mitra, thank you! I have solved it. The key is to create a copy of googlenet (with data augmentation) with DAGNetwork function.
Shounak Mitra (view profile)
Hey Xiao,
That's true, you would have to follow some instructions outlined at https://www.mathworks.com/help/nnet/ref/nnet.cnn.layergraph.html?s_tid=doc_ta
For your reference, you can also refer to https://www.mathworks.com/help/nnet/ref/imagedataaugmenter.html?s_tid=srchtitle to know more about the imageDataAugmenter
you cannot manipulate the layers like that. Have you tried going through this
xiao (view profile)
I try to change the inputImageLayer for data augmentation, but occured the error: You cannot set the read-only property 'Layers' of DAGNetwork.
xiao (view profile)
thank you, good tutorial. I have a question. How to implement data augmentation for googlenet?
Shounak Mitra (view profile)
Kuan, unfortunately, you cannot. you ought to have R2017b version. But you can use another model - AlexNet (https://www.mathworks.com/matlabcentral/fileexchange/59133-neural-network-toolbox-tm--model-for-alexnet-network) with the 17a version.
KUAN-YU CHOU (view profile)
Hi, can I use it in R2017a version?
sahar alhaddad (view profile)
Thank you, such a nice tool.
sahar alhaddad (view profile)
cui (view profile)
nice!
Pitambar Dayal (view profile)
Shounak Mitra (view profile)
Shounak Mitra (view profile)
Hi,
Are you using the R2017b version?
sahar alhaddad (view profile)
Hello, I try to download it and I get an error message:
The support package is not compatible with your version of MATLAB or operating system