Undefined function or variable 'analyzeNetwork' error in transfer learning.

35 views (last 30 days)
Sir,
I follow the steps in Transfer Learning Using AlexNet. But I get the following error.
Undefined function or variable 'analyzeNetwork'.
What is the reason.
Thank you

Accepted Answer

Geoff Hayes
Geoff Hayes on 11 Feb 2019
IT - according to Analyze deep learning network architecture, the analyzeNetwork function was introduced into MATLAB in version R2018a. Which version are you using? And do you have the Deep Learning Toolbox?
  1 Comment
IT Jothi
IT Jothi on 15 Feb 2019
Yes sir, i am using MATLAB in version R2018a and having deep learning toolbox.
still I am getting Undefined function or variable 'analyzeNetwork'.

Sign in to comment.

More Answers (1)

Sean de Wolski
Sean de Wolski on 15 Feb 2019
Edited: Sean de Wolski on 15 Feb 2019
In 18a, you had to download it from the web I believe and then it came built in in 18b.
Get it here https://www.mathworks.com/matlabcentral/fileexchange/66982-deep-learning-network-analyzer-for-neural-network-toolbox

Community Treasure Hunt

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

Start Hunting!