<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/243208</link>
    <title>MATLAB Central Newsreader - Neural Network Training for Image Classification</title>
    <description>Feed for thread: Neural Network Training for Image Classification</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Thu, 12 Feb 2009 21:21:01 -0500</pubDate>
      <title>Re: Neural Network Training for Image Classification</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/243208#627988</link>
      <author>Tak </author>
      <description>Hi, would you mind take a look and answer this stupid question in &lt;a href=&quot;http://www.mathworks.com/matlabcentral/newsreader/view_thread/243425#624974&quot;&gt;http://www.mathworks.com/matlabcentral/newsreader/view_thread/243425#624974&lt;/a&gt; ? Thanks</description>
    </item>
    <item>
      <pubDate>Tue, 27 Jan 2009 14:14:01 -0500</pubDate>
      <title>Neural Network Training for Image Classification</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/243208#624272</link>
      <author>Jeevashini </author>
      <description>&lt;br&gt;
Hi,&lt;br&gt;
&lt;br&gt;
I am working on image classification based on colour histograms. I have 4 classes of images. Each class of images have a different colour dominant in them. For each image I have HSV histogram. The HSV histogram is made from 8 bins for Hue, 2 bins each for Saturation and Value. Therefore each image has a vector of 32 data.&lt;br&gt;
&lt;br&gt;
I have 65 training images in each of the 4 classes: total of 260 images.&lt;br&gt;
I need to feed the 32x260 matrix to train the neural network.&lt;br&gt;
&lt;br&gt;
My objective is to compare two methods in classification. One is classifying the image as a whole. Other is dividing an image into blocks and classifying them individually, then finally based on some voting method or some other method classify the image as a whole.&lt;br&gt;
&lt;br&gt;
I have basically two questions in carrying out this process.&lt;br&gt;
&lt;br&gt;
1. Does having 8x2x2=32 HSV histograms suffice for the training process?&lt;br&gt;
2. For the second method of classification, do I have to perform training separately on the individual blocks? Or can I use the trained network in the first method(whole image classification) for classifying the blocks?&lt;br&gt;
&lt;br&gt;
Some advice would be helpful, please.&lt;br&gt;
&lt;br&gt;
Thanks,&lt;br&gt;
Vashini</description>
    </item>
    <item>
      <pubDate>Sat, 31 Jan 2009 10:12:02 -0500</pubDate>
      <title>Re: Neural Network Training for Image Classification</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/243208#625148</link>
      <author>Tak </author>
      <description>what is the meaning of 8x2x2=32 HSV histograms ?&lt;br&gt;
&lt;br&gt;
I am doing in the similar thing. I use wavelet transform to decompose the image into 16 features for each images. I want to know more alternative method too :) </description>
    </item>
    <item>
      <pubDate>Wed, 04 Feb 2009 20:22:01 -0500</pubDate>
      <title>Re: Neural Network Training for Image Classification</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/243208#626172</link>
      <author>Jeevashini </author>
      <description>&quot;Tak &quot; &amp;lt;lauhotak@hotmail.com&amp;gt; wrote in message &amp;lt;gm185i$klu$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; what is the meaning of 8x2x2=32 HSV histograms ?&lt;br&gt;
&amp;gt; &lt;br&gt;
It means Hue has 8 bins, Saturation and Value has 2 bins each. Therefore, as a combination of each of the 8 Hue bins to each of the 2 Saturation bins and 2 Value bins, we get 32 HSV bins. That will be used as the input vector.</description>
    </item>
    <item>
      <pubDate>Wed, 04 Feb 2009 20:24:02 -0500</pubDate>
      <title>Re: Neural Network Training for Image Classification</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/243208#626174</link>
      <author>Jeevashini </author>
      <description>&lt;br&gt;
Please, it would be helpful if someone could give me some advice on this.&lt;br&gt;
&lt;br&gt;
Thanks,&lt;br&gt;
Vashini</description>
    </item>
  </channel>
</rss>

