Skip to content

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

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages