manjuhariashokOct 17, 20203 minDecision Trees - What , How and Why? What is a Decision Tree? Decision Tree is the most powerful and popular tool for Classification and Prediction. Decision Tree is a tree s...
Preethi Prudentia Dominic Oct 16, 20204 minHelp Needed for a Mom who is homeschooling her kid! Decision Tree-Information Gain-GINI IndexDecision Tree: A decision tree is a widely used machine learning modeling technique for regression and classification problems in which t...
Mamta SinghalOct 15, 20203 minAn Overview of Amazon's Recommendation Systems: Collaborative FilteringLiving in this pandemic has made almost all of us very frequent online shoppers on platforms like Amazon, some of us more frequent Netfli...
neetavrshn5Oct 15, 20204 minDecision Tree - Height of ChildDecision Tree are a type of Supervised Machine Learning, where we predicts the value of a target based on several inputs. Each branch of ...
Preethi Prudentia Dominic Oct 15, 20201 minMachine Learning Algorithm: Simple Linear RegressionSimple Linear Regression is a linear model that explains a linear relationship between the two quantitative variables, the input variable...
Bhuvaneswari GopalanOct 15, 20203 minData Preprocessing using Pandas drop() and drop_duplicates() functionsWhen working with data science and machine learning projects, we will have to spend a lot of time analyzing the data and performing data...
Namrata KapoorOct 14, 20207 minFeature Selection- Selection of the best that mattersIn Machine learning we want our model to be optimized and fast in order to do so and to eliminate unnecessary variables we employ various...
neetavrshn5Oct 14, 20201 minRecommendations by AmazonAmazon uses Collaborative Filtering, which is a technique where there are multiple ways to find similar users or items. With User-Based ...
Bhuvaneswari GopalanOct 13, 20205 minHow to work with missing data using Pandas?Any real-life data-problems will cause the issue of missing data and it is really important that such data points are taken care of in t...
Smriti ShakargayeOct 13, 20202 min“Because you watched” by Netflix!The biggest video streaming giant in the world – Netflix, has a feature of recommending TV shows or movies based on what genres you and t...
Smriti ShakargayeOct 13, 20202 minDecoding my Son’s Sleep Pattern via Linear Regression!I know it is not a matter of National Security and many parents might not consider it to be a big deal too. But for me, my child retiring...
Mahitha KumarOct 13, 20207 minXGBoost Hyperparameters OverviewIs your machine learning model taking time and you ever wonder if accuracy is moderate? XGBoost is the solution for you. Let us look at h...
aarthy18689Oct 13, 20201 minWHAT IS LINEAR REGRESSION ?Regression model predicts the relational ship between the dependable variable and independent variable. Regression model is helps to find...
Bhuvaneswari GopalanOct 12, 20203 minIntro to Machine Learning using My First Machine Learning Model in PythonMachine learning is enabling computers to do tasks that have only been done by people, until now. From driving cars to recognizing speech...
subhasmitasahoo899Oct 12, 20201 minLinear Regression for Machine Learning:What is Regression? Regression analysis is a form of predictive technique which analyze the relationship between dependent and independen...
Mamta SinghalOct 12, 20202 minIntroduction to Machine Learning Algorithms: Simple Linear Regression (for beginners)When learning about the linear regression model, the first thing that comes to mind is a linear equation. So it does not matter If you ar...
neetavrshn5Oct 10, 20201 minLinear Regression-method of predictionLinear Regression is the analyses of two separate variables to define a single relationship. In this, we predict one variable depending ...
Rekha KalwaOct 10, 20203 minAlgorithm: How to Bubble Sort Integer/String Array in PythonHi There! This ‘Concept-into-Code’ blog post is the first in a series where I will try to explain concepts into code in the simplest ways...