Lesson 1 Flashcards

1
Q

Neurons

A

The basic unit of a neural network, analogous to the human brain’s neurons. Each neuron receives input, processes it, and passes the output to the next layer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Layers:

Input layer

A

The first layer that receives the input data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Layers:

Hidden Layers

A

Layers between the input and output layers where computations are performed. There can be one or many hidden layers, depending on the network’s depth.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Layers:

Output Layer

A

The final layer that produces the output of the network.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Working of Neural Networks

Weight and Biases

A

Each connection between neurons has a weight, and each neuron has a bias. These parameters are adjusted during the training process to minimize the error in the network’s predictions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Working of Neural Networks:

Activation Function

A

Determines the output of a neuron given a set of inputs and weights. Common activation functions include sigmoid, tanh, and ReLU (Rectified Linear Unit).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Working of Neural Networks:

Forward Propagation

A

The process of passing input data through the network to get the output.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Working of Neural Networks:

Backpropagation

A

A method used during training to update the weights and biases to minimize the error. It involves computing the gradient of the loss function and adjusting weights in the opposite direction of the gradient.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Applications of Neural Networks:

Neural networks are used in a variety of applications, including: Speech Recognition

A

Identifying objects in images and understanding spoken language.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Applications of Neural Networks:

Neural networks are used in a variety of applications, including: Natural Language Processing (NLP)

A

Tasks such as translation, sentiment analysis, and text generation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Applications of Neural Networks:

Neural networks are used in a variety of applications, including: Recommendation System

A

Suggesting products, movies, or music based on user preferences.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Key Concepts:

Training data

A

The data used to train the neural network. It includes input data and the corresponding correct output.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Key Concepts:

Epochs

A

One complete pass through the entire training dataset.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Key Concepts:

Loss function

A

Measures how well the neural network’s predictions match the actual outcomes. The goal is to minimize this loss.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Key Concepts:

Learning Rate

A

A hyperparameter that controls how much to change the model in response to the estimated error each time the model weights are updated.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly