gravatar

sbsuryawanshi94

Shubham Suryawanshi

Recently Published

Project Sep2023
"Comparing the classification performance of linear regression and KNN classification on the zipcode data "
The original scanned digits are binary and of different sizes and orientations; the images here have been deslanted and size normalized, resulting in 16 x 16 grayscale images (Le Cun et al., 1990). The data are in two gzipped files, and each line consists of the digit id (0-9) followed by the 256 grayscale values. This analysis is done only for Classes 2&3 out of 0-9 digits
Tree-Based Methods
Tree-based methods for regression and classification. These involve stratifying or segmenting the predictor space into a number of simple regions. In order to make a prediction for a given observation, we typically use the mean or the mode of the training observations in the region to which it belongs. Since the set of splitting rules used to segment the predictor space can be summarized in a tree, these types of approaches are known as decision tree methods.
Logistic Regression, Linear Discriminant Analysis, Quadratic Discriminant Analysis
Logistic Regression, Linear Discriminant Analysis, Quadratic Discriminant Analysis
Logistic Regression & Bootstraping
The bootstrap is a widely applicable and extremely powerful statistical tool that can be used to quantify the uncertainty associated with a given estimator or statistical learning method.
Alcohol Consumption Project
BoxPlot