<?xml version='1.0' encoding='ISO-8859-1' ?>
<!-- $Revision: 1.1.6.6.10.1 $ $Date: 2005/01/16 02:27:33 $ -->

<toc version="1.0">

<tocitem target="nnet_product_page.html" image="$toolbox/matlab/icons/book_mat.gif">Neural Network Toolbox

<tocitem target="preface.html" image="$toolbox/matlab/icons/greencircleicon.gif">Getting Started
    <tocitem target="preface.html#6590">Preface
        <tocitem target="preface2.html#8213">Neural Networks</tocitem>
        <tocitem target="preface3.html#19713">Basic Chapters</tocitem>
        <tocitem target="preface4.html#19475">Mathematical Notation for Equations and Figures
            <tocitem target="preface4.html#19476">Basic Concepts</tocitem>
            <tocitem target="preface4.html#19480">Language</tocitem>
            <tocitem target="preface4.html#19482">Weight Matrices</tocitem>
            <tocitem target="preface4.html#19518">Layer Notation</tocitem>
            <tocitem target="preface4.html#19746">Figure and Equation Examples</tocitem>
        </tocitem>
        <tocitem target="preface5.html#19537">Mathematics and Code Equivalents</tocitem>
        <tocitem target="preface6.html#9400">Neural Network Design Book</tocitem>
        <tocitem target="preface7.html#20465">Acknowledgments</tocitem>
    </tocitem>
    <tocitem target="intro1.html#6590">Introduction
        <tocitem target="intro12.html#8281">Getting Started
            <tocitem target="intro12.html#8496">Basic Chapters</tocitem>
            <tocitem target="intro12.html#10134">Help and Installation</tocitem>
        </tocitem>
        <tocitem target="intro13.html#11304">What's New in Version 4.0
            <tocitem target="intro13.html#19330">Control System Applications</tocitem>
            <tocitem target="intro13.html#19692">Graphical User Interface</tocitem>
            <tocitem target="intro14.html#18997">New Training Functions</tocitem>
            <tocitem target="intro15.html#18281">Design of General Linear Networks</tocitem>
            <tocitem target="intro15.html#18859">Improved Early Stopping</tocitem>
            <tocitem target="intro15.html#18861">Generalization and Speed Benchmarks</tocitem>
            <tocitem target="intro15.html#18858">Demonstration of a Sample Training Session</tocitem>
        </tocitem>
        <tocitem target="intro16.html#16779">Neural Network Applications
            <tocitem target="intro16.html#19378">Applications in this Toolbox</tocitem>
            <tocitem target="intro16.html#9257">Business Applications</tocitem>
            <tocitem target="intro16.html#9259">Aerospace</tocitem>
            <tocitem target="intro16.html#9261">Automotive</tocitem>
            <tocitem target="intro16.html#9263">Banking</tocitem>
            <tocitem target="intro16.html#19356">Credit Card Activity Checking</tocitem>
            <tocitem target="intro16.html#9265">Defense</tocitem>
            <tocitem target="intro16.html#9267">Electronics</tocitem>
            <tocitem target="intro16.html#9269">Entertainment</tocitem>
            <tocitem target="intro16.html#9271">Financial</tocitem>
            <tocitem target="intro16.html#19362">Industrial</tocitem>
            <tocitem target="intro16.html#9273">Insurance</tocitem>
            <tocitem target="intro16.html#9275">Manufacturing</tocitem>
            <tocitem target="intro16.html#9277">Medical</tocitem>
            <tocitem target="intro16.html#9279">Oil and Gas</tocitem>
            <tocitem target="intro16.html#9281">Robotics</tocitem>
            <tocitem target="intro16.html#9283">Speech</tocitem>
            <tocitem target="intro16.html#9285">Securities</tocitem>
            <tocitem target="intro16.html#9287">Telecommunications</tocitem>
            <tocitem target="intro16.html#9289">Transportation</tocitem>
            <tocitem target="intro16.html#9291">Summary</tocitem>
        </tocitem>
    </tocitem>
    <tocitem target="model2.html#34107">Neuron Model and Network Architectures
        <tocitem target="model22.html#33674">Neuron Model
            <tocitem target="model22.html#54">Simple Neuron</tocitem>
            <tocitem target="model23.html#34393">Transfer Functions</tocitem>
            <tocitem target="model24.html#31188">Neuron with Vector Input</tocitem>
        </tocitem>
        <tocitem target="model25.html#95">Network Architectures
            <tocitem target="model25.html#68">A Layer of Neurons</tocitem>
            <tocitem target="model26.html#65">Multiple Layers of Neurons</tocitem>
        </tocitem>
        <tocitem target="model27.html#33492">Data Structures
            <tocitem target="model28.html#32947">Simulation With Concurrent Inputs in a Static Network</tocitem>
            <tocitem target="model29.html#31604">Simulation With Sequential Inputs in a Dynamic Network</tocitem>
            <tocitem target="model210.html#31641">Simulation With Concurrent Inputs in a Dynamic Network</tocitem>
        </tocitem>
        <tocitem target="model211.html#31717">Training Styles
            <tocitem target="model211.html#32551">Incremental Training (of Adaptive and Other Networks)</tocitem>
            <tocitem target="model212.html#31790">Batch Training</tocitem>
        </tocitem>
        <tocitem target="model213.html#119">Summary
            <tocitem target="model214.html#30946">Figures and Equations</tocitem>
        </tocitem>
    </tocitem>
    <tocitem target="percept3.html#1278">Perceptrons
        <tocitem target="percept2.html#164">Introduction
            <tocitem target="percept2.html#225">Important Perceptron Functions</tocitem>
        </tocitem>
        <tocitem target="percep3a.html#14746">Neuron Model</tocitem>
        <tocitem target="percept4.html#213">Perceptron Architecture</tocitem>
        <tocitem target="percept5.html#3646">Creating a Perceptron (newp)
            <tocitem target="percept6.html#15949">Simulation (sim)</tocitem>
            <tocitem target="percept7.html#14923">Initialization (init)</tocitem>
        </tocitem>
        <tocitem target="percept8.html#14817">Learning Rules</tocitem>
        <tocitem target="percept9.html#5294">Perceptron Learning Rule (learnp)</tocitem>
        <tocitem target="percep10.html#11134">Training (train)</tocitem>
        <tocitem target="percep11.html#124">Limitations and Cautions
            <tocitem target="percep12.html#16579">Outliers and the Normalized Perceptron Rule</tocitem>
        </tocitem>
        <tocitem target="percep13.html#18902">Graphical User Interface
            <tocitem target="percep13.html#18986">Introduction to the GUI</tocitem>
            <tocitem target="percep13.html#19019">Create a Perceptron Network (nntool)</tocitem>
            <tocitem target="percep14.html#19155">Train the Perceptron</tocitem>
            <tocitem target="percep15.html#19209">Export Perceptron Results to Workspace</tocitem>
            <tocitem target="percep16.html#18924">Clear Network/Data Window</tocitem>
            <tocitem target="percep17.html#19708">Importing from the Command Line</tocitem>
            <tocitem target="percep18.html#18925">Save a Variable to a File and Load It Later</tocitem>
        </tocitem>
        <tocitem target="percep19.html#18903">Summary
            <tocitem target="percep20.html#16706">Figures and Equations</tocitem>
            <tocitem target="percep21.html#16783">New Functions</tocitem>
        </tocitem>
    </tocitem>
    <tocitem target="linfilt4.html#2269">Linear Filters
        <tocitem target="linfilt2.html#3820">Introduction</tocitem>
        <tocitem target="linfilt3.html#11312">Neuron Model</tocitem>
        <tocitem target="linfil4a.html#5030">Network Architecture
            <tocitem target="linfilt5.html#24142">Creating a Linear Neuron (newlin)</tocitem>
        </tocitem>
        <tocitem target="linfilt6.html#24288">Mean Square Error</tocitem>
        <tocitem target="linfilt7.html#2545">Linear System Design (newlind)</tocitem>
        <tocitem target="linfilt8.html#24363">Linear Networks with Delays
            <tocitem target="linfilt8.html#24329">Tapped Delay Line</tocitem>
            <tocitem target="linfilt9.html#24335">Linear Filter</tocitem>
        </tocitem>
        <tocitem target="linfil10.html#24044">LMS Algorithm (learnwh)</tocitem>
        <tocitem target="linfil11.html#24119">Linear Classification (train)</tocitem>
        <tocitem target="linfil12.html#2139">Limitations and Cautions
            <tocitem target="linfil12.html#21328">Overdetermined Systems</tocitem>
            <tocitem target="linfil12.html#21329">Underdetermined Systems</tocitem>
            <tocitem target="linfil12.html#21346">Linearly Dependent Vectors</tocitem>
            <tocitem target="linfil12.html#21450">Too Large a Learning Rate</tocitem>
        </tocitem>
        <tocitem target="linfil13.html#199">Summary
            <tocitem target="linfil14.html#22165">Figures and Equations</tocitem>
            <tocitem target="linfil15.html#23514">New Functions</tocitem>
        </tocitem>
    </tocitem>
</tocitem>
<tocitem target="backpr5.html" image="$toolbox/matlab/icons/pagesicon.gif">Backpropagation
    <tocitem target="backpr52.html#12955">Introduction</tocitem>
    <tocitem target="backpr53.html#65">Fundamentals
        <tocitem target="backpr53.html#1163">Architecture</tocitem>
        <tocitem target="backpr54.html#13847">Simulation (sim)</tocitem>
        <tocitem target="backpr55.html#1667">Training</tocitem>
    </tocitem>
    <tocitem target="backpr56.html#2225">Faster Training
        <tocitem target="backpr57.html#2416">Variable Learning Rate (traingda, traingdx)</tocitem>
        <tocitem target="backpr58.html#2986">Resilient Backpropagation (trainrp)</tocitem>
        <tocitem target="backpr59.html#3127">Conjugate Gradient Algorithms</tocitem>
        <tocitem target="backpr10.html#3330">Line Search Routines</tocitem>
        <tocitem target="backpr11.html#3381">Quasi-Newton Algorithms</tocitem>
        <tocitem target="backpr12.html#8119">Levenberg-Marquardt (trainlm)</tocitem>
        <tocitem target="backpr13.html#4674">Reduced Memory Levenberg-Marquardt (trainlm)</tocitem>
    </tocitem>
    <tocitem target="backpr14.html#3826">Speed and Memory Comparison
        <tocitem target="backpr15.html#10508">Summary</tocitem>
    </tocitem>
    <tocitem target="backpr16.html#3827">Improving Generalization
        <tocitem target="backpr17.html#3828">Regularization</tocitem>
        <tocitem target="backpr18.html#3831">Early Stopping</tocitem>
        <tocitem target="backpr19.html#10697">Summary and Discussion</tocitem>
    </tocitem>
    <tocitem target="backpr20.html#5218">Preprocessing and Postprocessing
        <tocitem target="backpr20.html#5449">Min and Max (premnmx, postmnmx, tramnmx)</tocitem>
        <tocitem target="backpr21.html#5486">Mean and Stand. Dev. (prestd, poststd, trastd)</tocitem>
        <tocitem target="backpr22.html#5498">Principal Component Analysis (prepca, trapca)</tocitem>
        <tocitem target="backpr23.html#5604">Post-Training Analysis (postreg)</tocitem>
    </tocitem>
    <tocitem target="backpr24.html#6233">Sample Training Session</tocitem>
    <tocitem target="backpr25.html#3833">Limitations and Cautions</tocitem>
    <tocitem target="backpr26.html#1026">Summary</tocitem>
