Anuj Katiyal
  • About Me
  • Data_viz
  • Machine learning

Adaboost Algorithm using numpy in Python

Date 2017-10-24 By Anuj Katiyal Tags python / numpy / matplotlib

Implementation of Adaboost algorithm while boosting the Linear Regression based weak classifier, plotting training vs testing error and seeing how training error goes to 0, plotting a histogram of important features along with alphas and epsilons as a function of the number of iterations.

more ...

Naive Bayes Algorithm using numpy in Python

Date 2017-10-21 By Anuj Katiyal Tags python / numpy / matplotlib

Implementing Naive Bayes algorithm from scratch using numpy in Python. The dataset has 57 features, out of which the first 54 follow Bernoulli Distribution and the other 3 come from a Pareto Distribution.

more ...

K-Nearest Neighbors using numpy in Python

Date 2017-10-01 By Anuj Katiyal Tags python / numpy / matplotlib

Implementing K-Nearest Neighbors Classification Algorithm using numpy in Python and visualizing how varying the parameter K affects the classification accuracy

more ...

Logistic Regression using numpy in Python

Date 2017-10-01 By Anuj Katiyal Tags python / numpy / matplotlib

Implementing logistic regression using numpy in Python and visualizing the objective function variation as a function of iterations. The log likelihood function for logistic regression is maximized over w using Steepest Ascent and Newton's Method

more ...

Ridge Regression using numpy in Python

Date 2017-09-30 By Anuj Katiyal Tags python / numpy / matplotlib

Implementing ridge regression using numpy in Python and visualizing the importance of features and the effect of varying hyperparameters on the degree of freedom and RMSE

more ...

  • Social

    • LinkedIn
    • GitHub
    • Twitter
    • StackOverflow
    • rss
  • Recent Posts

    • Adaboost Algorithm using numpy in Python
    • Naive Bayes Algorithm using numpy in Python
    • K-Nearest Neighbors using numpy in Python
    • Logistic Regression using numpy in Python
    • Ridge Regression using numpy in Python
  • Tags

    • ggplot
    • kaggle
    • matplotlib
    • numpy
    • pandas
    • python
    • R
    • rpy2
    • scikit-learn
  • GitHub Repos

    Status updating...


About Me:

Data Scientist
Python Aficionado and R Neophyte
Quantified Self Enthusiast and Insight Seeker
Striving Statistician
Marathoner




More About Me Résumé

Social Media:

  • LinkedIn
  • GitHub
  • Twitter
  • StackOverflow
  • rss
© 2017 Anuj Katiyal · Powered by pelican-bootstrap3, Pelican, Bootstrap

Creative Commons License Content licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License, except where indicated otherwise.

Back to top