admin管理员组

文章数量:1530085

- [1. Introduction — Dive into Deep Learning 1.0.0-beta0 documentation](https://d2l.ai/chapter_introduction/index.html#fig-wake-word) #[[Roam-Highlights]]

# [1. Introduction](https://d2l.ai/chapter_introduction/index.html#introduction)

- an interface - database engine - conceivable circumstance - every possible corner case - not be worrying about machine learning - a pattern that changes over time - a changing world

## 1.1 A Motivating Example[¶](https://d2l.ai/chapter_introduction/index.html#a-motivating-example)

- ==**In other words**==, even if you do not know how to program a computer to recognize the word “Alexa”, you yourself are able to recognize it.

- a flexible program whose behavior is determined by a number of ==parameters==

- think of the parameters as ==knobs== that we can turn, manipulating the behavior of the program

- we call the program a ==model==

- The set of all distinct programs (input-output mappings) that we can produce

- is called a ==family== of models

- the meta-program that uses our dataset to choose the parameters is called a ==learning algorithm==

- our model receives a snippet of audio as ==input==, and the model generates a selection among {yes, no}as output.

- the ==learning== is the process by which we discover the right setting of the knobs coercing the desired behavior from our model

- Grab some of your data (e.g., audio snippets and corresponding{yes, no} labels)

- ==**To summarize**==, rather than code up a wake word recognizer, we code up a program that can _learn_ to recognize wake words, if presented with a large labeled dataset.

- eventually learn to emit a very large positive number if it is a cat, a very large negative number if it is a dog, and something closer to zero if it is not sure.

- ==Deep learning==, which we will explain in greater detail later, is just one among many popular methods for solving machine learning problems.

- Fig. 1.1.1 Identify a wake word.[¶](https://d2l.ai/chapter_introduction/index.html#id49 "Permalink to this image")

- Fig. 1.1.2 A typical training process.[¶](https://d2l.ai/chapter_introduction/index.html#id50 "Permalink to this image")

# [1.2 Key Components](https://d2l.ai/chapter_introduction/index.html#key-components)

- [1. Introduction — Dive into Deep Learning 1.0.0-beta0 documentation](https://d2l.ai/chapter_introduction/index.html#key-components) #[[Roam-Highlights]]

本文标签: 神经网络深度笔记