├── .gitignore ├── Data_Analysis ├── 1.png ├── 10.png ├── 11.png ├── 12.png ├── 13.png ├── 14.png ├── 15.png ├── 16.png ├── 17.png ├── 18.png ├── 19.png ├── 2.png ├── 20.png ├── 21.png ├── 22.png ├── 3.png ├── 4.png ├── 5.png ├── 6.png ├── 7.png ├── 8.png └── 9.png ├── Models ├── ARIMA.py ├── GaussianHMM.ipynb ├── Main.c ├── SMV_ethereum.py ├── SVM.py ├── SVM_PCA_fbprohpet.py ├── bitcoin_cash_price.csv ├── bitcoin_dataset.csv ├── bitcoin_price.csv ├── ethereum_dataset.csv ├── ethereum_price.csv ├── fbprophet1.py ├── fbprophet2.py ├── hmm.c ├── includes.h ├── linear_regression.py ├── preprocess.py ├── presenting_data.py ├── proto.h ├── struct.h └── support_vector_regression.py └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaypal91/Predicting-Price-of-Cryptocurrency/HEAD/.gitignore -------------------------------------------------------------------------------- /Data_Analysis/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaypal91/Predicting-Price-of-Cryptocurrency/HEAD/Data_Analysis/1.png -------------------------------------------------------------------------------- /Data_Analysis/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaypal91/Predicting-Price-of-Cryptocurrency/HEAD/Data_Analysis/10.png -------------------------------------------------------------------------------- /Data_Analysis/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaypal91/Predicting-Price-of-Cryptocurrency/HEAD/Data_Analysis/11.png -------------------------------------------------------------------------------- /Data_Analysis/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaypal91/Predicting-Price-of-Cryptocurrency/HEAD/Data_Analysis/12.png -------------------------------------------------------------------------------- /Data_Analysis/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaypal91/Predicting-Price-of-Cryptocurrency/HEAD/Data_Analysis/13.png -------------------------------------------------------------------------------- /Data_Analysis/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaypal91/Predicting-Price-of-Cryptocurrency/HEAD/Data_Analysis/14.png -------------------------------------------------------------------------------- /Data_Analysis/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaypal91/Predicting-Price-of-Cryptocurrency/HEAD/Data_Analysis/15.png -------------------------------------------------------------------------------- /Data_Analysis/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaypal91/Predicting-Price-of-Cryptocurrency/HEAD/Data_Analysis/16.png -------------------------------------------------------------------------------- /Data_Analysis/17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaypal91/Predicting-Price-of-Cryptocurrency/HEAD/Data_Analysis/17.png -------------------------------------------------------------------------------- /Data_Analysis/18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaypal91/Predicting-Price-of-Cryptocurrency/HEAD/Data_Analysis/18.png -------------------------------------------------------------------------------- /Data_Analysis/19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaypal91/Predicting-Price-of-Cryptocurrency/HEAD/Data_Analysis/19.png -------------------------------------------------------------------------------- /Data_Analysis/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaypal91/Predicting-Price-of-Cryptocurrency/HEAD/Data_Analysis/2.png -------------------------------------------------------------------------------- /Data_Analysis/20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaypal91/Predicting-Price-of-Cryptocurrency/HEAD/Data_Analysis/20.png -------------------------------------------------------------------------------- /Data_Analysis/21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaypal91/Predicting-Price-of-Cryptocurrency/HEAD/Data_Analysis/21.png -------------------------------------------------------------------------------- /Data_Analysis/22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaypal91/Predicting-Price-of-Cryptocurrency/HEAD/Data_Analysis/22.png -------------------------------------------------------------------------------- /Data_Analysis/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaypal91/Predicting-Price-of-Cryptocurrency/HEAD/Data_Analysis/3.png -------------------------------------------------------------------------------- /Data_Analysis/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaypal91/Predicting-Price-of-Cryptocurrency/HEAD/Data_Analysis/4.png -------------------------------------------------------------------------------- /Data_Analysis/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaypal91/Predicting-Price-of-Cryptocurrency/HEAD/Data_Analysis/5.png -------------------------------------------------------------------------------- /Data_Analysis/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaypal91/Predicting-Price-of-Cryptocurrency/HEAD/Data_Analysis/6.png -------------------------------------------------------------------------------- /Data_Analysis/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaypal91/Predicting-Price-of-Cryptocurrency/HEAD/Data_Analysis/7.png -------------------------------------------------------------------------------- /Data_Analysis/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaypal91/Predicting-Price-of-Cryptocurrency/HEAD/Data_Analysis/8.png -------------------------------------------------------------------------------- /Data_Analysis/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaypal91/Predicting-Price-of-Cryptocurrency/HEAD/Data_Analysis/9.png -------------------------------------------------------------------------------- /Models/ARIMA.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaypal91/Predicting-Price-of-Cryptocurrency/HEAD/Models/ARIMA.py -------------------------------------------------------------------------------- /Models/GaussianHMM.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaypal91/Predicting-Price-of-Cryptocurrency/HEAD/Models/GaussianHMM.ipynb -------------------------------------------------------------------------------- /Models/Main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaypal91/Predicting-Price-of-Cryptocurrency/HEAD/Models/Main.c -------------------------------------------------------------------------------- /Models/SMV_ethereum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaypal91/Predicting-Price-of-Cryptocurrency/HEAD/Models/SMV_ethereum.py -------------------------------------------------------------------------------- /Models/SVM.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaypal91/Predicting-Price-of-Cryptocurrency/HEAD/Models/SVM.py -------------------------------------------------------------------------------- /Models/SVM_PCA_fbprohpet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaypal91/Predicting-Price-of-Cryptocurrency/HEAD/Models/SVM_PCA_fbprohpet.py -------------------------------------------------------------------------------- /Models/bitcoin_cash_price.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaypal91/Predicting-Price-of-Cryptocurrency/HEAD/Models/bitcoin_cash_price.csv -------------------------------------------------------------------------------- /Models/bitcoin_dataset.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaypal91/Predicting-Price-of-Cryptocurrency/HEAD/Models/bitcoin_dataset.csv -------------------------------------------------------------------------------- /Models/bitcoin_price.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaypal91/Predicting-Price-of-Cryptocurrency/HEAD/Models/bitcoin_price.csv -------------------------------------------------------------------------------- /Models/ethereum_dataset.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaypal91/Predicting-Price-of-Cryptocurrency/HEAD/Models/ethereum_dataset.csv -------------------------------------------------------------------------------- /Models/ethereum_price.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaypal91/Predicting-Price-of-Cryptocurrency/HEAD/Models/ethereum_price.csv -------------------------------------------------------------------------------- /Models/fbprophet1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaypal91/Predicting-Price-of-Cryptocurrency/HEAD/Models/fbprophet1.py -------------------------------------------------------------------------------- /Models/fbprophet2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaypal91/Predicting-Price-of-Cryptocurrency/HEAD/Models/fbprophet2.py -------------------------------------------------------------------------------- /Models/hmm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaypal91/Predicting-Price-of-Cryptocurrency/HEAD/Models/hmm.c -------------------------------------------------------------------------------- /Models/includes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaypal91/Predicting-Price-of-Cryptocurrency/HEAD/Models/includes.h -------------------------------------------------------------------------------- /Models/linear_regression.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaypal91/Predicting-Price-of-Cryptocurrency/HEAD/Models/linear_regression.py -------------------------------------------------------------------------------- /Models/preprocess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaypal91/Predicting-Price-of-Cryptocurrency/HEAD/Models/preprocess.py -------------------------------------------------------------------------------- /Models/presenting_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaypal91/Predicting-Price-of-Cryptocurrency/HEAD/Models/presenting_data.py -------------------------------------------------------------------------------- /Models/proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaypal91/Predicting-Price-of-Cryptocurrency/HEAD/Models/proto.h -------------------------------------------------------------------------------- /Models/struct.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaypal91/Predicting-Price-of-Cryptocurrency/HEAD/Models/struct.h -------------------------------------------------------------------------------- /Models/support_vector_regression.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaypal91/Predicting-Price-of-Cryptocurrency/HEAD/Models/support_vector_regression.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ajaypal91/Predicting-Price-of-Cryptocurrency/HEAD/README.md --------------------------------------------------------------------------------