Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 561 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 561 Bytes

Robust Semi-supervised Learning

This repository contains the R and latex code to produce the pdf version of my thesis on Robust Semi-supervised Learning. To compile the thesis, use knitr to knit the Thesis.Rnw file, after installing the following dependencies:

install.packages("tidyverse")
install.packages("R.matlab")
install.packages("plot3D")
install.packages("cowplot")
install.packages("tikzDevice")
install.pacakges("plot3D")
install.pacakges("RSSL")
install.packages("ggthemes")
install.packages("extrafont")