</tocitem>
<tocitem target="control6.html" image="$toolbox/matlab/icons/pagesicon.gif">Control Systems
    <tocitem target="control2.html#13353">Introduction</tocitem>
    <tocitem target="control3.html#12035">NN Predictive Control
        <tocitem target="control4.html#12038">System Identification</tocitem>
        <tocitem target="control5.html#12121">Predictive Control</tocitem>
        <tocitem target="contro6a.html#12286">Using the NN Predictive Controller Block</tocitem>
    </tocitem>
    <tocitem target="control7.html#29710">NARMA-L2 (Feedback Linearization) Control
        <tocitem target="control8.html#14353">Identification of the NARMA-L2 Model</tocitem>
        <tocitem target="control9.html#14802">NARMA-L2 Controller</tocitem>
        <tocitem target="contro10.html#15114">Using the NARMA-L2 Controller Block</tocitem>
    </tocitem>
    <tocitem target="contro11.html#29761">Model Reference Control
        <tocitem target="contro12.html#31212">Using the Model Reference Controller Block</tocitem>
    </tocitem>
    <tocitem target="contro13.html#17033">Importing and Exporting
        <tocitem target="contro14.html#28914">Importing and Exporting Networks</tocitem>
        <tocitem target="contro15.html#29076">Importing and Exporting Training Data</tocitem>
    </tocitem>
    <tocitem target="contro16.html#12321">Summary</tocitem>
