1. Homepage
  2. Category
MCEL30032 Managing Finance for Computer Science Semester Two 2024-2025 Adding Value Assignment
MCEL30032Managing Finance for Computer Science
In this assignment you will analyse a company of your choice. The company ideally would be relevant to your subject expertise (but this is not compulsory, you can choose anything within reason) - it’s more important that you work on something you are interested in!
COMP4436 Artificial Intelligence of Things - AIoT Assignment - Comparative Analysis of ML, DL and SNN Applications lgorithms in AIoT
HK PolyUCOMP4436Artificial Intelligence of ThingsComparative AnalysisSNN
The goal of this assignment is to implement and compare the performance of various machine learning (ML) and deep learning (DL) algorithms, including a spiking neural network (SNN), in the context of an Artificial Intelligence of Things (AIoT) application.
ECS 034: Software Development in UNIX & C++ - Project 2: CDSVReader and CDSVWriter
ECS 034ECS34Software Development in UNIX & C++C++CDSVReaderCDSVWriter
You will be implementing and documenting several C++ classes to generate and parse both delimiter-separated-value (DSV) and XML files. To guide your development and to provide exposure to Test Driven Development, you will be developing GoogleTest tests to test your classes.
EECS 183 Elementary Programming Concepts - Project 2: Rock-Paper-Scissors
EECS183Elementary Programming ConceptsC++Rock-Paper-Scissors
In this project, you will be implementing a rock-paper-scissors game! Rock-paper-scissors is a hand game played between two people, in which each player simultaneously forms one of three shapes with an outstretched hand. These shapes are “rock” (a simple fist), “paper” (a flat hand), and “scissors” (a fist with the index and middle fingers extended, forming a V).
EECS 183 Elementary Programming Concepts - Project 1: Focaccia Bread
EECS183Elementary Programming ConceptsC++Focaccia Bread
In this project, you will write a program to help you purchase the correct amount of ingredients to make focaccia bread for a party.
CS1026A Computer Science Fundamentals I - Assignment 3: YouTube Emotions
CS1026AComputer Science Fundamentals IPythonYouTube Emotions
Our goal in this assignment is to use a simplified version of the NRC Emotion Lexicon to classify YouTube comments based on one of the following emotions anger, joy, fear, trust, sadness, or anticipation. Based on the emotion contained in each comment for a particular video we then want to generate a report that details the most common emotions YouTube users have towards that video based on their comments.
ITD103 IT Systems Design - Assessment Task 3 - Design Challenge 2
ITD103IT Systems DesignUMLRequirements DeterminationFMCUse Case Diagram
This is a case-based assessment. Most of the tasks need to be completed based on the IT cases that have been provided in this document. We also have provided templates for your answers (available on Canvas). This assessment focuses on the analysis and design of the structure of an information system.
CS1315 Computer Programming Assignment One - Cheapest Payment
CS1315Computer ProgrammingC++
Your task is to find out the cheapest payment amount given the corresponding prices, discount settings and headcounts. The numbers are always in the valid range stated in page 1 (no checking is needed) but the numbers are not necessarily realistic
FIT5145: Foundations of Data Science Assignment 4: Shell Commands, Data Collection, Exploratory Data Analysis and Predictive Data Analysis
FIT5145Foundations of Data ScienceRData Analysis
In this task, you are required to explore and wrangle the data in the file “covid19-cable-broadcast.csv”, which contains transcript paragraphs that were collected from various programs aired in 2020 on cable and broadcast news networks, e.g., World News Tonight on ABC and Anderson Cooper 360 Degrees on CNN.
CSC3100 Data Structures Fall 2024 Programming - Assignment 2: Queue and Time Complexity
CSC3100Data StructuresQueueTime ComplexityJavaC++
Given an n-length list, the value ai in the list satisfies that ai ∈ {1, ..., n} and i = 1, ..., n. Then, numbering each element ai in the list as bi, bi = i. Please find the minimum number of elements that should be deleted so that the list of remaining elements has the same elements as the list of their corresponding numbers.