Pinned Repositories
Bug-Report-Classification
Casamania
A restaurant website
Coders-House
MERN Application with P2P realtime Communication
FAKE-NEWS-DETECTION
Machine learning Based Minor Project, which uses various classification Algorithms to classify the news into FAKE/REAL, on the basis of their Title and Body-Content. Data has been collected from 3 different sources and uses algorithms like Random Forest, SVM, Wordtovec and Logistic Regression. It gave 94% accuracy.
Machine-Coding
NETWORK-TOPOLOGY
NETWORK TOPOLOGY is a C++ (CODEBLOCKS) based project. It finds out the cost required to set up the network in star topology , ring topology, tree topology and shows how the computers will be connected to each other in that particular topology. C++ Graphics have been used to visualise the topology, screenshots of which have been added to the project. It uses graphs and algorithms like Prim's to find minimum spanning tree for Tree topology, Floyd warshall for Star topology, and Hamiltonian to find the Ring topology
OCT-Image-Classification-
Computer-aided diagnosis of retinopathy is a research hotspot in the field of medical image classification. Optical coherence tomography imaging (OCT) is widely applied in the diagnosis of ocular diseases including DME and AMD. Most of the earlier research work were heavily dependent on ophthalmologists and exploited their knowledge to identify features, while some of the studies made use of very structurally complicated models, and others used small datasets of 45 images only. In this study we present the solution to classify the OCT images into 4 classes CNV, DME, DRUSEN, NORMAL using baseline 3,5 and 7 layer Convolutional Neural Networks. The novelty of this study is that it does not use any pre-trained models and yet achieves desired results just by hyper-parameter tuning and some clever observations. This paper explores the journey of our research of improvement along with substantial reasons which lay the fundamentals of convolutional neural networks. The biggest risk of overfitting in deep learning where multiple layered models are trained and tested and approaches of diminishing the overfitting effect has been discussed in detail.
pizza-cart
A react app for Pizza cart system
Railway-Management
This is totally a c++ based programs based on graphs and uses Dijkstra alogorithm to find the shortest past between the stations if there exists a path between them. It also stores the info of the passenger by making her ticket and generating a PNR no. which is a combination of the name and and numbers.
weather-app
Simple Weather Application which tells weather of the queried city.
kush1912's Repositories
kush1912/FAKE-NEWS-DETECTION
Machine learning Based Minor Project, which uses various classification Algorithms to classify the news into FAKE/REAL, on the basis of their Title and Body-Content. Data has been collected from 3 different sources and uses algorithms like Random Forest, SVM, Wordtovec and Logistic Regression. It gave 94% accuracy.
kush1912/Machine-Coding
kush1912/NETWORK-TOPOLOGY
NETWORK TOPOLOGY is a C++ (CODEBLOCKS) based project. It finds out the cost required to set up the network in star topology , ring topology, tree topology and shows how the computers will be connected to each other in that particular topology. C++ Graphics have been used to visualise the topology, screenshots of which have been added to the project. It uses graphs and algorithms like Prim's to find minimum spanning tree for Tree topology, Floyd warshall for Star topology, and Hamiltonian to find the Ring topology
kush1912/OCT-Image-Classification-
Computer-aided diagnosis of retinopathy is a research hotspot in the field of medical image classification. Optical coherence tomography imaging (OCT) is widely applied in the diagnosis of ocular diseases including DME and AMD. Most of the earlier research work were heavily dependent on ophthalmologists and exploited their knowledge to identify features, while some of the studies made use of very structurally complicated models, and others used small datasets of 45 images only. In this study we present the solution to classify the OCT images into 4 classes CNV, DME, DRUSEN, NORMAL using baseline 3,5 and 7 layer Convolutional Neural Networks. The novelty of this study is that it does not use any pre-trained models and yet achieves desired results just by hyper-parameter tuning and some clever observations. This paper explores the journey of our research of improvement along with substantial reasons which lay the fundamentals of convolutional neural networks. The biggest risk of overfitting in deep learning where multiple layered models are trained and tested and approaches of diminishing the overfitting effect has been discussed in detail.
kush1912/Bug-Report-Classification
kush1912/Railway-Management
This is totally a c++ based programs based on graphs and uses Dijkstra alogorithm to find the shortest past between the stations if there exists a path between them. It also stores the info of the passenger by making her ticket and generating a PNR no. which is a combination of the name and and numbers.
kush1912/Casamania
A restaurant website
kush1912/Coders-House
MERN Application with P2P realtime Communication
kush1912/pizza-cart
A react app for Pizza cart system
kush1912/weather-app
Simple Weather Application which tells weather of the queried city.
kush1912/calendar-management
This is a calendar management project programmed in c language(turbo c). Graphics have been used to make it more attractive fo the user. It has a basic login system and then allos you to manage the events, plan them according to your conveneince. Inspired from google calendar
kush1912/cplusplus-datastructures-algorithms-coding-blocks
Coding Blocks | Data Structures & Algorithms Online Track
kush1912/CPP-Codes
This repo contains template of CPP difficult codes
kush1912/CtCI-6th-Edition-cpp
Cracking the Coding Interview 6th Ed. C++ Solutions
kush1912/Data-Structures-and-Algorithms-in-C-
kush1912/Electron
kush1912/Facial-Emotion-Recognition
kush1912/Health
kush1912/Java-GLP
kush1912/JQuery-Practice
This repository contains small programs of Javascript and JQuery which has been done by me while learning.
kush1912/kush1912
kush1912/kush1912.github.io
kush1912/Neural-Networks
This repository consists of all the assignments i have done as a part of the neural networks lab which was a part of my curriculum.
kush1912/Phocket---ML-Internship
This repository consists of machine Learning models, deep learning models and some NLP tasks such as Topic Modelling, Sequence generation, Sentiment analysis, Recommendation System
kush1912/Text-Classification
This is one of the Projects which was done in interest to learn the difference between the different classification algorithm and derive a solid conclusion from that. It scrap sthe data from youtube and related to six different classes and then by using different classification algorithm it classifies them.
kush1912/The-Pizza-Pro
kush1912/Wassup
Real Time Chat Application
kush1912/We-Care---Angular-NodeJs
An application which uses Angular as front-end and Nodejs as Backend
kush1912/web-development-roadmap-2021