Image Processing with Backpropagation algorithm

8 次查看(过去 30 天)
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 :)

采纳的回答

Greg Heath
Greg Heath 2013-9-14
Backpropagation is not used to directly create a data base.
However, if you have a data base of inputs and targets, one of the backpropagation functions like fitnet (regression or curvefitting) or patternnet (classification or pattern recognition) is used to NOT ONLY output close approximations to training target vectors when the corresponding training input vectors are presented, BUT, more importantly, generalize to nontraining data.
Backpropagation can be used to create nets for testing whether or not your choice of targets and target coding (real?, max? min? binary? unity sum? etc) is useful.
Hope this helps.
Thank you for formally accepting my answer
Greg
  2 个评论
Elvin
Elvin 2013-9-14
Thank you for your answer. That helps a lot. I thought I could use backpropagation for the database. May I ask how am I going to create the database for the shape and color? THanks
Greg Heath
Greg Heath 2013-9-18
编辑:Greg Heath 2013-9-18
You should post a new question on how to implement image feature extraction in order to create a data base of shape and color features.

请先登录,再进行评论。

更多回答(3 个)

Shashank Prasanna
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 个评论
Shashank Prasanna
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
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
Greg Heath 2014-4-27
You need to search on image feature extraction.

Elvin
Elvin 2013-9-12
Any help with this one? Thanks

类别

Help CenterFile Exchange 中查找有关 Parallel and Cloud 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by