- Machine Learning With Go
- Daniel Whitenack
- 163字
- 2021-07-08 10:37:30
Matrices, Probability, and Statistics
Although we will take a mostly practical/applied approach to machine learning throughout this book, certain fundamental topics are essential to understand and properly apply machine learning. In particular, a fundamental understanding of probability and statistics will allow us to match certain algorithms with relevant problems, understand our data and results, and apply necessary transformations to our data. Matrices and a little linear algebra will then allow us to properly represent our data and implement optimizations, minimizations, and matrix-based transformations.
Do not worry too much if you are a little rusty in math or statistics. We will cover a few of the basics here and show you how to programmatically work with the relevant statistical measures and matrix techniques that will be utilized later in the book. That being said, this is not a book on statistics, probability, and linear algebra. To truly be proficient in machine learning, one should take time to learn these subjects on a deeper level.
- The Complete Rust Programming Reference Guide
- 騰訊iOS測試實踐
- JavaScript 網頁編程從入門到精通 (清華社"視頻大講堂"大系·網絡開發視頻大講堂)
- AIRAndroid應用開發實戰
- MATLAB定量決策五大類問題
- The DevOps 2.4 Toolkit
- Nagios Core Administration Cookbook(Second Edition)
- Backbone.js Testing
- 交互式程序設計(第2版)
- 深度實踐KVM:核心技術、管理運維、性能優化與項目實施
- LabVIEW數據采集
- Python機器學習
- Java Web應用開發
- Python程序設計
- 基于Docker的Redis入門與實戰