An open API service indexing awesome lists of open source software.

https://github.com/clarelgibson/machine-learning-specialization-r

Includes worked examples in R of the machine learning algorithms covered in the Stanford/DeepLearning Machine Learning Specialisation
https://github.com/clarelgibson/machine-learning-specialization-r

classification-algorithms linear-regression logistic-regression machine-learning r r-language

Last synced: 2 months ago
JSON representation

Includes worked examples in R of the machine learning algorithms covered in the Stanford/DeepLearning Machine Learning Specialisation

Awesome Lists containing this project

README

        

# Machine Learning in R

This repository contains worked examples in R of the machine learning algorithms covered in Andrew Ng's [Machine Learning Specialization](https://www.coursera.org/specializations/machine-learning-introduction) available on [Coursera](https://www.coursera.org).

![](/img/mls-banner.png)

## Description

In February 2025 I enrolled into the Machine Learning Specialization on Coursera. The course is jointly offered by [Stanford](https://www.coursera.org/partners/stanford) and [DeepLearning.ai](https://www.coursera.org/partners/deeplearning-ai) and the principal instructor is Stanford professor [Andrew Ng](https://en.wikipedia.org/wiki/Andrew_Ng). It is a great introduction to some of the most commonly used machine learning algorithms. In order for me to fully understand all of the concepts taught in the course, I felt that I needed to work through my own examples. While the course is taught using python, I chose to use R for this exercise, both because it's a language I am more familiar with and because it forces me to think and write the code for myself, rather than copy the code used in the lectures.

## Algorithms

- [Linear regression](R/linear-regression.md)

## Author

- [Clare Gibson](https://www.datatranslator.co.uk)

## Licence

This project is licensed under the CC0 1.0 Universal licence. See the [LICENSE](./LICENSE) file for details.

## Acknowledgements

- [Machine Learning Specialization](https://www.coursera.org/specializations/machine-learning-introduction)
- [Coursera](https://coursera.org)
- [DeepLearning.ai](https://deeplearning.ai)