Skip to content

Shikhas/Machine-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine-Learning

The topics covered in this repo are:

-----------------------------------------------Unsupervised Learning--------------------------------------------------

  1. Non-Parametric Methods - Density estimation, outlier detection and nearest-neighbor algorithm.

  2. Bayesian Desicion - Used to find association rules in Market Basket Analysis - Bread -> Butter and Beyond - Data mining in Supermarkets

  3. K-Means Clustering - Compact data(Also includes Elbow and Silhouette method to find optimal number of clusters)

  4. Spectral Clustering - Connectivity based data clustering

-----------------------------------------------Supervised Learning-----------------------------------------------------

  1. Decision Tress - finding the contents of each node and calculating split entropy of each split in decision tree to analyse the optimal split.

  2. Multinomial Logistic Regression - performing multinomial logistic regression and also calculating the odd ratios.

  3. Identifying and Profiling the Clusters in Chicago Pothole data ->Performed clustering of 18K observations using K-Means Clustering and determined number of clusters using Silhouette and Elbow charts. Profiled the clusters using Classification tree and criteria of Gini’s value.

  4. Comparing Logistic Regression model and Classification tree model to predict how likely a policy-holder will file a claim using RASE, AUC metrics and ROC curve.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages