Aditya Jain
Aditya Jain
Reinforcement-Learning-Coursera-Solutions
This is repository to maintain all solutions of Reinforcement learning course on coursera by University of Alberta and Alberta Machine Learning Institute.
brain-tumor-segmentation-unet
Implementation of U-Net from paper "U-Net: Convolutional Networks for Biomedical Image Segmentation" to segment tumor in given MRI images.
Face-Recognition-Siamese-Network
A Face Recognition Siamese Network implemented using Keras. Siamese Network is used for one shot learning which do not require extensive training samples for image recognition.
MLfromScratch
Library for machine learning where all algorithms are implemented from scratch. Used only numpy.
SVM-From-Scratch
An Implementation of SVM - Support Vector Machines using Linear Kernel. This is just for understanding of SVM and its algorithm.