Heyya,

So I got to playing with the core encog-java system. This thread is getting
a bit long, so I put my thoughts into a new thread here: Playing with
clojure-encog, Machine-Learning
wrapper<https://groups.google.com/forum/?fromgroups#!topic/clojure/TffRc7CLOCY>
 .

But the thrust is that I need to know how I can give the encog neural net a
list of tick data that has second or sub-second intervals? Have a look. Any
insights are appreciated.


Thanks :)

Tim Washington
Interruptsoftware.ca
416.843.9060



On Sat, Aug 4, 2012 at 7:15 PM, Jim - FooBar(); <jimpil1...@gmail.com>wrote:

>  No worries...
>
>  looking at the examples.clj in 0.4.1-SNAPSHOT, it is likely it won't even
> compile which is good evidence of how much your first email made me jump!!!
> If you want to run the examples just copy-paste the entire code in a
> namespace of your own while commenting out the travelling-salesman-problem
> example. that should sort any compilation issues...
>
> Jim
>
>
> On 04/08/12 23:35, Timothy Washington wrote:
>
> Ok, this makes sense.
>
>  Thanks very much for your insights.
>
>
> Tim Washington
> Interruptsoftware.ca
> 416.843.9060
>
>
>
> On Sat, Aug 4, 2012 at 6:21 PM, Jim - FooBar(); <jimpil1...@gmail.com>wrote:
>
>>  On 04/08/12 23:08, Timothy Washington wrote:
>>
>> And one more thing. I'm looking at the 
>> TemporalMLDataSet.java<https://github.com/encog/encog-java-core/blob/master/src/main/java/org/encog/ml/data/temporal/TemporalMLDataSet.java>source,
>>  and I keep on seeing references to a 'windowSize'. What is a
>> *inputWindowSize* and a *predictWindowSize* ?
>>
>>
>>
>>  I suppose your window-size is how far back from the present you want to
>> look each time...it needs to be compatible with your input layer...a
>> window-size of 30 with 5 indicators would give you 150 (3*50=150) input
>> neurons as confirmed in this post:
>>
>> http://www.heatonresearch.com/node/2124
>>
>>
>> Jim
>>
>>
>>
>>
>>   --
>> You received this message because you are subscribed to the Google
>> Groups "Clojure" group.
>> To post to this group, send email to clojure@googlegroups.com
>> Note that posts from new members are moderated - please be patient with
>> your first post.
>> To unsubscribe from this group, send email to
>> clojure+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/clojure?hl=en
>>
>
>  --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
>
>
>  --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to