Skip to content
View ishitatrivedi's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report ishitatrivedi

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. Twitter-Clone Twitter-Clone Public

    Implemented a Twitter-like engine with the basic functionalities of twitter like register account, send tweets, subscription to tweets, query, search tweets, connection, and disconnection of users …

    F#

  2. Convolutional-Neural-Network Convolutional-Neural-Network Public

    This project focused on categorization of handwritten symbols using the convolution neural network (CNN),on a self-curated dataset of 23502 symbol samples of various sorts.

    Python

  3. Peer-to-Peer-file-sharing Peer-to-Peer-file-sharing Public

    Implemented a simplified version of the BitTorrent with file sharing, chocking and unchoking mechanisms.

    Java

  4. BitcoinMiner BitcoinMiner Public

    Built a bitcoin miner where multiple users did the job of converting random strings into their corresponding SHA-256 hash and mined coins with the highest leading zeros.

    F# 1

  5. Machine-Learning Machine-Learning Public

    Projects related to the course: Foundations of Machine Learning

    Python

  6. BPlus-Tree BPlus-Tree Public

    Developed and tested a small degree B+ tree in C++ for information storage and retrieval used for internal-memory dictionaries with operations like insert, search, delete, etc.

    C++