Kumar Shubham's repositories
MERN-E-Commerce
A simple E-Commerce app built on MERN stack with integrated Stripe Checkout.
Youtube-downloader
It is a simple YouTube downloader which takes URL of the YouTube Video from the user and saves it in your device. Multiple Video downloads at the same time are also supported by this downloader.
Fenice-Network
Building the job search portal which helps both recruiters and job seekers to get perfect jobs.
React-Todo
A simple Todo app with react.
Movie-Recommendation-System
Built a Movie Recommendation System which will take as input a movie title from the user and return the top 50 recommended movies to the user based on the input movie.
Personalised-Alarm-using-Python
Building the personalized alarm using Python which plays different alarm tunes by machine learning using previous results to provide the best alarm experience.
snake-game-python
We will build a simple snake game in Python.
MERN-Shopping-List
A simple MERN shopping list app with authentication.
CodeForces
CodeForces
Codeforces-1
codeforces solutions
Decision-Trees-Simple-Example
It is a simple example on decision trees. We are reading arff files this time instead of csv files.
Google-Hash-Code-2020
More Pizza : Solution for the Practice Round of Google Hash Code 2020
hackalog-frontend
The home for hackathons organized under COPS IIT(BHU).
kNN-Simple-example
In this repository, I have shown a simple kNN example which helps classify things. In this example, I have used 7 variables/parameters to predict the outcome as an integer ranging from 1 to 6.
Learn_Programming_App
Learn how to create a simple learning app which connects to Firebase and can load data from there.
Logistic-Regression-Handling-missing-data-problem
In this repository, the Logistic Regression model first fills the missing data in columns with the mean of the column data for the machine to utilize the data and we have also performed standardization on the data to avoid biases and make the model more accurate to predict true results.
ML-Contests-Solutions
This repository contains my solutions to several Machine Learning contests being held online.
Naive-Byes-Spam-Filter
Build a simple spam filter for emails using Naive byes. We will be using sklearn library for our pupose.
Random-Forest-Classifier
We will build a simple Random Forest classifier with help of scikit learn library.
Regression-kNN-and-DecisionTrees
In this repository, we will be using k-NN for Regression and Decision Trees Regression for regression purpose. We will be comparing mean squared error for both and will be choosing the best algorithm among them with best tree depth and umber of nearest neighbours.
SCS_Book_Bank_App
A simple app to manage book bank.
shubham1710
My personal repository.
Simple-Multivariate-Linear-Regression
This project deals with doing multivariate linear regression using Numpy and will try to make predictions. We will be using Normal Equation method for our purpose here.
Simple-Multivariate-Logistic-Regression
This repository contains the code and datasets to be used for a simple logistic regression which categorizes data under 4 different labels.
SVM-Example
In this repository, we will be looking at a simple project in which we will be classifying river water into different categories on the basis of pollution levels using the Support Vector Machines (SVM) model.