NeuroSolutions Home | Products | Downloads | Resources | Support | Order NeuroDimension Home
   Products
     NeuroSolutions
     NeuroSolutions for Excel
     Custom Solution Wizard
     NS for MATLAB
     Source Code License
     Interactive Book
     Neural Network Course
     Other Products
   Downloads
     Free Evaluation Copy
     Product Updates
     Documentation
     Drivers
   Resources
     Intro to Neural Networks
     Video Tour
     Customer Quotes
     Customer Interviews
     News and Reviews
     Newsletters
     Application Summaries
   Support
     FAQ
     Licensed User Center
     Extended Support
     Contact NeuroDimension
   Order
     Product Pricing
     Level Summary
     Ordering Information
     Order Online Now
   ND Corporate Website
   TradingSolutions.com


Step 1: Creating a neural network

The easiest way to create a neural network using NeuroSolutions for MATLAB is to type the following command within the MATLAB interface.

    >> mynet = nsnn;
The preceding command creates the default network, a one hidden layer Multi-Layer Perceptron (MLP), which is the most popular neural network among engineers and researchers worldwide. All the settings for the network are set to well-researched defaults, putting the neural network in a “good-to-go” state after entering just one simple command.

SMART DEFAULTS

Other parameters that depend on your actual data are set when the data is passed to the train function (nsTrain). For example, the ideal number of neurons (processing elements) in the hidden layer of the neural network is computed from the data using a proprietary formula. Thus, the intricacies involved in setting up a neural network are automatically taken care of, allowing the user to concentrate on solving the problem at hand.

Here you have seen how to create the default MLP network. Many other neural networks and learning algorithms are available within NeuroSolutions for MATLAB. See the Product Summary for complete information.

Back | Tour Topics | Next


NeuroSolutions Home  |  Products  |  Downloads  |  Resources  |  Support  |  Order

Product questions? Contact info@nd.com
Website questions? Contact webmaster@nd.com
Interested in selling our software? Become a reseller!
Web Site Design and Implementation Copyright © 2008 NeuroDimension, Inc.

NeuroSolutions overview in Chinese.