Image Processing with Backpropagation algorithm
이전 댓글 표시
First of all, I don't have the code yet for this project. I just want to ask first what would be the good approach/way to do this project before I start with the code (although I'm not that good in MATLAB). So our project is to determine the shades of green of the leaves and the shape of the diseases present on the leaves. What we have proposed so far is to make a database for the shape and color using the backpropagation. And then the test image will be compare to the database. Do you think that's a good approach? Can you suggest some other approach to do this better.
Thank you and God bless :)
채택된 답변
추가 답변 (3개)
Shashank Prasanna
2013년 9월 8일
1 개 추천
Hi Elvin, what you are proposing is a supervised learning approach. backpropogation (Neural Networks) to train your data is one good approach. You could also explore other supervised learning approaches in the statistics toolbox:
Because of the convenient way the functions have been written, its easy to just try different algorithms quickly that saves you time.
Here are some good ways to get started:
댓글 수: 3
Elvin
2013년 9월 9일
Shashank Prasanna
2013년 9월 16일
편집: Shashank Prasanna
2013년 9월 16일
backpropogation can be used to train on a dataset for future prediction and is a popular approach. You can use the Neural Network Toolbox to do that.
It is not clear what you mean when you say "make the color and shape database"
primrose khaleed
2014년 4월 27일
i want create database of image and i want to enter this image into NN..my asking which image saving in database ?? the original images or after fuature extraction?
Greg Heath
2014년 4월 27일
1 개 추천
You need to search on image feature extraction.
댓글 수: 1
Image Analyst
2014년 4월 28일
And when you do, attach an image.
카테고리
도움말 센터 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!