Feed-Forward Neural Networks

Feed-forward neural networks were the earliest implementations within deep learning. These networks are called feed-forward because the information within them moves only in one direction (forward)—that is, from the input nodes (units) towards the output units. In this chapter, we will cover some ke...

Celý popis

Uloženo v:
Podrobná bibliografie
Vydáno v:Deep Learning with Python s. 1
Hlavní autoři: Moolayil, Jojo, Ketkar, Nikhil
Médium: Kapitola
Jazyk:angličtina
Vydáno: United States Apress, an imprint of Springer Nature 2021
Apress L. P
Apress
Vydání:2nd Edition
Témata:
ISBN:9781484253632, 1484253639
On-line přístup:Získat plný text
Tagy: Přidat tag
Žádné tagy, Buďte první, kdo vytvoří štítek k tomuto záznamu!
Popis
Shrnutí:Feed-forward neural networks were the earliest implementations within deep learning. These networks are called feed-forward because the information within them moves only in one direction (forward)—that is, from the input nodes (units) towards the output units. In this chapter, we will cover some key concepts around feed-forward neural networks that serve as a foundation for various topics within deep learning. We will start by looking at the structure of a neural network, followed by how they are trained and used for making predictions. We will also take a brief look at the loss functions that should be used in different settings, the activation functions used within a neuron, and the different types of optimizers that could be used for training. Finally, we will stitch together each of these smaller components into a full-fledged feed-forward neural network with PyTorch.
ISBN:9781484253632
1484253639
DOI:10.1007/978-1-4842-5364-9_3