[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Trouble structuring an input layer



Hi;

I was hoping for some help.  I am creating a network with the following
structure:

                            -------- Output Layer

                             -----      Hidden Layer

 ----             ----           ----           ----
Input           Input         Input         Input
group 1       group 2     group 3     group 4


Each Input group has a forward projection to the Hidden Layer and there is a
bidirectional projection between the Hidden and Output layer.  My problem is
that when I set up the event spec it looks okay to me, but when I read in my
training set I find that the individual events are read into the network in the
following order:

Input group 1
Output
Input group 2
Input group 3
Input group 4
Input group 5

I assume that I'm not setting up the event spec properly and I was wondering if
anyone had experience with this and could help.  Thank you in advance for your
help.

Chaim