yingxin-jia's Stars
papers-we-love/papers-we-love
Papers from the computer science community to read and discuss.
GokuMohandas/Made-With-ML
Learn how to design, develop, deploy and iterate on production-grade ML applications.
postgres/postgres
Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch
apple/foundationdb
FoundationDB - the open source, distributed, transactional key-value store
google-deepmind/deepmind-research
This repository contains implementations and illustrative code to accompany DeepMind publications
SimplifyJobs/New-Grad-Positions
A collection of full time roles in SWE, Quant, and PM for new grads.
microsoft/hummingbird
Hummingbird compiles trained ML models into tensor computation for faster inference.
wuduhren/leetcode-python
Leetcode Python Solution and Explanation. Also a Guide to Prepare for Software Engineer Interview.
cmu-db/ottertune
The automatic DBMS configuration tool
adventuresinML/adventures-in-ml-code
This repository holds all the code for the site http://www.adventuresinmachinelearning.com
yjn870/SRCNN-pytorch
PyTorch implementation of Image Super-Resolution Using Deep Convolutional Networks (ECCV 2014)
yingxin-jia/SuperGlue-pytorch
[SuperGlue: Learning Feature Matching with Graph Neural Networks] This repo includes PyTorch code for training the SuperGlue matching network on top of SIFT keypoints and descriptors.
peci1/nvidia-htop
A tool for enriching the output of nvidia-smi.
oltpbenchmark/oltpbench
Database Benchmarking Framework
datatechnology/cornerstone
C++ implementation of raft consensus
zjhthu/OANet
Implementation of ICCV19 Paper "Learning Two-View Correspondences and Geometry Using Order-Aware Network"
zxjcarrot/raftcore
A raft consensus protocol implementation in C++.
microsoft/MLOS
MLOS is a project to enable autotuning for systems.
ZENGXH/DMM_Net
Differentiable Mask-Matching Network for Video Object Segmentation (ICCV 2019)
ekapope/Combine-CSV-files-in-the-folder
Tiny script to automate everyday task
mitdbg/deneva
Deneva is a distributed in-memory database framework that supports the evaluation of various concurrency control algorithms.
YeongHyeon/Super-Resolution_CNN-PyTorch
Implementation of 'Image Super-Resolution using Deep Convolutional Network'
rotaki/tpcc-runner
An implementation of various in-memory concurrency control protocols
dengoswei/d-raft
ScarletGuo/Bamboo-Public
skyf0cker/SRCNN_TORCH
SRCNN's Pytorch implementation
aljosaosep/4DGVT
Contains 4DGVT code
andrewjdawson2016/Simple-DB
Final database class project. Built simple DBMS. Supports insert, delete, joins and aggregations. Supports ACID properties. Uses in memory cache for performance. Uses write ahead log to support crash recovery.
ShawnZhong/CS759-Spring-2020-Final-Project
Optimizing Einstein Sum Implementation in PyTorch with Specialization, Path Searching, and GPU-Native Contraction
xcming/SRCNN-PyTorch