Skip to content
View vighneshck's full-sized avatar
🐪
🐪

Block or report vighneshck

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. Shared-Distributed-Whiteboard Shared-Distributed-Whiteboard Public

    Forked from yazadjd/Shared-Distributed-Whiteboard

    Implemented a shared whiteboard that allows multiple users to concurrently draw (using freehand, shapes and even text) on a canvas, and also communicate with each other using a group chat feature.

    Java

  2. E-mail-Author-Identification E-mail-Author-Identification Public

    Implemented a model, using a Hierarchical-LSTM based approach combined with stylometric features, that identifies authors of e-mails taken from the famous ENRON dataset.

    Python 1 2

  3. Multi-threaded-Dictionary-Server Multi-threaded-Dictionary-Server Public

    Using client-server architecture, implemented a multi-threaded server that allows concurrent clients to query the meaning(s) of an existing word, add a new word and its meaning, as well as delete a…

    Java

  4. Mini-Word2Vec Mini-Word2Vec Public

    Implemented (using the PyTorch framework) both the Skip-Gram and the Continuous Bag of Words (CBOW) models commonly used in Word2Vec.

    Python

  5. Network-Link-Prediction Network-Link-Prediction Public

    Performed experiments using an ensemble of machine learning (ML) models, including node2vec, for the task of network link prediction in an academic setting.

    Jupyter Notebook 1