Hello and welcome to BatchFlow tutorials!
These tutorials are intended to help you obtain a good working knowledge of how to use BatchFlow library. Start slow without a rush and soon you'll be able to create flexible machine learning pipelines.
- Batch operations - a short guide on how to obtain a batch flow.
- Pipeline operations - pipelines how to.
- Train a ready to use TensorFlow model. A fast intro into how to create and train ready to use models like ResNet, VGG and many others.
- Train a ready to use PyTorch model. A fast intro into how to create and train ready to use models like ResNet, VGG and many others.
- Linear models as an example - a longer immersion into models training and configuration.
- Creating your own model. This tutorial shows how to create and train a simple model to recognize the digits from MNIST database.
- Working with images. How to augment images with ImagesBatch actions.
Also you might be interested in the experiments.
For more advanced techniques on how to use the BatchFlow take a look at cardio and radio frameworks.