</tocitem>
<tocitem target="radial7.html" image="$toolbox/matlab/icons/pagesicon.gif">Radial Basis Networks
    <tocitem target="radial72.html#647">Introduction
        <tocitem target="radial73.html#2794">Important Radial Basis Functions</tocitem>
    </tocitem>
    <tocitem target="radial74.html#45">Radial Basis Functions
        <tocitem target="radial74.html#85">Neuron Model</tocitem>
        <tocitem target="radial75.html#61">Network Architecture</tocitem>
        <tocitem target="radial76.html#2403">Exact Design (newrbe)</tocitem>
        <tocitem target="radial77.html#86">More Efficient Design (newrb)</tocitem>
        <tocitem target="radial78.html#83">Demonstrations</tocitem>
    </tocitem>
    <tocitem target="radial79.html#2383">Generalized Regression Networks
        <tocitem target="radial79.html#2696">Network Architecture</tocitem>
        <tocitem target="radial10.html#3014">Design (newgrnn)</tocitem>
    </tocitem>
    <tocitem target="radial11.html#2412">Probabilistic Neural Networks
        <tocitem target="radial12.html#3945">Network Architecture</tocitem>
        <tocitem target="radial13.html#4018">Design (newpnn)</tocitem>
    </tocitem>
    <tocitem target="radial14.html#68">Summary
        <tocitem target="radial15.html#4276">Figures</tocitem>
        <tocitem target="radial16.html#7279">New Functions</tocitem>
    </tocitem>
