Fully-Connected Feedforward Neural Nets Flashcards

1
Q

Describe what a Fully-Connected Feedforward Neural Net is

A

Each neuron in the preceding layer connected to every neuron in the subsequent layer without any backward connections or cycles.

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

How do the neurons operate in a Fully-Connected Feedforward Neural Net

A

The neurons use activation functions to change their output based on the input

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

What activation functions are available in a Fully-Connected Feedforward Neural Net?

A

linear, sigmoid, hyperbolic tangent, or rectified linear unit (ReLU)

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

What do non-linear activation functions allow for in Fully-Connected Feedforward Neural Nets?

A

allows for deep neural networks to model complex functions

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

What are some of the restraints of training a Fully-Connected Feedforward Neural Net?

A

The more neurons that are added means it will require larger computational resources

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