- Python Deep Learning
- Valentino Zocca Gianmario Spacagna Daniel Slater Peter Roelants
- 302字
- 2021-07-02 23:32:43
Chapter 1. Machine Learning – An Introduction
"Machine Learning (CS229) is the most popular course at Stanford" –this is how a Forbes article by Laura Hamilton started, continuing- "Why? Because, increasingly, machine learning is eating the world".
Machine learning techniques are, indeed, being applied in a variety of fields, and data scientists are being sought after in many different industries. With machine learning, we identify the processes through which we gain knowledge that is not readily apparent from data, in order to be able to make decisions. Applications of machine learning techniques may vary greatly and are applicable in disciplines as perse as medicine, finance, and advertising.
In this chapter, we will present different Machine learning approaches and techniques, and some of their applications to real-world problems, and we will introduce one of the major open source packages available in Python for machine learning, scikit-learn
. This will lay the background for later chapters in which we will focus on a particular type of machine learning approach using neural networks that aims at emulating brain functionality, and in particular deep learning. Deep learning makes use of more advanced neural networks than those used during the 80's, thanks not only to recent developments in the theory but also to advances in computer speed and the use of GPUs (Graphical Processing Units) versus the more traditional use of CPUs (Computing Processing Units). This chapter is meant mostly as a summary of what machine learning is and can do, and to prepare the reader to better understand how deep learning differentiates itself from popular traditional machine learning techniques.
In particular, in this chapter we will cover:
- What is machine learning?
- Different machine learning approaches
- Steps involved in machine learning systems
- Brief description of popular techniques/algorithms
- Applications in real-life
- A popular open source package
- DevOps:軟件架構師行動指南
- Spring Boot開發與測試實戰
- Rust編程:入門、實戰與進階
- 機械工程師Python編程:入門、實戰與進階
- 小程序開發原理與實戰
- RSpec Essentials
- Unity 2017 Mobile Game Development
- Mastering Git
- 單片機原理及應用技術
- App Inventor 2 Essentials
- OpenCV with Python Blueprints
- 深入理解Java虛擬機:JVM高級特性與最佳實踐
- 3D Printing Designs:The Sun Puzzle
- Android應用開發攻略
- JBoss AS 7 Development