</tocitem>
<tocitem target="selforg8.html" image="$toolbox/matlab/icons/pagesicon.gif">Self-Organizing and Learn. Vector Quant. Nets
    <tocitem target="selforg2.html#7876">Introduction
        <tocitem target="selforg3.html#8030">Important Self-Organizing and LVQ Functions</tocitem>
    </tocitem>
    <tocitem target="selforg4.html#69">Competitive Learning
        <tocitem target="selforg4.html#1177">Architecture</tocitem>
        <tocitem target="selforg5.html#99">Creating a Competitive Neural Network (newc)</tocitem>
        <tocitem target="selforg6.html#1684">Kohonen Learning Rule (learnk)</tocitem>
        <tocitem target="selforg7.html#1713">Bias Learning Rule (learncon)</tocitem>
        <tocitem target="selfor8a.html#1693">Training</tocitem>
        <tocitem target="selforg9.html#2191">Graphical Example</tocitem>
    </tocitem>
    <tocitem target="selfor10.html#10542">Self-Organizing Maps
        <tocitem target="selfor11.html#3473">Topologies (gridtop, hextop, randtop)</tocitem>
        <tocitem target="selfor12.html#10662">Distance Funct. (dist, linkdist, mandist, boxdist)</tocitem>
        <tocitem target="selfor13.html#83">Architecture</tocitem>
        <tocitem target="selfor14.html#5062">Creating a Self Organizing MAP Neural Network (newsom)</tocitem>
        <tocitem target="selfor15.html#4272">Training (learnsom)</tocitem>
        <tocitem target="selfor16.html#3193">Examples</tocitem>
    </tocitem>
    <tocitem target="selfor17.html#8056">Learning Vector Quantization Networks
        <tocitem target="selfor17.html#8295">Architecture</tocitem>
        <tocitem target="selfor18.html#8075">Creating an LVQ Network (newlvq)</tocitem>
        <tocitem target="selfor19.html#9024">LVQ1 Learning Rule (learnlv1)</tocitem>
        <tocitem target="selfor20.html#9281">Training</tocitem>
        <tocitem target="selfor21.html#10272">Supplemental LVQ2.1 Learning Rule (learnlv2)</tocitem>
    </tocitem>
    <tocitem target="selfor22.html#110">Summary
        <tocitem target="selfor22.html#8359">Self-Organizing Maps</tocitem>
        <tocitem target="selfor23.html#8360">Learning Vector Quantizaton Networks</tocitem>
        <tocitem target="selfor24.html#1162">Figures</tocitem>
        <tocitem target="selfor25.html#8727">New Functions</tocitem>
    </tocitem>
</tocitem>
<tocitem target="recur9.html" image="$toolbox/matlab/icons/pagesicon.gif">Recurrent Networks
    <tocitem target="recur92.html#58">Introduction
        <tocitem target="recur93.html#131">Important Recurrent Network Functions</tocitem>
    </tocitem>
    <tocitem target="recur94.html#136">Elman Networks
        <tocitem target="recur94.html#137">Architecture</tocitem>
        <tocitem target="recur95.html#1565">Creating an Elman Network (newelm)</tocitem>
        <tocitem target="recur96.html#1797">Training an Elman Network</tocitem>
    </tocitem>
    <tocitem target="recur97.html#135">Hopfield Network
        <tocitem target="recur97.html#2642">Fundamentals</tocitem>
        <tocitem target="recur98.html#2569">Architecture</tocitem>
        <tocitem target="recur99.html#3339">Design (newhop)</tocitem>
    </tocitem>
    <tocitem target="recur910.html#57">Summary
        <tocitem target="recur911.html#3208">Figures</tocitem>
        <tocitem target="recur912.html#3185">New Functions</tocitem>
    </tocitem>
</tocitem>
<tocitem target="adapt10.html" image="$toolbox/matlab/icons/pagesicon.gif">Adaptive Filters and Adaptive Training
    <tocitem target="adapt10.html#58">Introduction
        <tocitem target="adapt103.html#131">Important Adaptive Functions</tocitem>
    </tocitem>
    <tocitem target="adapt104.html#4163">Linear Neuron Model</tocitem>
    <tocitem target="adapt105.html#136">Adaptive Linear Network Architecture
        <tocitem target="adapt106.html#4091">Single ADALINE (newlin)</tocitem>
    </tocitem>
    <tocitem target="adapt107.html#4194">Mean Square Error</tocitem>
    <tocitem target="adapt108.html#4545">LMS Algorithm (learnwh)</tocitem>
    <tocitem target="adapt109.html#4252">Adaptive Filtering (adapt)
        <tocitem target="adapt109.html#4255">Tapped Delay Line</tocitem>
        <tocitem target="adapt110.html#4261">Adaptive Filter</tocitem>
        <tocitem target="adapt111.html#4274">Adaptive Filter Example</tocitem>
        <tocitem target="adapt112.html#4319">Prediction Example</tocitem>
        <tocitem target="adapt113.html#4333">Noise Cancellation Example</tocitem>
        <tocitem target="adapt114.html#4341">Multiple Neuron Adaptive Filters</tocitem>
    </tocitem>
    <tocitem target="adapt115.html#5334">Summary
        <tocitem target="adapt116.html#5324">Figures and Equations</tocitem>
        <tocitem target="adapt117.html#4686">New Functions</tocitem>
    </tocitem>
