What is PuzzleLib?¶
PuzzleLib
is a high level Deep Learning framework with CPU (Intel/AMD) and GPU (NVIDIA/AMD) support. The library is written in Python, it is modular and dynamic.
Documentation¶
The library documentation is divided into two main sections:
- General info - here you can find introductory information about the library and instructions for installing it;
- Base - this section contains information about all the elements necessary for designing and training your neural network.
Tutorials¶
The Tutorials section contains tutorials on working with the library. The easiest way to start learning Puzzle lab
is with these tutorials.
Available tutorials:
-
Getting started
- PuzzleLib in a nutshell
- What's 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