Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.02 KB

README.md

File metadata and controls

20 lines (14 loc) · 1.02 KB

DLSys-Fall-2022-Report

Deep Learning Systems Fianl Project

Final project for the Deep Learning Systems course (10-714) at CMU, Fall 2022.

Team Members

Project Brief

We extend the needle library by adding sparse matrices and related operations and autodiff. It supports both CPU and CUDA backends. On top of that, we build the Graph Convolutional Network and the Graph Attention Network. We train and compare these two networks and a baseline fully-connected network on the Cora dataset, and show that graph networks can achieve higher accuracy without too much performance cost.

Source Code Repository

Source code is available in MashPlant/dlsys-proj Please request access to MashPlant (Chenhao Li)

Project Docs