How to develop high performance input pipelines in Tensorflow using the ETL pattern and functional programming
How to optimize the data processing pipeline using batching, prefetching, streaming, caching and iterators
Best practices on Machine Learning infrastructure. How to build, maintain and scale procuction-ready deep learning systems.
See moreWhat is Kubernetes? What are the basic principles behind it? Why it might be the best option to deploy Machine Learning applications? What features it provides to help us maintain and scale our infrastructure? How to set up a simple Kubernetes cluster in Google cloud?
Follow along with a small AI startup on its journey to scale from 1 to millions of users. Learn what's a typical process to handle steady growth in the userbase, and what tools and techniques one can incorporate. All from a machine learning perspective
Implement basic Deep Learning models and advanced real-life applications with Pytorch
See moreLearn how distributed training works in pytorch: data parallel, distributed data parallel and automatic mixed precision. Train your deep learning models with massive speedups.
This blogpost is about starting learning pytorch with a hands on tutorial on image classification.
Best practices on Machine Learning Enginnering. How to implement, deploy and scale deep learning systems.
See moreA side-by-side comparison of JAX, Tensorflow and Pytorch while developing and training a Variational Autoencoder from scratch
Learn about the Weights and Biases library with a hands-on tutorial on the different features and visualizations.
A tutorial on how to get started with Tensorflow Extended and how to design and execute a Deep Learning pipeline
How to expose a deep learning model, built with Tensorflow, as an API using Flask. Learn how to build a web application to serve the model to the users and how to send requests to it with an HTTP client.