Skip to content
View rishabkr's full-sized avatar
Block or Report

Block or report rishabkr

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

  1. Attention-Is-All-You-Need-Explained-PyTorch Attention-Is-All-You-Need-Explained-PyTorch Public

    A paper implementation and tutorial from scratch combining various great resources for implementing Transformers discussesd in Attention in All You Need Paper for the task of German to English Tran…

    Jupyter Notebook 10 4

  2. Pix2Pix_GAN_Image_Translation Pix2Pix_GAN_Image_Translation Public

    An implemenation of Pix2Pix GAN for google satellite images to street view translation

    Python 3

  3. Wikipedia-Search-Engine Wikipedia-Search-Engine Public

    A locally scalable index based search Engine for Wikipedia XML dump with result retrieval latency of 1-5 milliseconds.

    Jupyter Notebook 1

  4. Chord-Distributed-Hash-Table Chord-Distributed-Hash-Table Public

    Implementation of Chord(in C++)A fundamental problem that confronts peer-to-peer applications is the efficient location of the node that stores a desired data item. Chord is a distributed lookup pr…

    C++ 1

  5. ML_algos_from_scratch ML_algos_from_scratch Public

    A collection of various machine learning algorithms written from scratch for classification,regression and clustering and dimensionality reductions

    Jupyter Notebook 3 2

  6. Posix-Shell-in-c- Posix-Shell-in-c- Public

    A Linux Like posix shell implemented in C using multithreading concepts with support and exectuion for various commands,creating foreground and background processes and input output redirection usi…

    C 1