Pinned Repositories
Automatic-HTML-Code-Generation-from-Images
This project makes use of Object Detection for identifying the symbols in the input image for generation of HTML code.
Book-Store-Management
A Database Management System for a Book Store. The GUI had pages for Login, New Customer Registration, Shopping Cart, etc. The front-end was built using Java on Netbeans IDE and back-end maintained using MySQL.
bot-that-talks-like-you
This project lets you create a chatbot of your own which would respond to text messages just like you would have. All you need to do is supply your WhatsApp chat backups (details in the README file) for training the model. No data is collected or shared with anybody. Note: This bot is not integrated with WhatsApp in any way and hence would not reply to your incoming texts automatically.
CNN-in-PyTorch
Implementing a CNN on MNIST dataset using PyTorch.
Code-Runtime-Complexity-Estimator-API
Code-Runtime-Complexity-Estimator-Website
Detection-and-Classification-of-Distributed-DoS-Attacks-using-Machine-Learning
Dog-cat-classifier
Image classifier using CNN
MNIST-with-PyTorch
Compleitng the MNIST challange of image recognition with numbers using PyTorch with an accuracy of over 83%
RNN-StockPricePrediction
This RNN is trained on real stock price data of Google and tries to predict the price of stock in next time-step. It uses the LSTM model because stock prices depend on time which is a constantly changing quantity. Understanding that stock prices depend on a lot of things like economic conditions, value of currency, market share of the company and many other things but this project takes in consideration only the opening and closing of the price each day and tries to make a prediction.
mohak1's Repositories
mohak1/Detection-and-Classification-of-Distributed-DoS-Attacks-using-Machine-Learning
mohak1/bot-that-talks-like-you
This project lets you create a chatbot of your own which would respond to text messages just like you would have. All you need to do is supply your WhatsApp chat backups (details in the README file) for training the model. No data is collected or shared with anybody. Note: This bot is not integrated with WhatsApp in any way and hence would not reply to your incoming texts automatically.
mohak1/Automatic-HTML-Code-Generation-from-Images
This project makes use of Object Detection for identifying the symbols in the input image for generation of HTML code.
mohak1/CNN-in-PyTorch
Implementing a CNN on MNIST dataset using PyTorch.
mohak1/Book-Store-Management
A Database Management System for a Book Store. The GUI had pages for Login, New Customer Registration, Shopping Cart, etc. The front-end was built using Java on Netbeans IDE and back-end maintained using MySQL.
mohak1/Dog-cat-classifier
Image classifier using CNN
mohak1/MNIST-with-PyTorch
Compleitng the MNIST challange of image recognition with numbers using PyTorch with an accuracy of over 83%
mohak1/RNN-StockPricePrediction
This RNN is trained on real stock price data of Google and tries to predict the price of stock in next time-step. It uses the LSTM model because stock prices depend on time which is a constantly changing quantity. Understanding that stock prices depend on a lot of things like economic conditions, value of currency, market share of the company and many other things but this project takes in consideration only the opening and closing of the price each day and tries to make a prediction.
mohak1/ANN-CustomerPrediction
Predicting whether a customer stays or leaves the bank based on its previous data
mohak1/Blocks-World-Problem-PDDL
All PDDL projects here
mohak1/Clustering-Credit-Card-Frauds
Self Organizing Map based on K-Means algorithm which clusters credit card applications into legit and fraud.
mohak1/Gender-Classifier
The classifier tries to guess the gender of the person in the photograph provided as the input.
mohak1/Hackathon18
Aurdino Code for project
mohak1/inform_me
The aim of this library is to automatically notify the developer as soon as a time-consuming program execution gets completed.
mohak1/Library-Management-System
A Library Management System made for Class X year end project. It is a Database Management System for a School Library. The GUI contains pages for Login, Issue Book, Lost Book, etc. The front-end is built using Java on Netbeans IDE and back-end is maintained using MySQL.
mohak1/Linear-Regression-in-PyTorch
A simple Linear Regression code in PyTorch.
mohak1/Machine-Learning-Projects
mohak1/medbot
medical chatbot
mohak1/SSD-Implementation-in-PyTorch
Implementing a pretrained SSD model in PyTorch.
mohak1/Text-Classification
A text classifier which predicts the class of a paragraph of text.
mohak1/TicTacToe
A simple 2-player TicTacToe game in C Language.
mohak1/Code-Runtime-Complexity-Estimator-API
mohak1/Code-Runtime-Complexity-Estimator-Website
mohak1/Classification_of_Microscopic_Nuclei_Images
Mini project for 5 day Deep Learning workshop.
mohak1/cvi
formula functions
mohak1/Locker
fablab
mohak1/machine-learning-labs
Lab assignments for 6CCS3ML1 module (non-assessed part of the course)
mohak1/TakeHomeTest
mohak1/ToDoListApp
mohak1/ZTM_DSA_course
This repository corresponds to Master the Coding Interview: Data Structures + Algorithms course