</tocitem>
<tocitem target="appl11.html" image="$toolbox/matlab/icons/pagesicon.gif">Applications
    <tocitem target="appl112.html#207">Introduction
        <tocitem target="appl112.html#8949">Application Scripts</tocitem>
    </tocitem>
    <tocitem target="appl113.html#113">Applin1: Linear Design
        <tocitem target="appl113.html#280">Problem Definition</tocitem>
        <tocitem target="appl114.html#287">Network Design</tocitem>
        <tocitem target="appl115.html#292">Network Testing</tocitem>
        <tocitem target="appl116.html#339">Thoughts and Conclusions</tocitem>
    </tocitem>
    <tocitem target="appl117.html#245">Applin2: Adaptive Prediction
        <tocitem target="appl117.html#296">Problem Definition</tocitem>
        <tocitem target="appl118.html#298">Network Initialization</tocitem>
        <tocitem target="appl119.html#300">Network Training</tocitem>
        <tocitem target="appl119.html#302">Network Testing</tocitem>
        <tocitem target="appl1110.html#295">Thoughts and Conclusions</tocitem>
    </tocitem>
    <tocitem target="appl1111.html#106">Appelm1: Amplitude Detection
        <tocitem target="appl1112.html#132">Problem Definition</tocitem>
        <tocitem target="appl1113.html#180">Network Initialization</tocitem>
        <tocitem target="appl1114.html#204">Network Training</tocitem>
        <tocitem target="appl1115.html#215">Network Testing</tocitem>
        <tocitem target="appl1116.html#226">Network Generalization</tocitem>
        <tocitem target="appl1116.html#242">Improving Performance</tocitem>
    </tocitem>
    <tocitem target="appl1117.html#99">Appcr1: Character Recognition
        <tocitem target="appl1117.html#139">Problem Statement</tocitem>
        <tocitem target="appl1118.html#155">Neural Network</tocitem>
        <tocitem target="appl1119.html#208">System Performance</tocitem>
        <tocitem target="appl1120.html#209">Summary</tocitem>
    </tocitem>
</tocitem>
<tocitem target="adv12.html" image="$toolbox/matlab/icons/pagesicon.gif">Advanced Topics
    <tocitem target="adv122.html#11354">Custom Networks
        <tocitem target="adv123.html#11324">Custom Network</tocitem>
        <tocitem target="adv124.html#11002">Network Definition</tocitem>
        <tocitem target="adv125.html#11181">Network Behavior</tocitem>
    </tocitem>
    <tocitem target="adv126.html#11928">Additional Toolbox Functions
        <tocitem target="adv127.html#12032">Initialization Functions</tocitem>
        <tocitem target="adv128.html#11936">Transfer Functions</tocitem>
        <tocitem target="adv129.html#11943">Learning Functions</tocitem>
    </tocitem>
    <tocitem target="adv1210.html#1889">Custom Functions
        <tocitem target="adv1211.html#8163">Simulation Functions</tocitem>
        <tocitem target="adv1212.html#8592">Initialization Functions</tocitem>
        <tocitem target="adv1213.html#9165">Learning Functions</tocitem>
        <tocitem target="adv1214.html#9831">Self-Organizing Map Functions</tocitem>
    </tocitem>
