Skip to content
Srishilesh P S
TwitterGitHubLinkedIn

View All Posts

Tech Tutorials

Finance

Business

Machine Learning

View all tags
Understanding COCO Dataset

Technical, Machine Learning

This article will introduce the reader to the COCO dataset. We will also implement a simple dataset validator using Python.

Understanding PASCAL VOC Dataset

Technical, Machine Learning

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

Technical, Machine Learning

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

Technical, Machine Learning

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.