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 <http://Interruptsoftware.ca>
416.843.9060



On Sat, Aug 4, 2012 at 6:21 PM, Jim - FooBar(); <jimpil1...@gmail.com <mailto: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
    <mailto: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
    <mailto:clojure%2bunsubscr...@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