Skip to content

Initial commit of R code for chapters 2, 3 and 4.#2

Open
padamson wants to merge 4 commits into
brinkar:masterfrom
padamson:rchap1_4
Open

Initial commit of R code for chapters 2, 3 and 4.#2
padamson wants to merge 4 commits into
brinkar:masterfrom
padamson:rchap1_4

Conversation

@padamson

@padamson padamson commented Dec 8, 2016

Copy link
Copy Markdown

Initial commit of R code for chapters 2, 3, and 4, which include examples of the
following:

  • model.matrix command for convert categorical features to numerical
    binary features

  • feature extraction with packages dplyr and tidyr

  • feature normalization

  • plotting with packages vcd and ggplot2 (including facets)

  • knn model of MNIST handwriting data

  • nonlinear random forest model of MPG data

  • tuning SVM model through grid search

Initial commit of R code for chapter 2, which includes examples of the
following:

  - model.matrix command for convert categorical features to numerical
  binary features

  - feature extraction with packages dplyr and tidyr

  - feature normalization

  - plotting with packages vcd and ggplot2 (including facets)
Chapter 3 R code includes

  - knn model of MNIST handwriting data

  - nonlinear random forest model of MPG data
@padamson padamson changed the title Initial commit of R code for chapter 2. Initial commit of R code for chapters 2 and 3. Dec 18, 2016
@padamson padamson changed the title Initial commit of R code for chapters 2 and 3. Initial commit of R code for chapters 2, 3 and 4. Dec 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant