for example if the image of tree is given i want output as TREE as text

 Akzeptierte Antwort

Benjamin Kraus
Benjamin Kraus am 24 Jan. 2018

0 Stimmen

You probably want a Neural Network and Deep Learning, but explaining what that is will take more than a blog post.

1 Kommentar

ram charan reddy
ram charan reddy am 24 Jan. 2018
i want total code explanation is not required.use only predefined images

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (1)

Thorsten
Thorsten am 24 Jan. 2018

0 Stimmen

You can use deep learning networks from the neural networks toolbox:
nnet = alexnet; % Load pretrained neural net
label = classify(nnet, picture); % Classify

Kategorien

Mehr zu Deep Learning Toolbox finden Sie in Hilfe-Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by