Pinned Repositories
ByzantineGeneralsProblem
fairseq
Facebook AI Research Sequence-to-Sequence Toolkit written in Python.
hikushalhere.github.io
My technical musings
IsisTotalOrderMulticast
Implements the Isis Total Oder Multicast or the ABCAST protocol for total ordering.
KDDMeetupPresentation
Coding template for Logistic Regression and Gradient Descent tutorial at SIGKDD Seattle chapter's meetup. Based on Joel's Grus'sData Science from Scratch.
MovieRecommendation
Basic Movie Reccomendation using Collaborative Filtering.
ParallelQuickSort
Parallel quick sort implementations using Pthread and MPI libraries.
SimpleHTTPWebServer
Built a web server that implements HTTP 1.0 and 1.1 functionalities and supports standard browsers, e.g., Firefox, IE and Konquerer.
SimpleTCP
Built a reliable transport layer on top of an unreliable channel that was a simulated lossy network layer. The layer provides reliable, connection-oriented, in-order, full duplex end-to-end delivery mechanism.
Synt
Synt is a co-ordination system like Apache Zookeeper.
hikushalhere's Repositories
hikushalhere/ParallelQuickSort
Parallel quick sort implementations using Pthread and MPI libraries.
hikushalhere/SimpleTCP
Built a reliable transport layer on top of an unreliable channel that was a simulated lossy network layer. The layer provides reliable, connection-oriented, in-order, full duplex end-to-end delivery mechanism.
hikushalhere/Synt
Synt is a co-ordination system like Apache Zookeeper.
hikushalhere/ByzantineGeneralsProblem
hikushalhere/IsisTotalOrderMulticast
Implements the Isis Total Oder Multicast or the ABCAST protocol for total ordering.
hikushalhere/SimpleHTTPWebServer
Built a web server that implements HTTP 1.0 and 1.1 functionalities and supports standard browsers, e.g., Firefox, IE and Konquerer.
hikushalhere/fairseq
Facebook AI Research Sequence-to-Sequence Toolkit written in Python.
hikushalhere/hikushalhere.github.io
My technical musings
hikushalhere/KDDMeetupPresentation
Coding template for Logistic Regression and Gradient Descent tutorial at SIGKDD Seattle chapter's meetup. Based on Joel's Grus'sData Science from Scratch.
hikushalhere/MovieRecommendation
Basic Movie Reccomendation using Collaborative Filtering.
hikushalhere/pytorch-pretrained-BERT
A PyTorch implementation of Google AI's BERT model provided with Google's pre-trained models, examples and utilities.
hikushalhere/Questions
Set of Interview questions and answers