Dushyant Panchal's repositories
BTC-Price-Prediction-ML-Project
This project focuses on predicting the prices of Bitcoins, the most in-demand cryptocurrency of today's world.
Arduino-Based-Quadcopter-Drone
Arduino based firmware for flight control of a quadcopter drone
Network-Security-Projects
A few projects, done as part of the course work for Network Security, IIIT-D.
LinuxShell
Simple implementation of a basic linux shell in C, capable of handling any executable binary (need to give the absolute path), pipes, I/O redirections, as given in the ReadMe file.
Computer-Vision-Projects
Mini projects written as part of assignments and home works during the course Computer Vision at IIIT-D
Digital-Image-Processing
A few projects, done as part of the course work for Digital Image Processing, IIIT-D.
DSA
My implementation of standard Data structures and Algos in python and C++
File-Transfer-Over-TCP-Socket
A simple C code for file transfer over TCP socket connection between client and server
Gaussian-Naive-Bayes-Implementation-ML-Assignment
Gaussian Naive Bayes Basic Implementation In Python. Kindly refer to the PDF report for in depth discussion.
Linear-and-Logistic-Regression-Implementation-ML-Assignment
Linear and Logistic Regression Basic Implementation In Python. Kindly refer to the PDF report for in depth discussion.
Naive-Bayes-Classifier
Implementing naive bayes classification on 5 different datasets and evaluating using cross one out validation in an efficient manner. ( Testing is O(n^2))
Neural-Network-Implementation-ML-Assignment
Neural Networks Basic Implementation In Python. Kindly refer to the PDF report for in depth discussion.
NS3-Simulation-Assignment
NS3 simulation for an arbitrary network topology designed as a part of a computer networking course assignment.
Regression-to-Predict-Impact-Factor
Determining the best set of attributes to predict impact factor
Self-Balance-Table
An arduino driven table capable of balancing itself on two wheels connected to dc motors, using simple PID algorithm on gyroscope data.