- PyTorch Autograd and Training Models
I take a dive into PyTorch autograd to explore what it does and how it relates to training deeplearning models.
- Bayesian AB Testing with Pyro
Implement a successful experiment using Bayesian AB testing. In this, we use Pyro, a python framework to analyse marketing and on-boarding experiments
- Deploying Machine Learning Models with Docker
Learn to create a production-ready API using nginx, gunicorn and Docker to serve your Machine Learning models.