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

Block or report subramario

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

Pinned

  1. Fashion_MNIST_Classification Fashion_MNIST_Classification Public

    Machine learning project exploring Convolutional Neural Networks (CNN) for classification of clothing items from the fashion variant of the famous MNIST dataset

    Jupyter Notebook

  2. Climate_Fever_NLP Climate_Fever_NLP Public

    This machine learning project explores developing a Word2Vec model for NLP of claims and evidences found in the Climate Fever dataset from the Hugging Face AI community. Spatial relationships in th…

    Jupyter Notebook

  3. Kohonen-Self-Organizing-Map Kohonen-Self-Organizing-Map Public

    Machine learning project exploring unsupervised learning. Implemented Kohonen Self Organizing Map (KSOM) that clusters an input set of colors based on their features over a 100x100 grid of neurons.

    Jupyter Notebook

  4. Interprocess_Communication_Driver Interprocess_Communication_Driver Public

    An IPC driver that forks multiple processes and implements piping between them to produce a series of random undirected graphs

    C++

  5. Vertex_Cover_Analysis Vertex_Cover_Analysis Public

    Analyzed algorithmic efficiency of three approaches to solving the minimum vertex cover for undirected graphs of various sizes.

    C++

  6. Blackjack Blackjack Public

    Simple OOP Blackjack game developed using Python

    Python