What is the difference between classifiication and matching in neural networks?
이전 댓글 표시
Hi everybody.... I create a neural network and training it... Now I need to test the network.
For example: if I enter an image I want to show the same image that is in database.
What can I do to make this...??? i doing training ..what can i do after that??? plz help me...i am new in neural network
댓글 수: 2
Image Analyst
2014년 6월 15일
It's not clear. Have you actually created the network yet? If yes, then have you trained it or not?
primrose khaleed
2014년 6월 15일
채택된 답변
추가 답변 (1개)
Greg Heath
2014년 6월 15일
0 개 추천
I don't understand how you can be training a net when you don't know what the output should be.
If you have c categories, number them from 1 to c and represent the ith category target by the ith column of the unit matrix eye(c).
Hope this helps.
Thank you for formally accepting my answer
Greg
댓글 수: 1
Azzi Abdelmalek
2014년 6월 16일
편집: Azzi Abdelmalek
2014년 6월 16일
Primrose commented
i create target matrix ...T=[1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0;0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 ]; out=sim(T,testimage) now i want to display the image that is similarty the testimge.. plz help me
카테고리
도움말 센터 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!