Face Recognition using 'face_recognition' API

The world’s simplest facial recognition API for Python and the command line

In this article, we’ll explore the ‘face_recognition’ library and implement a face recognition system.

Deploying a Jupyter Notebook into a Real App

Start a new Notebook and add to it only the code needed to create and show the widgets that you need, and Markdown for any text that you want to appear.

Dealing With PyTorch Custom Datasets

In this article, we are going to take a look at How to deal with Custom PyTorch Dataset.

It is natural that we will develop our way of creating custom datasets while dealing with different Projects.

Gradients

What exactly is requires_grad? - Allows calculation of gradients w.r.t the tensors that all allows gradients accumulation.

Linear Regression

Simple Linear Regression: Allows to understand the Relationship between two Continuous Variables.