<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/240913</link>
    <title>MATLAB Central Newsreader - Re-Training net with different input size matrix( different sizes of input layer)</title>
    <description>Feed for thread: Re-Training net with different input size matrix( different sizes of input layer)</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>Fri, 12 Dec 2008 14:10:06 -0500</pubDate>
      <title>Re-Training net with different input size matrix( different sizes of input layer)</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/240913#616632</link>
      <author>zaheer ahmad</author>
      <description>Is it possible in Matlab to retrain a trained net with different input sized matrix( different sizes of  input layers )? if yes then  how to train the network using different input sized matrix i.e. i want to first train the network on 21x15 input matrix then want to train ( re-train ) the same network on 16x10 input matrix. The purpose of the process is to get a network which will be able to recognize different size of characters( to better generalize).....&lt;br&gt;
I tried directly to pass new input matrix to 'train' but it produced error ( as i was expecting ).&lt;br&gt;
one technique might be to pass it the weights and bias returned from the first training session but there will be a mismatch in the number of weights and bias because of change in number of input in input layer.... and i just got why the function 'train' trained on input size-1 matrix cant be trained directly on size-2 input matix....its because of number of weights too...am i correct?....then what can i do...how to retrain a network on differently sized input matrices...&lt;br&gt;
I have read in some research papers people retraining net but i am not sure is it possible in matlab? &lt;br&gt;
bye the way i am working on Urdu OCR ( Optical Character Recognition ), Urdu is national language of Pakistan.&lt;br&gt;
thanks in advance&lt;br&gt;
zaheer ahmad </description>
    </item>
  </channel>
</rss>

