zoome0215 / predictBO

Predicting Binary Option in Highlow Australia's demotrade using tensorflow (or other machine learning algorithms). This project is very incomplete. Please help!
GNU General Public License v3.0
24 stars 14 forks source link

About have to train 100,000 times. #9

Closed munkh-erdene closed 5 years ago

munkh-erdene commented 5 years ago

First of all thank you for sharing your code, its wonderful. Nepochs = 100000000 Are you seriously? Its takes long to train 20 epochs.

Can you explain about its taking huge time to train. I have a 1060 (6 GB) GPU but its taking a lot of time.

zoome0215 commented 5 years ago

I set Nepoch = 100000000 so basically it can run forever. At the end of a year of training, the script saves the network. So you can test it any time.

munkh-erdene commented 5 years ago

Thank you for reply. What about 100,000 times? Is it same to "learned times" on printed text?

zoome0215 commented 5 years ago

numepoch (epoch) and numlearns (learned times) are different. 1000 times or so will be enough I think.

munkh-erdene commented 5 years ago

Thank you.