</tocitem>
<tocitem target="netobj13.html" image="$toolbox/matlab/icons/reficon.gif">Network Object Reference
    <tocitem target="netobj12.html#2476">Network Properties
        <tocitem target="netobj12.html#2485">Architecture</tocitem>
        <tocitem target="netobj3a.html#2489">Subobject Structures</tocitem>
        <tocitem target="netobj14.html#2491">Functions</tocitem>
        <tocitem target="netobj15.html#2495">Parameters</tocitem>
        <tocitem target="netobj16.html#2500">Weight and Bias Values</tocitem>
        <tocitem target="netobj17.html#2502">Other</tocitem>
    </tocitem>
    <tocitem target="netobj18.html#2504">Subobject Properties
        <tocitem target="netobj18.html#2513">Inputs</tocitem>
        <tocitem target="netobj19.html#2515">Layers</tocitem>
        <tocitem target="netobj10.html#2517">Outputs</tocitem>
        <tocitem target="netobj11.html#4212">Targets</tocitem>
        <tocitem target="netob12a.html#2519">Biases</tocitem>
        <tocitem target="netob13a.html#2521">Input Weights</tocitem>
        <tocitem target="netob14a.html#2524">Layer Weights</tocitem>
    </tocitem>
</tocitem>
<tocitem target="tabls14.html" image="$toolbox/matlab/icons/reficon.gif">Functions -- Categorical List
    <tocitem target="tabls14.html#123">Analysis Functions</tocitem>
    <tocitem target="tabls14.html#13153">Distance Functions</tocitem>
    <tocitem target="tabls14.html#13154">Graphical Interface Function</tocitem>
    <tocitem target="tabls14.html#13100">Layer Initialization Functions</tocitem>
    <tocitem target="tabls142.html#8904">Learning Functions</tocitem>
    <tocitem target="tabls142.html#10343">Line Search Functions</tocitem>
    <tocitem target="tabls143.html#11377">Net Input Derivative Functions</tocitem>
    <tocitem target="tabls143.html#10747">Net Input Functions</tocitem>
    <tocitem target="tabls143.html#16886">Network Functions</tocitem>
    <tocitem target="tabls143.html#10858">Network Initialization Function</tocitem>
    <tocitem target="tabls144.html#10859">Network Use Functions</tocitem>
    <tocitem target="tabls144.html#8656">New Networks Functions</tocitem>
    <tocitem target="tabls145.html#9060">Performance Derivative Functions</tocitem>
    <tocitem target="tabls145.html#9061">Performance Functions</tocitem>
    <tocitem target="tabls145.html#10904">Plotting Functions</tocitem>
    <tocitem target="tabls146.html#11838">Pre- and Postprocessing Functions</tocitem>
    <tocitem target="tabls146.html#10906">Simulink Support Function</tocitem>
    <tocitem target="tabls146.html#13188">Topology Functions</tocitem>
    <tocitem target="tabls147.html#9361">Training Functions</tocitem>
    <tocitem target="tabls148.html#12838">Transfer Derivative Functions</tocitem>
    <tocitem target="tabls149.html#16805">Transfer Functions</tocitem>
    <tocitem target="tabls110.html#13430">Utility Functions</tocitem>
    <tocitem target="tabls111.html#12958">Vector Functions</tocitem>
    <tocitem target="tabls111.html#13634">Weight and Bias Initialization Functions</tocitem>
    <tocitem target="tabls112.html#9920">Weight Derivative Functions</tocitem>
    <tocitem target="tabls112.html#9922">Weight Functions</tocitem>
</tocitem>
<tocitem target="tabls113.html" image="$toolbox/matlab/icons/reficon.gif">Transfer Function Graphs</tocitem>
<tocitem target="nnetsloc.html" image="$toolbox/matlab/icons/reficon.gif">Functions -- Alphabetical List</tocitem>
<tocitem target="a_gloss.html" image="$toolbox/matlab/icons/reficon.gif">Glossary</tocitem>
<tocitem target="b_biblio.html" image="$toolbox/matlab/icons/reficon.gif">Bibliography</tocitem>
<tocitem target="c_demos.html" image="$toolbox/matlab/icons/reficon.gif">Demonstrations and Applications
    <tocitem target="c_demos.html#2305">Tables of Demonstrations and Applications
        <tocitem target="c_demos.html#5150">Chapter 2: Neuron Model and Network Architectures</tocitem>
        <tocitem target="c_demos.html#3403">Chapter 3: Perceptrons</tocitem>
        <tocitem target="c_demos.html#2105">Chapter 4: Linear Filters</tocitem>
        <tocitem target="c_demos.html#3404">Chapter 5: Backpropagation</tocitem>
        <tocitem target="c_demos.html#250">Chapter 7: Radial Basis Networks</tocitem>
        <tocitem target="c_demos.html#3918">Chapter 8: Self-Organizing and Learn. Vector Quant. Nets</tocitem>
        <tocitem target="c_demos.html#4018">Chapter 9: Recurrent Networks</tocitem>
        <tocitem target="c_demos.html#4053">Chapter 10: Adaptive Networks</tocitem>
        <tocitem target="c_demos.html#3556">Chapter 11: Applications</tocitem>
    </tocitem>
