ACADEMIA DATATHON CASE: THE A.I. CRYPTO TRADER

Posted Leave a commentPosted in Datathons Solutions, Learn, Team solutions

Our team Hack Alternative has been assigned to work upon making predictions on Cryptocurrency.
We were provided data on cryptocurrency in a CSV file named Price_Data .
We took data from the same from 18th Jan 2018 to 24 Jan 2018 to predict the next day’s cryptocurrency.
We used 20 columns of cryptocurrencies taking 5 days each.
Then we imputed missing valuesin the data using imputeTS package.
Used Neural Network Model to forecast the future cryptocurrency value.
Lastly we used looping construct to generate 100 CSV files consisting of 20 cryptocurrencies with 5 days each.