Search found 5 matches

by giselle007
Tue 13. Jan 2015, 22:22
Forum: Project Support
Topic: Stock prediction problem
Replies: 3
Views: 21624

Re: Stock prediction problem

Okay, I'm trying to use this script. I will have data for 4 weeks. I use the first 4 days of each week as training data and the last day as validation data. And I will repeat this for every week. I needed to split this up because the Lesson editor didn't accept my datafile for all the weeks at once ...
by giselle007
Tue 13. Jan 2015, 22:09
Forum: All about using MemBrain
Topic: Raw CSV input
Replies: 6
Views: 17458

Re: Raw CSV input

I split my data up in smaller pieces and now it works.
Is there a certain limit to the amount of parameters?
by giselle007
Tue 13. Jan 2015, 11:53
Forum: All about using MemBrain
Topic: Raw CSV input
Replies: 6
Views: 17458

Re: Raw CSV input

In1,In2,In3,In4,In5,In6,In7,In8,In9,In10,In11,In12,In13,In14,In15,In16,In17,In18,In19,Out 0,0,0,0,0,0,0,0,0,0,-0.000279252,0,0,0,0,0,-0.000445236,0,0,0 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -0.000399627,0,0,0,0,0,0,0,0,-0.000465983,0,0,0,0.002351558,0,0,0,0,-0.005064317,0 0,0,0,0,0,0,0,0,0,0,0,0,0...
by giselle007
Tue 13. Jan 2015, 10:26
Forum: All about using MemBrain
Topic: Raw CSV input
Replies: 6
Views: 17458

Raw CSV input

Hello everybody, I have a problem with the input of raw CSV files. I have a computer with american settings and somewhere on the forum I read this: "The CSV files which come with this packet have been generated on a machine with German operating system. As such, they use the field limiter 'semo...
by giselle007
Mon 12. Jan 2015, 09:34
Forum: Project Support
Topic: Stock prediction problem
Replies: 3
Views: 21624

Stock prediction problem

Hello everybody, I am quite new to neural networks and I have some difficulties to decide what my network should look like and how to get started. I calculated price ratios of 20 stocks over 1 year (5 sec intraday tick data). I will try to find a correlation between them with neural networks. To do ...