Skip to content

Instantly share code, notes, and snippets.

@sstadelman
Last active January 2, 2017 06:30
Show Gist options
  • Save sstadelman/9302d3eb51beee4d1d4d734c1d08eb9c to your computer and use it in GitHub Desktop.
Save sstadelman/9302d3eb51beee4d1d4d734c1d08eb9c to your computer and use it in GitHub Desktop.

Installing R

Load CIFAR-10

From here

> system("curl https://raw.githubusercontent.com/mlampros/DataSets/master/cifar_10.zip -o cifar_10.zip")
> cifar_10 <- read.table(unz("cifar_10.zip", "cifar_10.csv"), nrows = 60000, header = T, quote = "\"", sep = ",")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment