In these notebooks, I explore different machine learning concepts.
A demo of the usefulness of different kernels from the SVM's point of view. (open)
In this notebook, we create a synthetic dataset and classify that dataset using different classifiers. (open)
In this notebook, we'll explore different aspects of L1 and L2 regularization. (open)
In these notebooks, I implement different machine learning algorithms in tensorFlow.
Implementaion of Linear Regression in TensorFlow. (open)
Classify MNIST dataset in tensorFlow using logistic regression. (open)
Implementation of MLP in tensorFlow (open)
Display MLP in tensorboard (open)
In this notebook, we'll implement a CNN and display the CNN graph and parameters in tensorboard.(open)