Pinned Repositories
433Geek
A Website which i made using Django FrameWork Here i used Bootstrap...
AVHackathon
ball-bounce
Covid19Tracker
Get all the latest updates and details regarding Covid-19 at CovidTracker
Deep-Learning-in-Agriculture
Here,i've shown how Convolution Neural netwroks can be implemented to check whether a plant leaf is diseased or is normal,here i've use the concepts of transfer learning
ExpenseTracker
Portfolio
priceprediction
here,i've made a model which can estimate the price of a soccer player based on the attributes like vision.passing accuracy,finishing,tackling etc...
ScientificCalculator
WhatsappTextAnalysis
mv1249's Repositories
mv1249/ball-bounce
mv1249/coronasite
this is a basic website built using django framework,it gives all the details regarding the COVID-19 .
mv1249/CoronaVirusPredictor
This is a basic Supervised Machine Learning model which predicts whether the patient has tested positive/negative for Corona Virus based on parameters like whether the patient has pneumonia,hypertension or the patient was under intubation etc etc..
mv1249/IndianEducationStats
mv1249/job-predictor
this is predictor model which'll predict whether a person will stay or quit the job of a company...based on the features such as average monthly work,time spend in the company,satisfaction,last evaluation etc..
mv1249/MaskDetection
This is a simple Deeplearning model which uses Convulution Neural Network and predicts from the image whether the person is wearing a mask or not
mv1249/nn-from-scratch
Implementing a Neural Network from Scratch
mv1249/Understanding-PCA
Principal Component Analysis is One of the Most Popular Dimensionality Reduction Algorithms used in Machine Learning Which comes under Unsupervised Way of Learning. It is also Used as a way of Feature Extraction where, More Information is Extracted from all the Existing Attributes, in just some 3-4 Attributes using the Concepts of Eigen Values and Eigen Vectors.