Skip to content
Srishilesh P S
TwitterGitHubLinkedIn

View All Posts

Tech Tutorials

Finance

Business

Technical

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.

Introduction to Adafruit IO

Technical, IoT

Introduction to IoT deployment with Adafruit IO. In this article, we have covered the basics of IoT and cloud computing. We will also build a simple project for better understanding.

Introduction to built-in data structures in Java

Technical, Java

An introduction to various built-in data structures in Java and a comparison on how it differs from user-defined data structures.

Data Mining using CRISP-DM methodology

Technical, Data Mining

Introduction to CRISP-DM methodology and a tutorial on how to use this methhod to build successful data science projects and we will anaylze examples.

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.

Getting started with NodeMCU

Technical, IoT

A tutorial that introduces microcontrollers, NodeMCU, and how it can be used in IoT. Microcontrollers come with different configurations and architectures depending on the application it is used for.

Building XML webpages using XSLT

Technical, XML

This tutorial will serve as an introduction on building XML webpages using XSLT. We will go through what XSLT is, how webpages are rendered, and how to build a sample XML webpage using XSLT.

Secured Deep Learning in Remote Devices

Technical, Security, Deep Learning

Introduction to Secured Deep Learning and a tutorial on how to build your privacy preserving deep learning model to be deployed in remote devices.

Validating XML using XSD

Technical, XML

A tutorial on validating XML using XSD, how it is different from DTD and we will validate a sample XML document using XSD.

Validating XML using DTD

Technical, XML

A tutorial on introduction to XML, the need for XML validation, and how validation is done using DTD.

Understanding Differential Privacy

Technical, Security

Introduction to differential privacy and methods used to preserve privacy in databases.