Open in app

Sign In

Write

Sign In

Heena Sharma
Heena Sharma

40 Followers

Home

About

Jun 29, 2022

AdaBoost Ensemble Model

Table of content: Introduction Three main ideas behind AdaBoost Steps of AdaBoost Reference End Notes Introduction: Adaptive Boosting or AdaBoost is a boosting ensemble technique that takes low variance and high bias models and uses the additive combination to reduce bias while keeping variance low. AdaBoost is most often used…

Adaboost

7 min read

AdaBoost Ensemble Model
AdaBoost Ensemble Model
Adaboost

7 min read


Jan 23, 2022

K-Nearest Neighbor in Machine Learning

Table of contents: Introduction Properties of KNN Steps of KNN algorithm Distance metrics in KNN KNN hyperparameter K How to select the value of K Data Preparation for KNN KNN for Classification KNN for Regression Pros of using KNN Cons of using KNN Applications of KNN References Introduction: K-Nearest Neighbor…

Knn

8 min read

K-Nearest Neighbor in Machine Learning
K-Nearest Neighbor in Machine Learning
Knn

8 min read


Jan 16, 2022

Naive Bayes in Machine Learning

Table of contents: Introduction Assumptions of Naive Bayes Bayes Theorem Example of Naive Bayes Problem with Naive Bayes Laplace or Additive Smoothing Bias Variance Tradeoff in Naive Bayes using hyper-parameter α Example of Laplace smoothing Applications of Naive Bayes Pros of using Naive Bayes Cons of using Naive Bayes How…

Naive Bayes

9 min read

Naive Bayes in Machine Learning
Naive Bayes in Machine Learning
Naive Bayes

9 min read


Jan 7, 2022

Regularization in Machine Learning

Table of contents: Overfitting Overfitting Examples How to overcome Overfitting? What parameters (θ’s) to penalize? Regularization Types of Regularization Regularization Parameter λ Why L1 creates Sparsity? References Overfitting: Sometimes the machine learning model performs well with the training data but does not perform well with the test data. It means…

Regularization

7 min read

Regularization in Machine Learning
Regularization in Machine Learning
Regularization

7 min read


Jan 3, 2022

Logistic Regression-python implementation from scratch without using sklearn

Table of contents: Generate data Split data into the train (75%) and test (25%) Standardize the data Initialize the weight_vector and intercept Compute Sigmoid Compute Log Loss Calculate Gradient w.r.t. ‘w’ Calculate Gradient w.r.t. ‘b’ Train the custom model Compare custom model with sklearn SGDClassifier model End Notes References In…

Logistic Regression

3 min read

Logistic Regression-python implementation from scratch without using sklearn
Logistic Regression-python implementation from scratch without using sklearn
Logistic Regression

3 min read


Jan 3, 2022

Logistic Regression

Table of contents: Introduction Use of Linear Regression for classification issue Why Logistic Regression has term Regression in it The cost function for Logistic Regression Log Loss with example Log Loss cost function for Logistic Regression End Notes References Introduction: Logistic Regression is one of the most popular statistical models…

Logistic Regression

6 min read

Logistic Regression
Logistic Regression
Logistic Regression

6 min read


Dec 25, 2021

Linear Regression on Boston House Pricing dataset using python

Table of contents: Introduction Assumption in Linear Regression Hypothesis Cost Function Gradient descent Role of derivative term and learning rate Python example of Linear Regression using Boston House pricing dataset References In my previous article, I explained Linear Regression concepts. Please go through it if you want to know the…

Linear Regression

7 min read

Linear Regression on Boston House Pricing dataset using python
Linear Regression on Boston House Pricing dataset using python
Linear Regression

7 min read


Dec 10, 2021

Linear Regression

Table of contents: Introduction Steps in Linear Regression Fitting a line to data using the least square method Calculate R² Calculate p-value for R² End Notes References Introduction: Linear Regression is a Supervised Machine learning model (where training data with the label is provided) which is used for Regression tasks…

Linear Regression

8 min read

Linear Regression
Linear Regression
Linear Regression

8 min read


Nov 15, 2021

All about Support Vector Machine

Table of contents: Introduction Margin Maximizing Hyperplane Why Margin Maximizing Hyperplanes Mathematics behind the scene Hard Margin SVM Soft Margin SVM and Hinge Loss Hyperparameter- C (or slack variable) Kernel Function RBF Kernel and associated hyperparameter- γ (or Gamma) Python code example with the linear kernel References Introduction: SVM is…

Svm

7 min read

All about Support Vector Machine
All about Support Vector Machine
Svm

7 min read

Heena Sharma

Heena Sharma

40 Followers
Following
  • Alex Souza

    Alex Souza

  • Alexandra Fiona

    Alexandra Fiona

  • Netflix Technology Blog

    Netflix Technology Blog

  • Yash Gupta

    Yash Gupta

  • Boaz Shmueli

    Boaz Shmueli

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech