This repository contains well formatted code for implementation of various Machine learning & Deep Learning algorithms. Please feel free to contribute or report any bug/error in this repo. I'll be happy to accept your PR's.
File formats : .ipynb, .py
PS : use below index to jump on any particular topic.
Machine Learning Algorithms
Linear Regression
KNN Regression
KNN Classifier
Logistic Regression (binary & multiclass)
Decision Tree
SVM
Kmeans clustering (includes forge/random/kmeans++ initialisation)
Deep Learning Algorithms & Neural Networks
Artificial Neural Networks (ANN)
Convolutional Neural Networks
Image classification
Autoencoders
Edge Detection using CNN from scratch
Natural Language Preprocessing
Sentimental Analysis
Siamese Network
Basics of Numpy
Basics of Pandas
Basics of Seaborn
Pandas vs SQL
Data Analysis on WHO's suicidal dataset
Web Scrapping using BeautifulSoup
Following list contains some basic & advance ML based projects that I have created during my learning phase.
Handwritten Digits Recognition (MNIST Dataset)
OCR using Tesseract api
Frontal face detection using haarcascade.xml
Cat vs Dog Classifier
Credit card Fraud Detection using Isolation Forest
Chest X-Ray Image Classification for Pneumonia diagnosis
RBC Image Classification using Deep CNN
Movie Reviews Sentiment Analyzer using ANN implemented from scratch
English to French Translation
Filling missing parts of Image using Image Inpainting through GAN and Context Encoders (will be uploaded soon)