- Hands-On Artificial Intelligence for Beginners
- Patrick D. Smith
- 244字
- 2021-06-10 19:33:40
Machine Learning Basics
Artificial Intelligence (AI) is rooted in mathematics and statistics. When creating an Artificial Neural Network (ANN), we're conducting mathematical operations on data represented in linear space; it is, by nature, applied mathematics and statistics. Machine learning algorithms are nothing but function approximations; they try and find a mapping between an input and a correct corresponding output. We use algebraic methods to create algorithms that learn these mappings.
Almost all machine learning can be expressed in a fairly straight-forward formula; bringing together a dataset and model, along with a loss function and optimization technique that are applicable to the dataset and model. This section is intended as a review of the basic mathematical tools and techniques that are essential to understanding what's under the hood in AI.
In this chapter, we'll review linear algebra and probability, and then move on to the construction of basic and fundamental machine learning algorithms and systems, before touching upon optimization techniques that can be used for all of your methods going forward. While we will utilize mathematical notation and expressions in this chapter and the following chapters, we will focus on translating each of these concepts into Python code. In general, Python is easier to read and comprehend than mathematical expressions, and allows readers to get off the ground quicker.
We will be covering the following topics in this chapter:
- Applied math basics
- Probability theory
- Constructing basic machine learning algorithms
- Practical Ansible 2
- 并行數據挖掘及性能優化:關聯規則與數據相關性分析
- Visual FoxPro 6.0數據庫與程序設計
- Supervised Machine Learning with Python
- 大學C/C++語言程序設計基礎
- Visual Basic.NET程序設計
- Windows Server 2003系統安全管理
- 手機游戲程序開發
- Spatial Analytics with ArcGIS
- 計算機組成與操作系統
- INSTANT VMware vCloud Starter
- Linux系統下C程序開發詳解
- Practical AWS Networking
- 系統安裝、維護與數據備份技巧
- 智能控制技術及其應用