CUDA 代写

COM4521 COM6521 GPU Assignment

COM4521/COM6521 Parallel Computing with Graphical Processing Units (GPUs) COM4521/COM6521 Parallel Computing with Graphical Processing Units (GPUs) Assignment (80% of module mark) Deadline: 5pm Friday 17th May (Week 12) Starting Code: Download Here Document Changes Any corrections or changes to this document will be noted here and an update will be sent out via the course’s …

COM4521 COM6521 GPU Assignment Read More »

CSC4005 2023Fall project2

Project 2: Efficient Dense Matrix Multiplication This project weights 12.5% for your final grade (4 Projects for 50%) Release Date: October 11th£¬2023 (Beijing Time, UTC+08:00) Deadline: 11:59 P.M., October 27th, 2023 (Beijing Time, UTC+08:00) TA In Charge of This Assignment Mr. Yang Yufan for Parallel Program Implementation Mr. Liu Yuxuan for Profiling Prologue For the …

CSC4005 2023Fall project2 Read More »

CSC3185: Introduction to Multimedia Systems, CUHKSZ

Project 1: Embarrassingly Parallel Programming This project weights 12.5% for your final grade (4 Projects for 50%) Release Date: September 22nd, 2023 (Beijing Time, UTC+8) Deadline (Submit on BlackBoard): 11:59 P.M., October 10th, 2023 (Beijing Time, UTC+8) As the first programming project, students are required to solve embarrassingly parallel problem with six different parallel programming …

CSC3185: Introduction to Multimedia Systems, CUHKSZ Read More »

Homework 4

Homework 4 starter code dense data In this homework, we will implement an object detector from scratch. This assignment should be solved individually. No collaboration, sharing of solutions, or exchange of models is allowed. Please, do not directly copy existing code from anywhere other than your previous solutions, or the previous master solution. We will …

Homework 4 Read More »

Homework 3

Homework 3 starter code data dense data In this homework, we will use all the trick at our disposal to tune a classification network on supertux. We then make this classification network fully convolutional and solve a semantic labeling task (labeling every pixel in the image). This assignment should be solved individually. No collaboration, sharing …

Homework 3 Read More »

Homework 5

Homework 5 starter code In this homework, we will train a CNN to do vision-based driving in SuperTuxKart. This assignment should be solved individually. No collaboration, sharing of solutions, or exchange of models is allowed. Please, do not directly copy existing code from anywhere other than your previous solutions, or the previous master solution. We …

Homework 5 Read More »

extra

Extra credit homework starter code In this homework, you will work with character-level language models. These models take as input a sequence of characters and predict the next character. You will first implement functionalities for an abstract language model, then build a new Temporal Convolutional Network (TCN). This assignment should be solved individually. No collaboration, …

extra Read More »

DL Homework 2

Homework 2 starter code data In this homework, we will train a convolutional network to classify images from SuperTuxKart. This assignment should be solved individually. No collaboration, sharing of solutions, or exchange of models is allowed. Please, do not directly copy existing code from anywhere other than your previous solutions, or the previous master solution. …

DL Homework 2 Read More »