Skip to content
View suki-sahota's full-sized avatar
😀
I'd rather be present right now
😀
I'd rather be present right now

Block or report suki-sahota

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 Loading

  1. RoBERTa-large-mnli_Classifier RoBERTa-large-mnli_Classifier Public

    Uses huggingface library to implement a precondition inference. It is a deep learning model (RoBERTa-large-mnli model).

    Jupyter Notebook

  2. LSTM_Classification LSTM_Classification Public

    A deep learning text classification model based on ciphertext. It uses Word2Vec (Skip-gram) and RNNs (LSTM) for binary classification.

    Jupyter Notebook

  3. Token_Bucket_Filter Token_Bucket_Filter Public

    The Linux kernel's network stack provides advanced network traffic controls. This repository emulates a classless qdisc (token bucket filter) to "shape" network traffic.

    C

  4. Sequence_Alignment Sequence_Alignment Public

    Aligns two strings optimally as to minimize the cost of alignment. This algorithm has applications in aligning DNA, RNA, or protein.

    Java 1 1

  5. Hidden_Markov_Model_Tagger Hidden_Markov_Model_Tagger Public

    A part of speech tagger that uses a hidden markov machine learning model to identify parts of speech from foreign languages.

    Python

  6. Naive_Bayes_Classifier Naive_Bayes_Classifier Public

    Implements a naive bayes machine learning model from scratch to classify hotel reviews as either truthful, deceptive, negative, or positive.

    Python