Chargement en cours…

Machine Learning with R, the tidyverse, and mlr /

Machine Learning with R, the tidyverse, and mlr gets you started in machine learning using R Studio and the awesome mlr machine learning package. This practical guide simplifies theory and avoids needlessly complicated statistics or math. All core ML techniques are clearly explained through graphics...

Description complète

Détails bibliographiques
Cote:Libro Electrónico
Auteur principal: Rhys, Hefin (Auteur)
Collectivité auteur: Safari, an O'Reilly Media Company
Format: Électronique eBook
Langue:Inglés
Publié: Manning Publications, 2020.
Édition:1st edition.
Sujets:
Accès en ligne:Texto completo (Requiere registro previo con correo institucional)
Table des matières:
  • Part 1. Introduction. Introduction to machine learning
  • Tidying manipulating and plotting data with the tidyverse
  • Part 2. Classification. Classifying based on similarities with k-nearest neighbors
  • Classifying based on odds with logistic regression
  • Classifying by maximizing separation with discriminant analysis
  • Classifying with naive Bayes and support vector machines
  • Classifying with decision trees
  • Improving decision trees with random forests and boosting
  • Part 3. Regression. Linear regression
  • Nonlinear regression with generalized additive models
  • Preventing overfitting with ridge regression, LASSO, and elastic net
  • Regression with kNN, random forest, and XGBoost
  • Part 4. Dimension reduction. Maximizing variance with principal component analysis
  • Maximizing similarity with t-SNE and UMAP
  • Self-organizing maps, and locally linear embedding
  • Part 5. Clustering. Clustering by finding centers with k-means
  • Hierarchical clustering
  • Clustering based on density: DBSCAN and OPTICS
  • Clustering based on distributions with mixture modeling
  • Final notes and further reading.