Below you will find pages that utilize the taxonomy term “Random Forest”
Post
Project 6 : Classifying Disasters on Social Media
This project is my take on the “Real or Not ? NLP with Disaster Tweets” Kaggle competition, in which we are provided a list of tweets that can either be about a disaster or not.
All of these tweets have been detected based on keywords such as “ablaze”, and it’s up to the competitor to build a model that determines wheter these words were used in the context of an actual event.
Post
Project 3 : Weightlifting performance machine learning
A machine learning project in which I used fitbit-like sensor data from gyroscopes and accelerometers to predict the performance of a weightlifting exercise.
This project goes through the following key steps :
Raw Data gathering and cleaning Model building - RandomForest Cross validation and Testing Link to the GitHub repository