Skip to content

Short interactive course to introduce basics of Machine Learning in R.

License

Notifications You must be signed in to change notification settings

ismael-lajaaiti/intro-to-machine-learning

Repository files navigation

Introduction to Machine Learning

Short interactive course to introduce basics of Machine Learning in R with Torch.

Features

Requirements

The Torch framework needs to be installed to run introduction-machine-learning.Rmd. The installation of the different depencies are detailed on the first cells of that file. Otherwise, you can run with R the following lines to install the Torch framework:

install.packages("torch")
install.packages("torchvision")

Then to install the dataset run:

remotes::install_github("mlverse/torchdatasets")

Lastly, to check that Torch is installed correctly, do:

library(torch)
torch_tensor(1)

Further reading

About

Short interactive course to introduce basics of Machine Learning in R.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages