Mithilesh Pradhan has Published 60 Articles

Improving model accuracy with cross validation technique

Mithilesh Pradhan

Mithilesh Pradhan

Updated on 26-Sep-2023 17:27:52

98 Views

Introduction Cross Validation (CV) is a way of training machine learning models in which multiple models are trained on a part of the data and then accessing their performance or testing them on a independent unseen set of data. In the Cross-validation technique, we generally split the original train data ... Read More

Checking the normality of a data set or a feature

Mithilesh Pradhan

Mithilesh Pradhan

Updated on 26-Sep-2023 16:47:09

124 Views

Introduction Normality is defined as the phenomenon of belonging to a normal or Gaussian distribution in statistical terms. The normality of a dataset is the test for a dataset or variable if it follows a normal distribution. Many tests can be performed to check the normality of a dataset among ... Read More

What is OOB error?

Mithilesh Pradhan

Mithilesh Pradhan

Updated on 26-Sep-2023 16:38:09

210 Views

Introduction OOB or Out of Bag error and OOB Score is a term related to Random Forests. Random Forest is an ensemble of decision trees that improves the prediction from that of a single decision tree.OOB error is used to measure the error in the prediction of tree-based models like ... Read More

The Hathaway Effect: Does The Anne Hathaway Effect Really True?

Mithilesh Pradhan

Mithilesh Pradhan

Updated on 26-Sep-2023 16:25:20

157 Views

Introduction Today Machine Learning plays a crucial role in predicting stock prices and the growth of popular organizations and investment banks. While working on many such problems we consider many relations and correlations between different kinds of factors. The Anne Hathaway Effect is one such peculiar correlation related to ... Read More

Techniques to find similarities in recommendation system

Mithilesh Pradhan

Mithilesh Pradhan

Updated on 26-Sep-2023 16:20:44

114 Views

Introduction Similarity metrics are crucial in Recommendation Systems to find users with similar behavior, pattern, or taste. Nowadays Recommendation systems are found in lots of useful applications such as Movie Recommendations as in Netflix, Product Recommendations as in Ecommerce, Amazon, etc. Organizations use preference matrices to capture use behavioral and ... Read More

Limitations of fixed basis function

Mithilesh Pradhan

Mithilesh Pradhan

Updated on 26-Sep-2023 16:00:10

114 Views

Introduction Fixed basis functions are functions that help us to extend linear models in Machine Learning, by taking linear combinations of nonlinear functions. Since Linear models depend on the linear combination of parameters, they suffer a significant limitation. The radial function thus helps model such a group of models by ... Read More

Python | Measure similarity between two sentences using cosine similarity

Mithilesh Pradhan

Mithilesh Pradhan

Updated on 26-Sep-2023 12:03:35

815 Views

Introduction Natural Language Processing for finding the semantic similarity between sentences, words, or text is very common in modern use cases. There are numerous ways to calculate the similarity between texts. One such popular method is cosine similarity. It is used to find the similarity between two vectors that are ... Read More

Handling sparsity issues in recommendation system

Mithilesh Pradhan

Mithilesh Pradhan

Updated on 22-Sep-2023 13:26:46

85 Views

Introduction In Recommendation Systems, Collaborative filtering is one of the approaches to building a model and finding seminaries between users. This concept is highly used in Ecommerce sites and OTT and video-sharing platforms. One of the highly talked about issues that such systems face while in the initial modeling phase ... Read More

Difference Between Training and Testing Data

Mithilesh Pradhan

Mithilesh Pradhan

Updated on 22-Sep-2023 12:55:56

3K+ Views

Introduction In Machine Learning, a good model is generated if we have a good representation and amount of data. Data may be divided into different sets that serve a different purposes while training a model. Two very useful and common sets of data are the training and testing set. The ... Read More

DBSCAN Clustering in ML | Density based clustering

Mithilesh Pradhan

Mithilesh Pradhan

Updated on 22-Sep-2023 12:45:57

2K+ Views

Introduction DBSCAN is the abbreviation for Density-Based Spatial Clustering of Applications with Noise. It is an unsupervised clustering algorithm.DBSCAN clustering can work with clusters of any size from huge amounts of data and can work with datasets containing a significant amount of noise. It is basically based on the criteria of a minimum number ... Read More

Advertisements