</tocitem>
<tocitem target="d_sim.html" image="$toolbox/matlab/icons/reficon.gif">Simulink
    <tocitem target="d_sim2.html#1889">Block Set
        <tocitem target="d_sim3.html#2483">Transfer Function Blocks</tocitem>
        <tocitem target="d_sim3.html#4272">Net Input Blocks</tocitem>
        <tocitem target="d_sim3.html#4277">Weight Blocks</tocitem>
    </tocitem>
    <tocitem target="d_sim4.html#4396">Block Generation
        <tocitem target="d_sim4.html#4431">Example</tocitem>
        <tocitem target="d_sim5.html#4631">Exercises</tocitem>
    </tocitem>
</tocitem>
<tocitem target="e_codeno.html" image="$toolbox/matlab/icons/reficon.gif">Code Notes
    <tocitem target="e_coden2.html#1889">Dimensions</tocitem>
    <tocitem target="e_coden3.html#4867">Variables
        <tocitem target="e_coden4.html#5072">Utility Function Variables</tocitem>
    </tocitem>
    <tocitem target="e_coden5.html#5465">Functions</tocitem>
    <tocitem target="e_coden6.html#5378">Code Efficiency</tocitem>
    <tocitem target="e_coden7.html#5430">Argument Checking</tocitem>
</tocitem>


<tocitem target="rn/neural.html" image="$toolbox/matlab/icons/notesicon.gif">Release Notes

<tocitem target="rn/neural12-1.html">Neural Network Toolbox 4.0.1 Release Notes
    <tocitem target="rn/neural12-1.html#7373">Major Bug Fixes
        <tocitem target="rn/neural12-1.html#20218">Proper Use of Validation and Test Data</tocitem>
        <tocitem target="rn/neural12-1.html#20232">Correct Version 3 Object Loading</tocitem>
    </tocitem>
</tocitem>
<tocitem target="rn/neural12.html">Neural Network Toolbox 4.0 Release Notes
    <tocitem target="rn/neural12.html#7373">New Features
        <tocitem target="rn/neural12.html#19678">Control System Applications</tocitem>
        <tocitem target="rn/neural12.html#19687">Visual Interface</tocitem>
        <tocitem target="rn/neural12.html#19695">New Training Functions</tocitem>
        <tocitem target="rn/neural12.html#19704">Design of General Linear Networks</tocitem>
        <tocitem target="rn/neural12.html#19707">Improved Early Stopping</tocitem>
        <tocitem target="rn/neural12.html#19709">Generalization and Speed Benchmarks</tocitem>
        <tocitem target="rn/neural12.html#19711">Demonstration of a Sample Training Session</tocitem>
    </tocitem>
    <tocitem target="rn/neural122.html">Upgrading from an Earlier Release
        <tocitem target="rn/neural122.html#19850">Use of trainwb and trainwb1 Not Recommended</tocitem>
    </tocitem>
</tocitem>

</tocitem>
<tocitem target="nnet_product_page.html" image="$toolbox/matlab/icons/pdficon.gif">Printable Documentation (PDF)</tocitem>
<tocitem target="http://www.mathworks.com/products/neuralnet/" image="$toolbox/matlab/icons/webicon.gif">Product Page (Web)</tocitem>

</tocitem>
</toc>
