[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Trouble structuring an input layer
I'm not sure what exactly the problem is, but i can tell you that the
first two patternspecs that are created within an event spec default
to going to the first and last layer of the network, respectively,
which is why you have Input1 then Output then Input2 etc.
You can just use the Set To Layer button in the event spec editor to
click on each patternspec in turn and set it to whatever layer you
want it to go to.
I'm not sure if the 2.0 version displays the index of the pattern in
the event spec editor, but 2.1 does, so you can see what order the
patterns are in.
- Randy
Chaim Tarshish <chaim.tarshish@med.nyu.edu> writes:
> 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