From: Marco Wu on
Hi

I am new to neural network. I am reading a book which gives me some general idea. I still have three quarter of the book need to read. However, may I know how neural network handle a time dependent pattern recognition. For example, how to use neural network to classify BIO signal? any website/ information will help

Thanks
From: Greg Heath on
On Jun 23, 1:37 pm, "Marco Wu" <alway_s_ma...(a)hotmail.com> wrote:
> Hi
>
>  I am new to neural network. I am reading a book which gives me some general idea. I still have three quarter of the book need to read. However, may I know how neural network handle a time dependent pattern recognition. For example, how to use neural network to classify BIO signal? any website/ information will help
>

You train the net with sample inputs and corresponding target
outputs. If there is a deterministic trend linking the two you are
in business.

Hope this helps.

Greg