logo
分类于: 设计 互联网

简介

Machine Learning with R: Expert techniques for predictive modeling, 3rd Edition

Machine Learning with R: Expert techniques for predictive modeling, 3rd Edition 0.0分

资源最后更新于 2020-09-27 15:06:44

作者:Brett Lantz

出版社:

出版日期:2019-01

ISBN:9781788295864

文件格式: pdf

标签: 机器学习 TML

简介· · · · · ·

Machine learning, at its core, is concerned with transforming data into actionable knowledge. R offers a powerful set of machine learning methods to quickly and easily gain insight from your data.

Machine Learning with R, Third Edition provides a hands-on, readable guide to applying machine learning to real-world problems. Whether you are an experienced R user or new to the lan...

想要: 点击会收藏到你的 我的收藏,可以在这里查看

已收: 表示已经收藏

Tips: 注册一个用户 可以通过用户中心得到电子书更新的通知哦

目录

1. Introducing Machine Learning
2. Managing and Understanding Data
3. Lazy Learning – Classification Using Nearest Neighbors
4. Probabilistic Learning – Classification Using Naive Bayes
5. Divide and Conquer – Classification Using Decision Trees and Rules
6. Forecasting Numeric Data – Regression Methods
7. Black Box Methods – Neural Networks and Support Vector Machines
8. Finding Patterns – Market Basket Analysis Using Association Rules
9. Finding Groups of Data – Clustering with k-means
10. Evaluating Model Performance
11. Improving Model Performance
12. Specialized Machine Learning Topics