-
Book Overview & Buying
-
Table Of Contents
Time Series with PyTorch
By :
Neural networks are fundementally mathmatical equations into which we feed data that is encapsulated within tensors. These equations are calculated through compuational graphs with autograd. Neurons within artifical neural networks essentially act as different parts of an equation, which are mathmatically ‘connected’. We use computational graphs to build these functions and keep track of how values within a network both relate to each other and change, via our calculations with automatic differentiation (Autograd). The reason for PyTorch’s dominance in the field of ‘deep learning’ is in part due to its dynamic approach in constructing computational graphs, and its application of autograd. Don’t worry if you don’t understand everything, we’ll discuss neural networks in the next chapter.
Computational graph, is what we refer to as a directed acyclic graph (DAG), it captures the sequence of operations performed...
Change the font size
Change margin width
Change background colour