- 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.
- Visual Basic .NET程序設計(第3版)
- OpenDaylight Cookbook
- 案例式C語言程序設計
- 程序員面試筆試寶典
- Mastering macOS Programming
- ASP.NET Core 2 Fundamentals
- Service Mesh實戰(zhàn):基于Linkerd和Kubernetes的微服務實踐
- Spring Boot實戰(zhàn)
- 大學計算機基礎
- 數(shù)據(jù)分析與挖掘算法:Python實戰(zhàn)
- Penetration Testing with the Bash shell
- Getting Started with JUCE
- 量子計算機編程:從入門到實踐
- Learning ECMAScript 6
- 深入大型數(shù)據(jù)集:并行與分布化Python代碼