Skip to content
View rohanbaisantry's full-sized avatar
Block or Report

Block or report rohanbaisantry

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories

  1. image-clustering image-clustering Public

    This is a simple image clustering algorithm which uses KMeans for clustering and performs 3 types of vectorization using vgg16, vgg19 and resnet50 using the weights from ImageNet

    Python 45 27

  2. logistic-regression-from-scratch logistic-regression-from-scratch Public

    simple logistic regression using the Stochastic gradient optimizer.

    Python 1

  3. document-classification document-classification Public

    This is an implementation of document classification using four algorithms: Multinomial Naive Bayes, Support Vector Machines, Random Forests and Logistic Regression.

    Python 1

  4. react-flask-es react-flask-es Public

    This is a simple CRUD Application with search and pagination functionality as well. The Project is written in: React.JS, Python3-Flask (with ElasticSearch).

    Python 1

  5. DecisionTreeClassifier-FromScratch DecisionTreeClassifier-FromScratch Public

    A Decision Tree Classifier built from scartch in python 3 using the supervised learning methodology. The example here uses the iris data set, but you can load any dataset and it will run for that, …

    Python

  6. LinearRegression-OneVariable-FromScratch LinearRegression-OneVariable-FromScratch Public

    A linear regression in one variable written from scratch in python 3.

    Python