# Sunrise-DL-NCEPU **Repository Path**: Zhenhao-Huang/Sunrise-DL-NCEPU ## Basic Information - **Project Name**: Sunrise-DL-NCEPU - **Description**: 华北电力大学 Sunrise实验室。 - **Primary Language**: Python - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-25 - **Last Updated**: 2023-02-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Sunrise-DL-NCEPU Institution: Sunrise Lab. **North China Electric Power University**. Deep Learning Repository for study. - [Sunrise-DL-NCEPU](#sunrise-dl-ncepu) - [Introduction](#introduction) - [Get Started](#get-started) ## Introduction 1. [Image Classification](./CV/image_classification/) 2. [Image segmentation](./CV/image_segmentation/) 3. [Object Detection](./object_detection/) 4. [Graph Neural Networks](./GNNs/) 1. [GCN](./GNNs/models/gcn.py) 2. [GAT](./GNNs/models/gat.py) 5. [Graph Structure Learning](./GSL/) 1. [SUBLIME](./GSL/SUBLIME) ## Get Started ```bash git clone https://github.com/H-Joker/Sunrise-DL-NCEPU.git cd Sunrise-DL-NCEPU ``` ```bash conda create -n dl python=3.9.0 conda activate dl pip install -r requirements.txt ```