The Digital Tools & Big Data II course aims to introduce the world of Machine Learning, using our data skills we will be able to extract valuable information from data, using very powerful machine learning tools.


Syllabus


Faculty


Projects from this course

New York City Taxi Trip Duration

INTRODUCTION The competition is based on the 2016 NYC Yellow Cab trip record dataset. The challenge is to build a model that predicts trip duration for New York City taxis using machine learning. The dataset includes pickup time, geo-coordinates, number of passengers, and several other variables. Based on individual trip attributes, a code was written … Read more

1st Traditional IAAC MaCT ML Competition

#Objective #A Kaggle Competition to MaCT01 students to show their knowledge, designing an end-to-end machine learning project to predict the “Trip Duration” of NYC Taxi trips. #Workflow #First of all a workflow hast do be developed, which represents a classic approach for training machine learning models, analysing the provided training data provided by the submission, … Read more

NYC Cab Trip Duration Prediction

The aim of the project is to predict trip duration, using 2016 NYC YELLOW CAB TRIP DATA. Structuring the dataset The analysis begins with outlier identification. The passenger_count variable has two outliers: 0 and 9, which compared to the amount of people allowed by the NY Limousine law, is impossible. Also, there were some pickup … Read more