- Hands-On Machine Learning with scikit:learn and Scientific Python Toolkits
- Tarek Amr
- 247字
- 2021-06-18 18:24:28
Introduction to Machine Learning
Machine learning is everywhere. When you book a flight ticket, an algorithm decides the price you are going to pay for it. When you apply for a loan, machine learning may decide whether you are going to get it or not. When you scroll through your Facebook timeline, it picks which advertisements to show to you. Machine learning also plays a big role in your Google search results. It organizes your email's inbox and filters out spam, it goes through your resumé before recruiters when you apply for a job, and, more recently, it has also started to play the role of your personal assistant in the form of Siri and other virtual assistants.
In this book, we will learn about the theory and practice of machine learning. We will understand when and how to apply it. To get started, we will look at a high-level introduction to how machine learning works. You will then be able to differentiate between the different machine learning paradigms and know when to use each of them. Then, you'll be taken through the model development life cycle and the different steps practitioners take to solve problems. Finally, we will introduce you to scikit-learn, and learn why it is the de facto tool for many practitioners.
Here is a list of the topics that will be covered in this first chapter:
- Understanding machine learning
- The model development life cycle
- Introduction to scikit-learn
- Installing the packages you need
- Advanced Machine Learning with Python
- R語言數據分析從入門到精通
- Boost C++ Application Development Cookbook(Second Edition)
- Magento 2 Theme Design(Second Edition)
- Web Application Development with MEAN
- jQuery Mobile移動應用開發實戰(第3版)
- 動手學數據結構與算法
- TMS320LF240x芯片原理、設計及應用
- SQL Server 入門很輕松(微課超值版)
- 從零開始學Selenium自動化測試:基于Python:視頻教學版
- PostgreSQL Developer's Guide
- Microsoft Windows Identity Foundation Cookbook
- 編寫高質量代碼之Java(套裝共2冊)
- Scratch少兒編程高手的7個好習慣
- Java程序性能優化實戰