Inspiration
Predicting the foreign exchange rates is very interesting and has many important applications (I predicted EUR/USD rates in particular).
What it does
It uses machine learning algorithms to predict the rate with accuracy of 75% when predicting the open prices of EUR/USD from 2009 to 2015.
How I built it
My code was built with the R language, and I utilized the Beaker API.
Challenges I ran into
Integrating my machine learning algorithms with the Beaker API was initially challenging. Also training my models to make a more accurate prediction was a difficult endeavor. Processing and compiling the data takes a very long time, due to the large datasets.
Accomplishments that I'm proud of
The machine learning algorithms I utilized have proven to be very quite accurate. My models were able to predict, with strong accuracy, the EUR/USD rates. There are widespread uses for the results of my tests.
What I learned
I learned the nuances involved in data analysis techniques. Moreover I learned how to use machine learning techniques in order to optimize the necessary parameters that improve the accuracy of predicting open price and exchange rates. Also analyzing large datasets is computationally intensive.
What's next for RogueStrategy
Eventually I would like to take my data analysis techniques and programs and polish them to create commercial quality software.
Log in or sign up for Devpost to join the conversation.