- Machine Learning With Go
- Daniel Whitenack
- 159字
- 2021-07-08 10:37:32
Statistics
At the end of the day, the success of your machine learning application is going to come down to the quality of your data, your understanding of the data, and your evaluation/validation of the results. All three of these things require us to have an understanding of statistics.
The field of statistics helps us to gain an understanding of our data, and to quantify what our data and results look like. It also provides us with mechanisms to measure how well our application is performing and prevent certain machine learning pitfalls (such as overfitting).
As with linear algebra, we aren't able to give a complete introduction to statistics here, but there are many resources online and in print to learn introductory statistics. Here we will focus on a fundamental understanding of the basics, along with the practicalities of implementation in Go. We will introduce the idea of distributions, along with an introduction to quantifying and visualizing these distributions.
- C++程序設計(第3版)
- Java Web基礎與實例教程(第2版·微課版)
- Spring Boot+Spring Cloud+Vue+Element項目實戰:手把手教你開發權限管理系統
- Linux環境編程:從應用到內核
- Python機器學習經典實例
- Python機器學習編程與實戰
- Symfony2 Essentials
- 數據結構案例教程(C/C++版)
- HTML5從入門到精通(第4版)
- Flowable流程引擎實戰
- 大學計算機基礎
- 深入實踐DDD:以DSL驅動復雜軟件開發
- 創意UI Photoshop玩轉移動UI設計
- SQL Server 2014數據庫設計與開發教程(微課版)
- Mobile Test Automation with Appium