Turn a List into a Tensor in Python

Turn a List into a Tensor in Python

In this blog post Turn a List into a Tensor in Python with NumPy, PyTorch, TensorFlow we will turn everyday Python lists into high-performance tensors you can train models with or crunch data on GPUs. Converting a list to a tensor sounds simple, and it is. But doing...
Deploying Deep Learning Models

Deploying Deep Learning Models

In this blog post Deploying Deep Learning Models as Fast Secure REST APIs in Production we will walk through how to turn a trained model into a robust web service ready for real users and real traffic. Deploying a model is about more than shipping code. It’s about...
Mastering Common Tensor Operations

Mastering Common Tensor Operations

In this blog post Mastering Common Tensor Operations for AI and Data Workloads we will break down the everyday moves you need to work with tensors, the data structure behind modern AI. Tensors are to machine learning what spreadsheets are to finance: a compact,...