TulsiJain
Working on OpenZFS as SWE Intern at Delphix, Graduate Student, Computer Science at New York University
TulsiJain's Stars
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
pytorch/pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
wasabeef/awesome-android-ui
A curated list of awesome Android UI/UX libraries
checkcheckzz/system-design-interview
System design interview for IT companies
nickbutcher/plaid
An Android app which provides design news & inspiration as well as being an example of implementing material design.
JStumpp/awesome-android
A curated list of awesome Android packages and resources.
openzfs/zfs
OpenZFS on Linux and FreeBSD
RedditSota/state-of-the-art-result-for-machine-learning-problems
This repository provides state of the art (SoTA) results for all machine learning problems. We do our best to keep this repository up to date. If you do find a problem's SoTA result is out of date or missing, please raise this as an issue or submit Google form (with this information: research paper name, dataset, metric, source code and year). We will fix it immediately.
amlcurran/ShowcaseView
[Archived] Highlight the best bits of your app to users quickly, simply, and cool...ly
aryarohit07/PicassoFaceDetectionTransformation
A memory efficient Android image transformation library providing cropping above Face Detection (Face Centering) for Picasso.
bamos/densenet.pytorch
A PyTorch implementation of DenseNet.
rdevon/DIM
Deep InfoMax (DIM), or "Learning Deep Representations by Mutual Information Estimation and Maximization"
chingyaoc/awesome-vqa
Visual Q&A reading list
sksq96/pytorch-vae
A CNN Variational Autoencoder (CNN-VAE) implemented in PyTorch
dracula/terminal-app
🧛🏻♂️ Dark theme for Terminal.app
imran3180/depth-map-prediction
Pytorch Implementation of Depth Map Prediction from a Single Image using a Multi-Scale Deep Network
zlpure/CS234
My Solution to Assignments of CS234
ananyahjha93/cycle-consistent-vae
This repository contains the code for the paper: Disentangling Factors of Variation with Cycle-Consistent Variational Auto-encoders (https://arxiv.org/abs/1804.10469), which was accepted at ECCV 2018.
ananyahjha93/multi-level-vae
This repository contains a pytorch implementation for the paper: Multi-Level Variational Autoencoder (https://arxiv.org/abs/1705.08841), which was accepted at AAAI-18.
imran3180/pytorch-nli
pytorch implementation of various models for snli and mnli task
ananyahjha93/disentangling-factors-of-variation-using-adversarial-training
This repository contains a pytorch implementation for the paper: Disentangling factors of variation in deep representations using adversarial training (https://arxiv.org/abs/1611.03383), which was accepted at NIPS 2016.
DikshaMeghwal/unet-depth-prediction
predicting depth from single rgb images using u-net architecture
ahrens/zfsondisk
OpenZFS on disk format specification
ahrens/zfs
ZFS on Linux - the official OpenZFS implementation for Linux.
ananyahjha93/challenges-in-disentangling
This repository contains a pytorch implementation for the paper: Challenges in Disentangling Independent Factors of Variation (https://arxiv.org/abs/1711.02245), which was accepted at ICLR 2018's workshop track.
imran3180/SSL-Image-Classification
Semi supervised learning methods for solving the image classification problem on large scale
sksq96/curiosity-is-all-you-need
PyTorch implementation of Curiosity Is All You Need