Skip to content

Assignment titled "Experiments on Natural Language Processing and Prediction of Sentiment Labelled Sentences" for Knowledge Discovery course at Ryerson University

License

Notifications You must be signed in to change notification settings

rrwen/assign-kd-sls

Repository files navigation

Experiments on Natural Language Processing and Prediction of Sentiment Labelled Sentences

Richard Wen
rwen@ryerson.ca
April 13, 2017
Assignment for Knowledge Discovery Course
Instructed by Dr. Cherie Ding

References

  • 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.

Developer Notes

To render Portable Document File (PDF) and HTML:

  1. Install R and RStudio if not installed
  2. Open index.rmd with Rstudio
  3. In the R console, enter install.packages("bookdown")
  4. Click Knit-> Knit to gitbook (HTML)
  5. Click Knit-> Knit to pdf_document2 (PDF)

Push to git:

  1. Install git if not installed
  2. 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

About

Assignment titled "Experiments on Natural Language Processing and Prediction of Sentiment Labelled Sentences" for Knowledge Discovery course at Ryerson University

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published