This is our Mini-Project for SC1015 (Introduction to Data Science and Artificial Intelligence) which aims to predict cryptocurrency prices of popular cryptocurrencies, scraping data from Yahoo-Finance
- @NotAnAddictz - Data Extraction, Tensorflow, FbProphet
- @weix1233 - FbProphet, Tensorflow
- @avdheshcharjan - Data Visualisation, Data Extraction, FbProphet
- pandas_datareader
- fbprophet
- matplotlib
- tensorflow
- seaborn
- sklearn
- AAVE (AAVE)
- BinanceCoin (BNB)
- Bitcoin (BTC)
- ChainLink (LINK)
- Cardano (ADA)
- Ethereum (ETH)
- Solana (SOL)
- Tether (USDT)
- Uniswap (UNI1)
- Are we able to accurately predict the future prices of the various cryptocurrencies?
- Which machine-learning model is more accurate in their prediction?
- Tensorflow LSTM
- FbProphet
- Changes in cryptocurrency prices are not reliant on other cryptocurrencies
- Cryptocurrencies are generally predictable as long as there is no sudden changes that affects their prices significantly
- Future prediction will have a wider range the further one predicts
- Having a larger (and more recent) dataset will result in higher prediction accuracy
- FbProphet seems to be clearer and more accurate in predicting various cryptocurrencies
- Scraping datasets using pandas datareader
- FbProphet and its implementation
- Neural Networks, Keras and Tensorflow
- Data Visualisation