Building an App for Eye Filters with PoseNet
In this tutorial we'll use the pretrained PoseNet model to detect keypoints of the human body in an Android app.
In this tutorial we'll use the pretrained PoseNet model to detect keypoints of the human body in an Android app.
In this article we'll cover 8 different active groups doing game-changing research on COVID-19 treatment, diagnosis, and prognosis, plus open datasets.
Hugging Face and Paperspace come together in collaboration to create state-of-the-art NLP tools.
Naive Bayes is one of the simplest machine learning algorithms for classification. We'll cover an introduction to Naive Bayes, and implement it in Python.
This post will cover how testing is done for the coronavirus, why it's important in battling the pandemic, and how deep learning tools for medical imaging can help us improve the quality of COVID-19 testing.
In this article we'll cover how gradient boosting works intuitively and mathematically, its implementation in Python, and pros and cons of its use.
Support vector machine is one of the most popular classical machine learning methods. In this tutorial we'll cover SVM and its implementation in Python.
With countless options to design neural networks, an effective architecture search algorithm would be game-changing. Here we look at the state of the art.
This tutorial works through a step-by-step example of how to implement the Levenshtein distance in Python for word autocorrection and autocompletion.