Category: Deep Learning

Deep Learning with PyTorch: Installing PyTorch and Covering the Basics

PyTorch is an open-source machine learning library. It is based on Torch library but specifically written for Python language. Recently PyTorch has been gaining much more traction and popularity for deep learning research and development alike. The best thing about PyTorch is that it is very python-like and intuitive. If you know the Python programming […] ...

Introduction to Computer Vision with Deep Learning

Banner Image

In this article, we will go through image classification using deep learning. Image classification is a sub-field of computer vision. There have been a lot of advances in deep learning using neural networks. And because of that computer vision has seen many applications and advances in recent years. Image classification, image recognition, object detection and […] ...