Skip to content
View sashakttripathi's full-sized avatar
Block or Report

Block or report sashakttripathi

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
sashakttripathi/README.md

Hi there 🤖

I am a math freak who loves to play with computer algorithms 🧠

Pinned

  1. MNIST-Softmax-Classification MNIST-Softmax-Classification Public

    Image classifier which classifies MNIST database of handwritten digits 0-9 using 28x28 pixel images

    Python 2

  2. TorchNN-Transformer TorchNN-Transformer Public

    This is a transformer made from scratch using PyTorch.

    Jupyter Notebook

  3. binary_classification_nn binary_classification_nn Public

    Classify data of any given shape using 2 layer neural network

    Jupyter Notebook 1

  4. SVM-RBF-CVXOPT SVM-RBF-CVXOPT Public

    Classification of a radially seperated dataset using SVM with RBF kernel using CVXOPT

    Python 2

  5. ExMax-MixtureOfGaussians ExMax-MixtureOfGaussians Public

    Find Clusters of data using Expectation Maximization algorithm on mixture of gaussians

    Python 2

  6. SpamPredictor-NaiveBayes SpamPredictor-NaiveBayes Public

    Use Naive bayes to predict if the email/message is spam

    Python 2