Pinned Repositories
759-2022
ATOMO
Atomo: Communication-efficient Learning via Atomic Sparsification
Bamboo-Public
Chat-Room
This Android appication is a WhatsApp clone that supports group chat and user registration. Implemented saving and retrieving messages with Firebase that allows all messages to be instantly retrievable from all devices.
cs524-final
Graphics-Town
This web application implements a 3D dynamic town using Three.js, where users can drive cars, ride on a train, fly a helicopter and ride amusement park attractions. This is the final project for the Computer Graphics class.
Mini-Replicated-Block-Storage-System
This project implements a primary-backup replicated block storage system. We design and implement a mechanism to keep the data synchronized between primary and backup node. We also use this mechanism to deal with the case that only one of the two nodes will crash at a time.
Multi-Level-Feedback-Queue-Scheduler
This is an MLFQ scheduler with four priority queues build with C. The scheduling method in each of these queues is round-robin, except the bottom queue which was implemented as FIFO.
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.
Superglue-with-Physarum-Dynamics
This repository contains the implementation of SuperGlue with Physarum Dynamics LP solver. Physarum Dynamics is a very efficient differentiable solver for general linear programming problems.
yingxin-jia's Repositories
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.
yingxin-jia/Superglue-with-Physarum-Dynamics
This repository contains the implementation of SuperGlue with Physarum Dynamics LP solver. Physarum Dynamics is a very efficient differentiable solver for general linear programming problems.
yingxin-jia/Graphics-Town
This web application implements a 3D dynamic town using Three.js, where users can drive cars, ride on a train, fly a helicopter and ride amusement park attractions. This is the final project for the Computer Graphics class.
yingxin-jia/md5-cracker
yingxin-jia/759-2022
yingxin-jia/ATOMO
Atomo: Communication-efficient Learning via Atomic Sparsification
yingxin-jia/Bamboo-Public
yingxin-jia/Chat-Room
This Android appication is a WhatsApp clone that supports group chat and user registration. Implemented saving and retrieving messages with Firebase that allows all messages to be instantly retrievable from all devices.
yingxin-jia/cs524-final
yingxin-jia/Mini-Replicated-Block-Storage-System
This project implements a primary-backup replicated block storage system. We design and implement a mechanism to keep the data synchronized between primary and backup node. We also use this mechanism to deal with the case that only one of the two nodes will crash at a time.
yingxin-jia/Multi-Level-Feedback-Queue-Scheduler
This is an MLFQ scheduler with four priority queues build with C. The scheduling method in each of these queues is round-robin, except the bottom queue which was implemented as FIFO.
yingxin-jia/CS640
CS640 Networks
yingxin-jia/cs739-p1
Project P1 from CS 739
yingxin-jia/cs739p2
Simple version of a distributed file system with AFS like semantics
yingxin-jia/Dataproofer
A proofreader for your data
yingxin-jia/Distributed_FileSystem_CS739
Simple Distributed File System similar to AFS (Andrew File System)
yingxin-jia/Food-Query-and-Meal-Analysis
This desktop application supports food lists operations and filtering rules which gives users nutrition analysis.
yingxin-jia/GemFilter
yingxin-jia/Generate-Read-TFRecords
Templates for transfering dataset images to TFRecords for running tensorflow code. Template for checking TFRecords contents.
yingxin-jia/heatherjiazg.github.io
yingxin-jia/MLOS
MLOS is a Data Science powered infrastructure and methodology to democratize and automate Performance Engineering. MLOS enables continuous, instance-based, robust, and trackable systems optimization.
yingxin-jia/ocean-data-qc
Tool for 1st Quality Control on Hydrographic Cruise Data.
yingxin-jia/PlantCare-Hackathon-MinneHack
This web application promotes sustainable farming by giving users accurate irrigation suggestions, considering weather forecast, evaporation rate, growth cycle of the crop and expert advice.
yingxin-jia/Simple-Unix-Shell
This is a command line interpreter (CLI). When a command accepted (in response to its prompt), the shell creates a child process that executes the command just entered and then prompts for more user input when it has finished.
yingxin-jia/SRGAN
yingxin-jia/SRGan-pytorch
This repo includes PyTorch code for running the SRGan.
yingxin-jia/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
yingxin-jia/xv6-Memory-Allocation
Alleviate the impact of a malicious process of allocating pages from different processes so that they are not physically adjacent. Implemented a routine to allow a user to gather statistics about your memory system and test your implementation.