  (c) 1991 NeuroDynamX, Inc.

  TESTSEQ.TXT

  This is a test file containing three six element sequences. This file
  is to be used with IO BUILDER to make an example TrueTime IO File.

  TrueTime is commonly used to do forecasting into the future for a time
  sequence. Consider the numbers below as three time series. Suppose
  that you wanted to train a TrueTime network to use the first element
  of one sequence to predict the next element, the second element to
  predict the third, and so on. The last element of the sequence would
  not be used in the training, but would be able to make a prediction.

  0.1 0.2 0.3 0.4 0.5 0.6
  0.6 0.5 0.4 0.3 0.2 0.1
  0.0 0.1 0.0 0.1 0.0 0.1

  To run IO BUILDER on this file, go to the directory where the file
  <iobuild.exe> is located and type:

	  IOBUILD TESTSEQ.TXT TESTSEQ.IO

  This takes the ASCII data file <testseq.txt> (this file), processes
  the data according to the answers to questions posed to you, and places
  the output in the IO File <testseq.io>.

  Below is a listing of the questions you will be prompted to answer and
  the values that you should enter in order to generate <testseq.io>.

  Method (3)

  >>> Please specify the format of your ASCII data file:
	  (1) Inputs followed by outputs;
	  (2) Input and output locations in a
			record to be specified;
	  (3) Outputs are delayed inputs (TrueTime sequence problem).
  >>> (3)
  Input a one line description of the problem:
  >>> Method (3) Test IO File
  Specify the number of IO pairs per IO sequence >>> (6)
  Specify the number of inputs in each IO pair >>> (1)
  Specify the number of neurons in the TrueTime network >>> (4)
  Specify the number of outputs in each IO Pair >>> (1)
  How many IO pairs into the future do you want to predict >>> (1)
  Input the IO sequence name >>> NDX
  Input the IO pair name >>> test

  For information on using IO BUILDER to generate IO Files for feed
  forward networks, please see the file <testdat.txt>.

