Introduction¶
This section shows examples of working with neural networks in the PuzzleLib
. The list of training materials is as follows:
-
Getting started
- PuzzleLib in a nutshell
- What is the theory behind - automatic differentiation
- Training the MNIST classifier
- Pausing and resuming network training
- Network optimization
-
Application areas
- Computer vision
- Speech processing
-
Additional options
- Interaction with other frameworks
- Switching from TensorFlow
- Switching from PyTorch
- Converting to TensorRT engine
- Contents of the PuzzleLib module on the example of a linear layer
- Use of different backends
- Parallelize your computing
- Interaction with other frameworks