Skip to content
View sayan-dey's full-sized avatar

Organizations

@IITH-Compilers

Block or report sayan-dey

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. Image-Classifier Image-Classifier Public

    Multiclass Logistic Regression designed from scratch to classify images representing Sign Language digits.

    Jupyter Notebook

  2. SGD-update-rules-and-CNN-Visualization SGD-update-rules-and-CNN-Visualization Public

    Implemented Variants of Backprop for visualizing CNNs and SGD Update rule variations

    Jupyter Notebook

  3. Peer-to-Peer-Group-Based-File-Sharing-System Peer-to-Peer-Group-Based-File-Sharing-System Public

    Built a group-based file sharing system where users can share, download files from the group they belong to. Download was made parallel with multiple pieces from multiple peers.

    C++

  4. File-Explorer File-Explorer Public

    Built a fully functional File Explorer Application, albeit with a restricted feature set.

    C++

  5. End-to-End-Messaging-System End-to-End-Messaging-System Public

    Design of an end to end messaging system like WhatsApp.

    Python 1

  6. Mini-SQL-Engine Mini-SQL-Engine Public

    Developed a mini sql engine which will run a subset of SQL queries using command line interface.

    Python