Pages:
Author

Topic: 20 Day Price Forecast (8.2% error) - page 2. (Read 4792 times)

member
Activity: 74
Merit: 10
March 25, 2014, 07:14:48 PM
#27
10 Hours ago, it was predicting ~535 for 9-10pm Eastern time, now it's 2 hours away and it's over 7% higher at ~575.

I want to see this thing be great, but that's a huge difference.
member
Activity: 84
Merit: 10
March 25, 2014, 06:25:56 PM
#26
Just curious - on the 20-day prediction the price drops to $556 on 27/3 (two days time) but this doesn't happen on the 5-day prediction. Is this a bug or an artefact of the way they are calculated?

It's probably a result of the fact that the 20 day prediction has such a high average error. I wouldn't count on the 20 day prediction being particularly accurate. In all probability there will be some real-life events that occur in that time period which unpredictably change bitcoin prices. Those predictions are just a lot less reliable.
legendary
Activity: 1764
Merit: 1031
March 25, 2014, 05:24:58 PM
#25
Just curious - on the 20-day prediction the price drops to $556 on 27/3 (two days time) but this doesn't happen on the 5-day prediction. Is this a bug or an artefact of the way they are calculated?
member
Activity: 84
Merit: 10
March 25, 2014, 02:56:52 PM
#24


This is interesting, thanks for tracking it's degree of accuracy like this!

I wouldn't say this is the neural network's best work but it's not too bad I guess. It missed that bump in the beginning which probably threw it off a bit, but it seems to have done a pretty good job at other points in the graph. We'll see how it continues in the future!
sr. member
Activity: 336
Merit: 250
March 25, 2014, 01:13:30 PM
#23
member
Activity: 84
Merit: 10
March 25, 2014, 11:25:10 AM
#22
Sounds like a very promising prediction approach

Have bookmarked your website with a view to following

Thanks! I hope the predictions serve you well Smiley
hero member
Activity: 490
Merit: 500
March 25, 2014, 10:32:32 AM
#21
Sounds like a very promising prediction approach

Have bookmarked your website with a view to following
member
Activity: 84
Merit: 10
March 25, 2014, 09:45:34 AM
#20
OgNasty/m3g4tr0n - yeah a lot of people have been asking about that, I think I'll try to make graphs showing this some time soon, or maybe extend the current ones to the left like you said.

segeln - Thanks for posting it to the German forum! Here's a bit of elaboration:

The part of a neural network that determines what results it will give (predictions, in this case) is "weights". A neural network consists of a bunch of nodes with edges between them, and the edges have certain weights. Initially these weights have random values. You teach a neural network by having it try to do calculations on data where you know the answer, and then adjust the weights based on how far off it was. So in this case, I have the neural network look at data at a few tens of thousands of points throughout the history of bitstamp and try to make a prediction. Initially the predictions are WAY off because the weights are just random. However, it sees how far off it was and adjusts the weights accordingly. Each time it trains on the historic data it is slightly more accurate. It takes about 25-30 ish training sessions for these neural networks to be able to predict with the average errors that I have listed on the site.

Let me know if you have any more questions!

rebuilder - Yeah I see it's predicting a pretty significant dip... I'm pretty nervous that it's going to be completely wrong lol but we'll see. I would not guess that it will dip down into the 530s or 540s but I suppose it's possible. I think what will happen is that it will dip but not by as much as it is predicting.

razfaz - Thanks! And that's pretty awesome if you were able to consistently earn 2-3% per month!

I use java for this project. I believe there are frameworks and libraries and stuff for neural networks, but I didn't use them. A few semesters ago I had to create a neural network for a class assignment, so I took the code from that and adjusted it accordingly to work for this problem (the old one was used for recognizing hand-written digits).
newbie
Activity: 1
Merit: 0
March 25, 2014, 08:12:56 AM
#19
Great work!
Having a major in CS, I was looking a bit into algorithmic trading too. Until now I just did it on a very basic level, using simple stuff to base my choices on. The results often were that the capital rose by some (2-3) percents in a month. Having hodl't and sodl't gave mostly better results. Due to the lack of time I did not investigate it in more detail.

Which programming language do you use? Are there any frameworks supporting neural network programming?

member
Activity: 74
Merit: 10
March 25, 2014, 08:05:47 AM
#18
This is great.  Would love to see a graph showing the back data as well. 


