Skip to content
View VassTs's full-sized avatar

Block or report VassTs

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. vamana-knn vamana-knn Public

    Forked from sulpap/Project-KNN

    🚀 Vamana-based approximate k-nearest neighbor search with filtered extensions. Implements SIGMOD 2023 contest specifications with performance optimizations.

    C++

  2. sentiment-classifiers-twitter sentiment-classifiers-twitter Public

    🐦 End-to-end Twitter sentiment analysis pipeline comparing Logistic Regression (TF‑IDF), a PyTorch NN with GloVe embeddings, and fine-tuned BERT & DistilBERT models.

    Jupyter Notebook

  3. amazon-ecommerce-data-mining amazon-ecommerce-data-mining Public

    🛒 End-to-end data mining of Amazon reviews (2023) using clustering and sentiment analysis. Features rigorous preprocessing, EDA, and ML workflows to extract e-commerce insights.

    Jupyter Notebook

  4. heapfile-hashing-mergesort heapfile-hashing-mergesort Public

    💾 Implementation of heap file storage, extendible hashing index, and external merge-sort for DB systems.

    C