Machine Learning
View all tagsUnderstanding COCO Dataset
This article will introduce the reader to the COCO dataset. We will also implement a simple dataset validator using Python.
Understanding PASCAL VOC Dataset
This article will introduce the reader to PASCAL VOC dataset. We will also implement a simple dataset validator using Python.
An Introduction to KNN Algorithm
In this article, we will cover the basics of a supervised machine learning algorithm called K-Nearest Neighbors. We will also learn to build this algorithm from scratch.
Deploying Machine Learning Models using Flask
This tutorial will serve as an introduction on deploying Machine Learning models using Flask. We will go through various steps for building an end-to-end web application with inbuilt Machine Learning model using Flask.