<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/265214</link>
    <title>MATLAB Central Newsreader - Loading saved and trained neural network</title>
    <description>Feed for thread: Loading saved and trained neural network</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>Sat, 07 Nov 2009 00:44:02 -0500</pubDate>
      <title>Loading saved and trained neural network</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/265214#692832</link>
      <author>Ramesh R</author>
      <description>Hello ,&lt;br&gt;
&lt;br&gt;
I am finding problem in loading the saved (trained) neural network.&lt;br&gt;
Can anybody help me and let me know, how does it works?&lt;br&gt;
I want to use the saved network in my new function. But when I use 'Load' command&lt;br&gt;
, Iam getting error.&lt;br&gt;
Please help me.&lt;br&gt;
Thanks &lt;br&gt;
Ramesh</description>
    </item>
    <item>
      <pubDate>Sat, 07 Nov 2009 01:30:07 -0500</pubDate>
      <title>Re: Loading saved and trained neural network</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/265214#692835</link>
      <author>ade77 </author>
      <description>That is suprising. The only reason I will suspect you have that error is that you did not correctly save the network.&lt;br&gt;
After training your network, let's say name of network  = net.&lt;br&gt;
save net;  % will save the network (net) as net.mat.&lt;br&gt;
load net;  % will retrive the network and put it in your workspace.&lt;br&gt;
&lt;br&gt;
Also, make sure the net.mat is in your defualt directory before using load&lt;br&gt;
&lt;br&gt;
&quot;Ramesh R&quot; &amp;lt;rameshkumar.rc@gmail.com&amp;gt; wrote in message &amp;lt;hd2fsi$144$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Hello ,&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I am finding problem in loading the saved (trained) neural network.&lt;br&gt;
&amp;gt; Can anybody help me and let me know, how does it works?&lt;br&gt;
&amp;gt; I want to use the saved network in my new function. But when I use 'Load' command&lt;br&gt;
&amp;gt; , Iam getting error.&lt;br&gt;
&amp;gt; Please help me.&lt;br&gt;
&amp;gt; Thanks &lt;br&gt;
&amp;gt; Ramesh</description>
    </item>
  </channel>
</rss>

