Pinned Repositories
Autoencoder
Stacked Autoencoder to make a recommender system which mirrors Netflix's recommender system
Basic-ChatBot
This is a basic AI Chatbot devloped using Python. I have used NLTK library and SCIKIT-LEARN library.
MachineLearning_Templates
Machine Learning Templates
stock-correlation-matrix
Stock correlation matrix in python
Stock_prediction_using_RNN
Stock prediction using RNN, with a accuracy of over 90%
Travelling-Salesman_Problem
TSP solved using Branch N bound, Greedy, Optimum Greedy(Backtracking), Brute force
rohankumar10's Repositories
rohankumar10/Autoencoder
Stacked Autoencoder to make a recommender system which mirrors Netflix's recommender system
rohankumar10/Basic-ChatBot
This is a basic AI Chatbot devloped using Python. I have used NLTK library and SCIKIT-LEARN library.
rohankumar10/MachineLearning_Templates
Machine Learning Templates
rohankumar10/stock-correlation-matrix
Stock correlation matrix in python
rohankumar10/Stock_prediction_using_RNN
Stock prediction using RNN, with a accuracy of over 90%
rohankumar10/Travelling-Salesman_Problem
TSP solved using Branch N bound, Greedy, Optimum Greedy(Backtracking), Brute force
rohankumar10/AlphaVantageAPI
Get stock data in CSV file, with the help of AlphaVantage API which is free
rohankumar10/Basic_Programs
Basic Programs in C++
rohankumar10/Binary_Recommender_System
Binary Recommender System for rating given by a user using Restricted Boltzmann machine
rohankumar10/Chatbot-Using-NLTK
This Chatbot is developed by using NLTK library.
rohankumar10/Check_Item_Amazon_Price
Check Item Amazon Price using selenuium
rohankumar10/Check_Stock_Price
Check Stock Price from bloomberg website
rohankumar10/churn_modelling_using_DL
Solving the churn modelling problem using Deep learning and machine learning
rohankumar10/CISCO-TEST-
rohankumar10/coding-interview-university
A complete computer science study plan to become a software engineer.
rohankumar10/CreditCard_Fraud_Detection
Credit Card Fraud Detection using DL. Using the combined ANN and SOM to find the fraudsters
rohankumar10/Get-Twitter-Followers
Get twitter followers of a specific person using Twitter API and simple python algorithm
rohankumar10/LinkedList_C
LinkedList implementation in C
rohankumar10/Market-Basket-Optimization
Market Basket Optimization using Apriori Model and Eclat Model
rohankumar10/Marketing_website_tempate
Marketing website tempate using Javascript and HTML and CSS
rohankumar10/Multiple_Regression
Multiple Regression model implemented in python( Using backward elimination technique)
rohankumar10/Prediction-of-Customer-Churn-in-Banking-Industry
STAT-642-Final Project, Drexel University
rohankumar10/python-ecdsa
pure-python ECDSA signature/verification
rohankumar10/Self_Organising_Map
Simple Self Organising Map
rohankumar10/Simple_Image_Recognition
Simple Image Recognition using Convolutional Neural Networks
rohankumar10/Simple_Linear_Regression
Simple Linear Regression model implemented in python
rohankumar10/SMA
SMA strategy for Stocks(Apple) scripted in python
rohankumar10/Sorting_algorithms
Sorting algorithm implemented in python
rohankumar10/Sorting_algos_
Sorting algos using C++
rohankumar10/Sorting_alogs_in_C
Sorting alogs in C