You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on NLP techniques, our language model built its understanding of the English language from 3 different corpora: a list of blog posts, a list of news articles, and a list of tweets.
This is a 3-class classification problem where we try to develop and optimize an algorithm to classify the season (Fall, Winter, Spring) represented on each one of the images of our set.
In this project, based on the *mtcars* dataset (from the 1974 Motor Trend US magazine) we are interested in the comprehension of the relationships between dataset's cars' fuel consumption and a set…