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

 채택된 답변

Benjamin Kraus
Benjamin Kraus 2018년 1월 24일

0 개 추천

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

댓글 수: 1

ram charan reddy
ram charan reddy 2018년 1월 24일
i want total code explanation is not required.use only predefined images

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Thorsten
Thorsten 2018년 1월 24일

0 개 추천

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

카테고리

도움말 센터File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by