philipperemy / deep-learning-bitcoin

Exploiting Bitcoin prices patterns with Deep Learning.
Apache License 2.0
527 stars 134 forks source link

Analyzing returns #6

Open robpot891 opened 7 years ago

robpot891 commented 7 years ago

I ran the code in the readme until 200,000 but how do I see the returns? I have a file with all the png and a csv with a few million rows. I'm new to this so might be dumb question...

philipperemy commented 7 years ago

Sure no problem! This repository is only at the very beginning.

I used NVIDIA DIGITS (+ Caffe framework) for that! You can find it on Github.

It's a very powerful tool to run convolutional neural networks without writing code.

bj97301 commented 6 years ago

I am wondering if you guys have had good results in running the AI and getting good returns.

sparkrisp commented 6 years ago

Hi! it works perfect! I trained it but how could I use it? Using NVIDIA DIGITS and creating a CNN and then? what is the input to try to predict?

thanks!!

philipperemy commented 6 years ago

Once it's done, you'll have to listen to a live stream, get the returns and convert them to image. From there, call DIGITS to get the predictions!

sparkrisp commented 6 years ago

thanks!, sorry but It's first time using DIGITS, how can I call DIGITS using the trained model? there is some introduction to it?

thanks a lot