This is an introductory workshop on how to use R for machine learning.
When: April 25th and May 2nd between 9:30-12:30hrs
Where: Where: Online and onsite. More info will be sent via email.
To register: Register here: https://forms.office.com/e/xBY9gP3upc
Requirements
-
It is necessary to have R and RStudio installed before the session. You can do it from here: https://posit.co/download/rstudio-desktop/.
-
It is necessary to know the basics of data handling and text analytics. In February and March, we covered these topics, so you can check the material here: https://github.com/SofiaG1l/R_Course/tree/master/R4SocialScientists
Learning Outcomes
-
[April 25th] Unsupervised Machine Learning
At the end of the session the students will be able to:
- Explain what machine learning is.
- Explain the difference between supervised and unsupervised learning.
- Perform dimensionality reduction.
- Visualize dimensionality reduction and interpret it.
- Perform clustering.
- Apply unsupervised machine learning to textual problem.
-
[May 2nd] Supervised Machine Learning
At the end of the session the students will be able to:
- Explain when to use linear regression and classification.
- Train a classifier using logistic regression, linear discriminant analysis, and K-nearest neighbors.
- Use resampling methods to validate their models.
- Use tree-based methods to classify.
- Apply supervised machine learning to a real problem.