Skip to content

JanakyMurthy/ML_DEMOS

Repository files navigation

This is a demo project to practice basic coding in context of ML. The objective of this demo project is to get quickly familiar with some useful and popular libraries.

Target libraries: numpy, pandas, matplotlib, scikit-learn

  1. Breast Cancer Detection using SVM

Target libraries: Tensorflow

  1. Fashion MNIST Classifier with neural network - A fully connected feed forward neural network implemented with TensorFlow to classify Fashion MNIST dataset. Based on the official tutorial from the Tensorflow documentation. (Results)

  2. MNIST Classifier with neural network - A Convolutional Neural Network implemented with TensorFlow to classify the MNIST dataset. (Results)

Target libraries: PyTorch

  1. A simple NN implementation in PyTorch - Generated random data points; Interestingly a neural network with 1-hidden layer is underfitting even for simple functions like y = x, y = x^2 etc... Will check on this behaviour in future.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published