- Statistics for Machine Learning
- Pratap Dangeti
- 135字
- 2021-07-02 19:05:57
Summary
In this chapter, we have gained a high-level view of various basic building blocks and subcomponents involved in statistical modeling and machine learning, such as mean, variance, interquartile range, p-value, bias versus variance trade-off, AIC, Gini, area under the curve, and so on with respect to the statistics context, and cross-validation, gradient descent, and grid search concepts with respect to machine learning. We have explained all the concepts with the support of both Python and R code with various libraries such as numpy, scipy, pandas, and scikit- learn, and the stats model in Python and the basic stats package in R. In the next chapter, we will learn to draw parallels between statistical models and machine learning models with linear regression problems and ridge/lasso regression in machine learning using both Python and R code.
- Apache ZooKeeper Essentials
- Docker技術入門與實戰(第3版)
- Yocto for Raspberry Pi
- Python:Master the Art of Design Patterns
- Jupyter數據科學實戰
- Visual C++開發入行真功夫
- Procedural Content Generation for C++ Game Development
- Java Web從入門到精通(第3版)
- Principles of Strategic Data Science
- 3D Printing Designs:Octopus Pencil Holder
- Java語言程序設計實用教程(第2版)
- Pandas 1.x Cookbook
- Mastering ASP.NET Web API
- Cocos2D Game Development Essentials
- 片上系統設計思想與源代碼分析