Aditya Jain

Results 5 repositories owned by Aditya Jain

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

29
Stars
20
Forks
Watchers

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

36
Stars
18
Forks
Watchers

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

19
Stars
6
Forks
Watchers

Library for machine learning where all algorithms are implemented from scratch. Used only numpy.

SVM-From-Scratch

47
Stars
41
Forks
Watchers

An Implementation of SVM - Support Vector Machines using Linear Kernel. This is just for understanding of SVM and its algorithm.