NLP Sincereness Detector using Pytorch

In this post, we will use Pytorch to train a NLP Sincereness Detector which will detect whether a question is asked sincerely or not.

(source: https://commons.wikimedia.org/wiki/File:Pytorch_logo.png)

more ...



Semantic Segmentation using FCN and DeepLabV3

Semantic Segmentation is an image analysis task in which we classify each pixel in the image into a class. In this post, we will perform semantic segmentation using pre-trained models built in Pytorch. They are FCN and DeepLabV3.

more ...