Re: Multi-input and multi-level models

2016-04-06 Thread Matthew Taylor
gt; > t6 A6 ignore > > t7 A7 B3 > > etc. > > > Phil. > > > -------------- > *From:* nupic on behalf of Matthew > Taylor > *Sent:* Wednesday, 6 April 2016 7:32 PM > *To:* phil...@hotmail.com > *Subject:* Re: Multi-input and multi-l

Re: Multi-input and multi-level models

2016-04-06 Thread Phil Goddard
ore t4 A4 B2 t5 A5 ignore t6 A6 ignore t7 A7 B3 etc. Phil. From: nupic on behalf of Matthew Taylor Sent: Wednesday, 6 April 2016 7:32 PM To: phil...@hotmail.com Subject: Re: Multi-input and multi-level models Yes, that is what menorah does in the &

Re: Multi-input and multi-level models

2016-04-06 Thread Matthew Taylor
every 1 minute, but signal B arrives every 5 > minutes, etc? > > > Thanks > > Phil. > > > -- > *From:* nupic on behalf of Matthew > Taylor > *Sent:* Monday, 28 March 2016 3:13 PM > *To:* phil...@hotmail.com > *Subject:* Re: Mult

Re: Multi-input and multi-level models

2016-04-06 Thread Phil Goddard
? Thanks Phil. From: nupic on behalf of Matthew Taylor Sent: Monday, 28 March 2016 3:13 PM To: phil...@hotmail.com Subject: Re: Multi-input and multi-level models Phil, I have an example project that will converge multiple River View data streams into one

Re: Multi-input and multi-level models

2016-03-31 Thread Sebastián Narváez
ound much info on that approach. >> >> Was hoping that someone might be able to point me towards some papers or >> examples. >> >> >> Phil. >> >> >> -- >> *From:* nupic on behalf of Chandan >> Maruthi >

Re: Multi-input and multi-level models

2016-03-28 Thread Chandan Maruthi
on behalf of Chandan > Maruthi > *Sent:* Monday, 28 March 2016 3:43 PM > > *To:* phil...@hotmail.com > *Subject:* Re: Multi-input and multi-level models > > Phil, > I can think of 2 approaches > 1.) Normalize both input data streams to the same time series [may be with >

Re: Multi-input and multi-level models

2016-03-28 Thread Phil Goddard
Phil. From: nupic on behalf of Chandan Maruthi Sent: Monday, 28 March 2016 3:43 PM To: phil...@hotmail.com Subject: Re: Multi-input and multi-level models Phil, I can think of 2 approaches 1.) Normalize both input data streams to the same time series [may be with averaging out the changes durin

Re: Multi-input and multi-level models

2016-03-28 Thread Phil Goddard
Thanks Matt. Phil. From: nupic on behalf of Matthew Taylor Sent: Monday, 28 March 2016 3:13 PM To: phil...@hotmail.com Subject: Re: Multi-input and multi-level models Phil, I have an example project that will converge multiple River View data streams into

Re: Multi-input and multi-level models

2016-03-28 Thread Chandan Maruthi
lar, inputs that arrive at different time intervals. >> >> (The inputs can't be handled by aligning them with just one time vector - >> each input needs it's own time vector.) >> >> >> Thanks >> >> Phil. >> >> ---

Re: Multi-input and multi-level models

2016-03-28 Thread Matthew Taylor
; each input needs it's own time vector.) > > > Thanks > > Phil. > > -- > *From:* nupic on behalf of Marcus Lewis > > *Sent:* Monday, 28 March 2016 5:49 AM > *To:* phil...@hotmail.com > *Subject:* Re: Multi-input and multi-level models

Re: Multi-input and multi-level models

2016-03-28 Thread Phil Goddard
mail.com Subject: Re: Multi-input and multi-level models Hi Phil, Multiple inputs are pretty easy with the OPF (i.e. the CLAModel). For example, hotgym<https://github.com/numenta/nupic/blob/master/examples/opf/clients/hotgym/simple/model_params.py#L66> uses the timestamp and the current pow

Re: Multi-input and multi-level models

2016-03-27 Thread Marcus Lewis
Hi Phil, Multiple inputs are pretty easy with the OPF (i.e. the CLAModel). For example, hotgym uses the timestamp and the current power consumption. For multi-level models, you'll probably want t