Open in app

Sign In

Write

Sign In

Pavini Jain
Pavini Jain

14 Followers

Home

About

Dec 14, 2021

Random Forest

Intuition Build a Random Forest: Do this hundreds of times and make many decision trees: ▹Create a bootstrapped dataset: ✓ Randomly select from the dataset. ✓ Can pick a sample more than once ▹Create a Decision Tree using bootstrapped dataset but only use a random subset of variables (or column) at…

Random Forest

2 min read

Random Forest
Random Forest
Random Forest

2 min read


Sep 12, 2021

Difference between AI, ML, and DL

Artificial Intelligence or AI works without human interference. Machine Learning or ML is a subset of AI where data is most important. Deep Learning mainly comprises Neural Networks which mimic the brain. Data Scientist is a person who works on stats tools to analyze, preprocess, predict and forecast. AI applications Artificial Intelligence…

Artificial Intelligence

2 min read

Difference between AI, ML, and DL
Difference between AI, ML, and DL
Artificial Intelligence

2 min read


Jul 23, 2021

Bagging and Boosting

Table of Content Intuition What is Ensemble Learning? What is Bagging? What is Boosting? How Boosting works? Types of Boosting AdaBoost Gradient Boosting XGBoost Intuition Let’s think of a scenario where a machine has to recognize whether an animal is a cat or dog. There are different ways it can recognize: If it has…

Bagging

3 min read

Bagging and Boosting
Bagging and Boosting
Bagging

3 min read


Jul 19, 2021

Principal Component Analysis

Principal Coponent Analysis, or PCA, is a dimensionality-reduction method that is often used to reduce the dimensionality of large data sets, by transforming a large set of variables into a smaller one that still contains most of the information in the large set. Table of Content Why do we need it? What it…

Principal Component

2 min read

Principal Component Analysis
Principal Component Analysis
Principal Component

2 min read


Jul 8, 2021

Logistic Regression

It is a predictive modeling technique. It estimates the relationship between dependent and independent variables. It is used when the output is in binary format(discrete or in categorical format) whereas linear regression is used when the output is continuous in range. Logistic regression curve converts any value to discrete values. There is a threshold that segregates the output as positive or negative(0 or 1).

Logistic Regression

2 min read

Logistic Regression
Logistic Regression
Logistic Regression

2 min read


Jul 6, 2021

K Nearest Neighbor

K in KNN is the number of Nearest Neighbors. It is a Supervised learning algorithm. It classifies data points based on neighbors i.e. similarity measures. So, the data point is classified by five nearest neighbors. This algorithm is based on feature similarity. Parament tuning is used to choose k. If…

2 min read

K Nearest Neighbor
K Nearest Neighbor

2 min read


Jul 1, 2021

Polynomial Regression

In this module, we will learn about Polynomial Regression and how it works. In the end, we will perform polynomial regression for the following dataset. Table of Content: The intuition behind Polynomial Regression Hands-on The intuition behind Polynomial Regression Sometimes, the dataset may not best fit Linear Regression. That’s when Polynomial Regression comes into play. …

Machine Learning

3 min read

Polynomial Regression
Polynomial Regression
Machine Learning

3 min read


Jun 25, 2021

Linear Regression

Regression analysis is a form of predictive modelling technique that investigates the relationship between a dependent and independent variable Uses of Regression : Determining the strength of predictors Forecasting an effect Trend forecasting Difference between Linear Regression and Logistic Regression : Selection Criteria: Classification and Regression Capabilities. Data Quality Computational Complexity

Internity Foundation

1 min read

Linear Regression
Linear Regression
Internity Foundation

1 min read


Jun 24, 2021

Understanding OpenCV

In this blog, I will be sharing with you about my experience in OpenCV. Table of Content: Definition Applications Some important resources Scope Definition: Computer vision is an interdisciplinary scientific field that deals with how computers can gain high-level understanding from digital images or videos. …

Internity Foundation

1 min read

Understanding OpenCV
Understanding OpenCV
Internity Foundation

1 min read


Jun 13, 2021

Exploring Matplotlib and Seaborn

Matplotlib is a plotting library for the Python programming language and its numerical mathematics extension NumPy. Seaborn is a Python data visualization library based on matplotlib. It provides a high-level interface for drawing attractive and informative statistical graphics. Table of Content Importing libraries Line Graph Multi-line Graph Scatterplot Histogram Bar Graph Pair Plot Importing Libraries

Matplotlib Tutorial

3 min read

Exploring Matplotlib and Seaborn
Exploring Matplotlib and Seaborn
Matplotlib Tutorial

3 min read

Pavini Jain

Pavini Jain

14 Followers

Student at Jaypee Institute of Information Technology

Following
  • An Truong

    An Truong

  • Gursimar Singh

    Gursimar Singh

  • MRINAL WALIA

    MRINAL WALIA

  • Jonathan Hui

    Jonathan Hui

  • Aly

    Aly

See all (13)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams