Introduction Welcome to Day 3 of our coverage of the NVIDIA GTC conference. Yesterday, NVIDIA announced the next generation H100 data center GPU. The keynote did not go into much detail about some ...
Search Results for: Support vector machine
Real-time style transfer in a Zoom meeting
In today’s blog post you will learn how to train your own fast style transfer network in PyTorch and deploy the model to get live style transfer effect on a web meeting on Zoom/Skype/ Microsoft Teams ...
Pix2Pix:Image-to-Image Translation in PyTorch & TensorFlow
Continuing our Generative Adversarial Network a.k.a. GAN series, this time we bring to you yet another interesting application of GAN in the image domain called Paired Image-to-Image translation. By ...
PyTorch Tutorial For Beginners: All the Basics
The world is evolving and so is the technology serving it. It's crucial for everyone to keep up with the rapid changes in technology. One of the domains witnessing the fastest and largest evolution is ...
Universal Sentence Encoder
There are three important parts of Artificial Intelligence Natural Language ProcessingSpeechComputer Vision This post falls in the first category. In this post, we will learn a tool called ...
Facemark : Facial Landmark Detection using OpenCV
In this tutorial, we will learn about facial landmark detection using OpenCV with no external dependencies. I have written several posts about Facial Landmark Detection and its applications. You ...