Mithilesh Pradhan has Published 60 Articles

Non-Negative Matrix Factorization

Mithilesh Pradhan

Mithilesh Pradhan

Updated on 23-Mar-2023 18:28:36

353 Views

Introduction Non-Negative Matrix Factorization (NMF) is a supervised algorithm used to represent data into lower dimensions which reduces the number of features while preserving enough basic information to construct the original matrix from the reduced feature space. In this article, we will be going explore more about NMF and how ... Read More

Region and Edge Based Segmentation

Mithilesh Pradhan

Mithilesh Pradhan

Updated on 23-Mar-2023 17:00:52

10K+ Views

Introduction Image Segmentation is the process of dividing a digital image into smaller groups so that processing and analyzing the larger images becomes easier and simpler. Region and Edge-based segmentation are different types of Image Segmentation. Before diving into Region and Edge based Segmentation, let us have a brief overview ... Read More

Multilingual Google Meet Summarizer and Python Project

Mithilesh Pradhan

Mithilesh Pradhan

Updated on 23-Mar-2023 16:54:26

332 Views

Introduction Multilingual Google Meet summarizer is a tool/chrome extension that can create transcriptions for google meet conversations in multiple languages. During the COVID times people, they need a tool that can effectively summarize meetings, classroom lectures, and convection videos. Thus such a tool can be quite useful in this regard. ... Read More

Implementation of Teaching Learning Based Optimization

Mithilesh Pradhan

Mithilesh Pradhan

Updated on 23-Mar-2023 16:48:21

429 Views

Introduction Teaching Learning Based Optimization (TLBO) is based on the relationship between a teacher and the learners in a class. In a particular class, a teacher imparts knowledge to the students through his/her hard work. The students or learners then interact with each other among themselves and improve their knowledge. ... Read More

Implementation of Particle Swarm Optimization

Mithilesh Pradhan

Mithilesh Pradhan

Updated on 23-Mar-2023 16:38:43

486 Views

Introduction The Particle Swarm Optimization algorithm is inspired by nature and is based on the social behavior of birds in a flock or the behavior of fish and is a population-based algorithm for search. It is a simulation to discover the pattern in which birds fly and their formations and ... Read More

Image Segmentation by Clustering

Mithilesh Pradhan

Mithilesh Pradhan

Updated on 23-Mar-2023 16:33:23

6K+ Views

Introduction Image Segmentation is the process of partitioning an image into multiple regions based on the characteristics of the pixels in the original image. Clustering is a technique to group similar entities and label them. Thus, for image segmentation using clustering, we can cluster similar pixels using a clustering algorithm ... Read More

How to Become an RPA Developer?

Mithilesh Pradhan

Mithilesh Pradhan

Updated on 23-Mar-2023 16:27:03

187 Views

Introduction RPA stands for Robotic Process Automation. An RPA developer is a person who designs, maintains, builds, and implements RPA systems. In an organization, an RPA developer has the role to create optimized workflow processes and work cross-functionally with operations and business analysts. Scope of an RPA Developer Today the ... Read More

Exploratory Data Analysis (EDA) - Types and Tools

Mithilesh Pradhan

Mithilesh Pradhan

Updated on 23-Mar-2023 16:25:51

2K+ Views

Introduction Exploratory Data Analysis (EDA) is the process of summarization of a dataset by analyzing it. It is used to investigate a dataset and lay down its characteristics. EDA is a fundamental process in many Data Science or Analysis tasks. Different types of Exploratory Data Analysis There are broadly two ... Read More

Document Retrieval using Boolean Model and Vector Space Model

Mithilesh Pradhan

Mithilesh Pradhan

Updated on 23-Mar-2023 16:21:37

4K+ Views

Introduction Document Retrieval in Machine Learning is part of a larger aspect known as Information Retrieval, where a given query by the user, the system tries to find relevant documents to the search query as well as rank them in order of relevance or match. They are different ways of ... Read More

DeepWalk Algorithm

Mithilesh Pradhan

Mithilesh Pradhan

Updated on 23-Mar-2023 16:17:07

406 Views

Introduction The graph is a very useful data structure that can represent co-interactions. These co-interactions can be encoded by neural networks as embeddings to be used in different ML Algorithms. This is where the DeepWalk algorithm shines. In this article, we are going to explore the DeepWalk algorithm with a ... Read More

Advertisements