February 2018
Intermediate to advanced
262 pages
6h 59m
English
As we learned in the previous chapter, training a deep learning algorithm requires the following steps:
In the previous chapter, the network was composed of a simple linear model built using PyTorch numerical operations. Though building a neural architecture for a toy problem using numerical operations is easier, it quickly becomes complicated when we try to build architectures required to solve complex problems in different areas, such as computer vision and natural language processing (NLP). Most of ...