ANNCodes
22 Nov 2009 01:20 UTC 2009326+0120 UTC

Forecasts.ANNCodes History

Hide minor edits - Show changes to markup

November 20, 2005, at 09:50 AM by 69.151.183.80 -
Changed lines 3-7 from:

Great idea! Below you will find a framework to build ANN predictive codes as well as pieces of codes that should allow you . We use Matlab to develop and run our codes so you also need a Matlab License (http://www.mathworks.com/). If you use our codes and find them useful, please send us your comments and/or post pieces of codes that could helpful to others.

For each one of the steps you will soon find pieces of codes. The codes can be run individually or assembled in one matlab m-file. Requirements for naming convention for key parameters will also be specified.

to:

Great idea! Below you will find a framework to build and test ANN predictive models as well as pieces of codes that should speed up the code development. We use Matlab to develop and run our codes so you also need a Matlab License (http://www.mathworks.com/). If you use our codes and find them useful, please send us your comments and/or post pieces of codes that could be helpful to others.

For each of the steps below you will soon find pieces of codes. The codes can be run individually or assembled in one matlab m-file. Requirements for naming convention for key parameters will also be specified.

The framework and codes are developed by faculty, researchers and students from TAMUCC, the Division of Nearshore Research and the Center for Water Supply studies (Russel Carden, Scott Duff, Rick Hay, Dan Prouty, Philippe Tissot and Beate Zimmer).

November 19, 2005, at 05:36 PM by 69.151.183.80 -
Changed lines 22-23 from:

Not an essential step but often a useful one to check the

to:

Not an essential step but often a useful one to visualize the hypothesized relationships between inputs and targets.

November 19, 2005, at 05:31 PM by 69.151.183.80 -
Changed lines 3-8 from:

Great idea! Below you will find a framework to build ANN predictive codes as well as pieces of codes that should allow you . We use Matlab to develop and run our codes so you also need a Matlab License (). If you use our codes and find them useful, please send us your comments and/or post pieces of codes that could helpful to others.

Raw data gathering/archival

to:

Great idea! Below you will find a framework to build ANN predictive codes as well as pieces of codes that should allow you . We use Matlab to develop and run our codes so you also need a Matlab License (http://www.mathworks.com/). If you use our codes and find them useful, please send us your comments and/or post pieces of codes that could helpful to others.

For each one of the steps you will soon find pieces of codes. The codes can be run individually or assembled in one matlab m-file. Requirements for naming convention for key parameters will also be specified.

Raw Data Gathering/Archival

Changed lines 12-13 from:

Data conditioning/Analysis

to:

Data Conditioning/Analysis

Changed lines 16-17 from:

Input matrices and target vectors

to:

Input Matrices and Target Vectors

Changed lines 24-25 from:

ANN design/parameters

to:

ANN Design/Parameters

Changed lines 28-30 from:

ANN training

Once all the preparation steps are completed,

to:

ANN Training

Once all the preparation steps are completed, one runs a short code with the training statement which reads in the input and target data as well as the ANN parameters. This is usually the shortest piece of code but the one that takes the longest time to run. The ANN also runs a simulation based on the input data and compares the output from the training set and the target. The ANN is saved in a file for later use.

ANN Simulation/Predictions

A previously traine ANN is recalled and applied to one or more input matrices. The input matrices must have the correct format for the code to run.

ANN Performance Analysis

Load targets and ANN simulation and compute the ANN performance. We have such code for water levels.

ANN Simulation Plots

Load targets and ANN simulation and build comparative graphs.

November 19, 2005, at 11:32 AM by 69.151.183.80 -
Changed lines 17-29 from:

You build a code that reads the preconditioned data

to:

You build a code that reads the preconditioned data and builds at least the input matrix and the target vector/matrix for the training of the ANN. Each column of the matrix represents one input vector and should correspond to the target elements in the target vector/matrix. The order in which the input elements are should always be the same. This is usually the most time consuming part of the coding. If you are planing to use verification for the training of your model, you need to build the verification input and target matrix/vectors following the same process.

Graphing analysis of input data

Not an essential step but often a useful one to check the

ANN design/parameters

In this step you first indicate the name and location of the input and target vectors/matrices set up in the previous step. The code then automatically extract the relevant ANN information on the number of inputs and outputs. One then specifies the number of hidden layers layers and the number of hidden neurons per layer, the type of training algorithm and error function.

ANN training

Once all the preparation steps are completed,

November 19, 2005, at 10:48 AM by 69.151.183.80 -
Changed lines 1-2 from:

So you want to build your own ANN predictive model

to:

So you want to build your own ANN predictive model

Changed lines 7-10 from:

Raw data gathering analysis

In this step you build a code that

to:

Raw data gathering/archival

In this step you build a code that reads the data that will be necessary for the predicitive model development (will often be from various sources). We recommend building a data file that includes all the raw data with metadata indicating where the data comes from, when it was acquired, and any possibly useful information.

Changed lines 13-14 from:

In this step you build a code that reads the raw data, fill in gaps and computes statististics over the raw data. The percent of data that has been interpolated should stay very low or you should discard the data set. In any you need to keep this information.

to:

In this step you build a code that reads the raw data, computes statististics over the raw data such as gap percent and fill in potential gaps and remove possible spikes with your favorite methods. The percent of data that has been interpolated should stay very low or you should discard the data set. In any case you need to keep this information.

Changed line 17 from:

You build a code that reads the con

to:

You build a code that reads the preconditioned data

November 19, 2005, at 10:41 AM by 69.151.183.80 -
Changed lines 1-3 from:

!! So you want to build your own ANN predictive model

Great idea! Below you will find a framework to build ANN predictive codes as well as

to:

So you want to build your own ANN predictive model

Great idea! Below you will find a framework to build ANN predictive codes as well as pieces of codes that should allow you . We use Matlab to develop and run our codes so you also need a Matlab License (). If you use our codes and find them useful, please send us your comments and/or post pieces of codes that could helpful to others.

Raw data gathering analysis

In this step you build a code that

Data conditioning/Analysis

In this step you build a code that reads the raw data, fill in gaps and computes statististics over the raw data. The percent of data that has been interpolated should stay very low or you should discard the data set. In any you need to keep this information.

Input matrices and target vectors

You build a code that reads the con

November 19, 2005, at 10:25 AM by 69.151.183.80 -
Changed lines 1-2 from:

+!! So you want to build your own ANN predictive model+

to:

!! So you want to build your own ANN predictive model

November 19, 2005, at 10:24 AM by 69.151.183.80 -
Added lines 1-3:

+!! So you want to build your own ANN predictive model+

Great idea! Below you will find a framework to build ANN predictive codes as well as

Page last modified on November 20, 2005, at 09:50 AM