Posts by Deepshi Sharma

Author Biographical Info: Not available

How to delete in a Linked List and its implementation in C++

By Deepshi Sharma

In this post, I am going to discuss, How to delete in a Linked List and its implementation in C++. Deletion in a linked list can also be performed in 3 ways: Deleting a start node .... Read More

Introduction to Xgboost algorithm

By Deepshi Sharma

In this tutorial, we are going to discuss a very important algorithm that is in much demand nowadays. This algorithm is none other than Xgboost algorithm. This algorithm is nowaday.... Read More

How to insert a node in Linked List in C++

By Deepshi Sharma

In this tutorial, I will be giving you a quick guide of how to insert a node in linked list data structure in C++. Now, as already I told you that there are three ways of insertion.... Read More

Introduction to K-means algorithm

By Deepshi Sharma

In this tutorial, I am going to discuss a very famous clustering algorithm, K-means algorithm. Clustering algorithms are used to group similar items in same group called cluster. T.... Read More

Implementation of PCA reduction in Python

By Deepshi Sharma

In the last tutorial, I have given a brief introduction and intuition regarding Principal component analysis. If you haven’t read that post, then please go through that post .... Read More

Natural Language Processing and its implementation in Python

By Deepshi Sharma

In the previous tutorial on Natural Language Processing, I have discussed the basic introduction and intuition behindĀ  NLP. In this tutorial, I am going to discuss the implementat.... Read More

Introduction to Dimension Reduction – Principal Component Analysis

By Deepshi Sharma

In this tutorial, we will go through with one of the most important concepts in machine learning called Dimension Reduction – Principal Component Analysis (Also known as PCA .... Read More

Random forest for regression and its implementation

By Deepshi Sharma

In this tutorial, as said before, I would be discussing the implementation of random forest algorithm for regression problem in Python. In my previous tutorial, I presented you how.... Read More

Related Posts