Skip to content

highfestiva/ann_btc_predictors

Repository files navigation

Neural Stock Market Prediction

This is a test of three different types of networks to predict the future price of BitCoin. One feed forward, one convolutional and one LSTM.

I'm learning still learning ANN's, so the code is copy-pasted from here and there, but I especially want to thank Philip Xu for his excellent CNN-stock-sample here.

Requirements

pip install tensorflow pandas numpy sklearn keras matplotlib

Speed it up

If you want ANN training to run acceptably fast, you need to install CUDA 9.0 and cuDNN 7.1 first and then:

pip install tensorflow-gpu

About

Trying out various nets for BitCoin prediction

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages