├── README.md ├── data.db ├── dataset.csv ├── grabber.py ├── model.h5 ├── network.py ├── predict.py └── util.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSimo/BitcoinForecast/HEAD/README.md -------------------------------------------------------------------------------- /data.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSimo/BitcoinForecast/HEAD/data.db -------------------------------------------------------------------------------- /dataset.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSimo/BitcoinForecast/HEAD/dataset.csv -------------------------------------------------------------------------------- /grabber.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSimo/BitcoinForecast/HEAD/grabber.py -------------------------------------------------------------------------------- /model.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSimo/BitcoinForecast/HEAD/model.h5 -------------------------------------------------------------------------------- /network.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSimo/BitcoinForecast/HEAD/network.py -------------------------------------------------------------------------------- /predict.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSimo/BitcoinForecast/HEAD/predict.py -------------------------------------------------------------------------------- /util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PiSimo/BitcoinForecast/HEAD/util.py --------------------------------------------------------------------------------