Yes, and the ultimate way of showing it would be to let the 24 hour graph shift incrementally out the left side of it's box into a real time graph. That way viewers could see the prediction accuracy overlaid on top of what is actually happening. I would definitely donate something if that scenario came to pass.

good work
legendary
Activity: 1615
Merit: 1000
March 25, 2014, 08:02:04 AM
#17
K128kevin:
OK, so I had the right idea, you just haven't looked at the datapoint-by-datapoint comparison, only the average error rate output in the end.

Interestingly, the short-term prediction is now forecasting a return from the 570's to about 536 in 15 hours time, as a more or less continuous downward slope. Seems like a significant enough dip to watch for comparisons.

Edit: make that 13 hours, and 532 or so - the prediction just updated as I was typing.
hero member
Activity: 602
Merit: 500
March 25, 2014, 07:51:19 AM
#16
rebuilder - Okay I think we're not communicating clearly here, let me try to explain how it works as clearly as possible:

The neural network trains on historic data. The training process involves trying to make predictions at certain points in history and then changing parts of the neural network based on how far off the predictions were from the actual prices. The average error is how far off the predictions were once the network was done training. So basically the average error represents how far off each predicted price was from the actual price for predicting prices at every hour (or 6 hours, or 12 hours) in the past 3 years. I hope this is more clear, but please let me know if it isn't.

could you elaborate this more, please.Very interesting.
I thought you were checking and calculating the Bitstamp orderbook.
I put your link in the german forum of bitcoin.de = coinforum.de
donator
Activity: 4760
Merit: 4323
Leading Crypto Sports Betting & Casino Platform
March 25, 2014, 04:20:36 AM
#15
This is great.  Would love to see a graph showing the back data as well. 
legendary
Activity: 1764
Merit: 1031
March 24, 2014, 05:48:31 PM
#14
Cassius - I think if it just tried to predict up or down that it would be very accurate. I would guess that it would be right at least like 90% of the time, but I'm just speculating.

That's what I figured. And 90% is a lot better than 50%, which is roughly what you've otherwise got. Whilst that's not so much use on the day-to-day level due to the relatively small fluctuations, it is on the scale of a month.
member
Activity: 84
Merit: 10
March 24, 2014, 05:26:22 PM
#13
rebuilder - Okay I think we're not communicating clearly here, let me try to explain how it works as clearly as possible:

The neural network trains on historic data. The training process involves trying to make predictions at certain points in history and then changing parts of the neural network based on how far off the predictions were from the actual prices. The average error is how far off the predictions were once the network was done training. So basically the average error represents how far off each predicted price was from the actual price for predicting prices at every hour (or 6 hours, or 12 hours) in the past 3 years. I hope this is more clear, but please let me know if it isn't.

Cassius - I think if it just tried to predict up or down that it would be very accurate. I would guess that it would be right at least like 90% of the time, but I'm just speculating.
legendary
Activity: 1764
Merit: 1031
March 24, 2014, 02:11:41 PM
#12



Smiley
Even 8% average error gives a solid UP from here. Suggest we return in 1/5/20 days to evaluate...
Hmm.. I wonder what the reliability is in very basic up/down terms. That would be cool, giving a 20-day bull/bear prediction that had a strong chance of accuracy.
sr. member
Activity: 336
Merit: 250
March 24, 2014, 02:03:27 PM
#11




hero member
Activity: 602
Merit: 500
March 24, 2014, 01:47:46 PM
#10
segeln - I did it because I thought it would be interesting to see and other people had expressed interest in seeing it as well. I will definitely work on having it update more often too, don't worry xD
so I don`t worry
I wish you all the best for your work,though I am sceptic about the 20-day longterm prediction
Thanks for replying
legendary
Activity: 1615
Merit: 1000
March 24, 2014, 11:28:39 AM
#9
Cassius - That actually is how it works... the long-term previous data is used to 'teach' the neural network. I just haven't been having it output the predictions it makes while it's learning. I would be curious to see that data too though, so I think I will have it do that. Maybe I'll put up a graph showing this compared to the real historic prices.

I'm confused now. Isn't the average error a measure of how much the algorithm deviates from historical prices?
legendary
Activity: 1764
Merit: 1031
March 24, 2014, 11:04:23 AM
#8
That would be cool - especially if the lines converged as it learned with each passing week.
Pages:
Jump to: