Fully-Connected Feedforward Neural Nets Flashcards
Describe what a Fully-Connected Feedforward Neural Net is
Each neuron in the preceding layer connected to every neuron in the subsequent layer without any backward connections or cycles.
How do the neurons operate in a Fully-Connected Feedforward Neural Net
The neurons use activation functions to change their output based on the input
What activation functions are available in a Fully-Connected Feedforward Neural Net?
linear, sigmoid, hyperbolic tangent, or rectified linear unit (ReLU)
What do non-linear activation functions allow for in Fully-Connected Feedforward Neural Nets?
allows for deep neural networks to model complex functions
What are some of the restraints of training a Fully-Connected Feedforward Neural Net?
The more neurons that are added means it will require larger computational resources