Richard Wen
rwen@ryerson.ca
April 13, 2017
Assignment for Knowledge Discovery Course
Instructed by Dr. Cherie Ding
- Kotzias, Dimitrios, Misha Denil, De Freitas Nando, and Padhraic Smyth. 2015. “From Group to Individual Labels Using Deep Features.” Proceedings of the 21th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining. Association for Computing Machinery, 597–606. doi:10.1145/2783258.2783380.
- Lichman, Moshe. 2013. “(UCI) Machine Learning Repository.” http://archive.ics.uci.edu/ml.
To render Portable Document File (PDF) and HTML:
- Install R and RStudio if not installed
- Open index.rmd with Rstudio
- In the R console, enter
install.packages("bookdown")
- Click Knit-> Knit to gitbook (HTML)
- Click Knit-> Knit to pdf_document2 (PDF)
Push to git:
- Install git if not installed
- Run the following commands to commit to remote repository
git add .
git commit -a -m "Generic update"
git push
Some known issues:
- Error when using
rmarkdown::render
function for PDF - Error when using knit in Rstudio, but correct PDF is generated