1. Homepage
  2. Subject
DTS201TC Pattern Recognition - Coursework - Covid-19 CT Image Data Classification Using Principal Component Analysis
DTS201TCPattern RecognitionPCAKNNNaive Bayes ClassifierMulti-layer Perceptron
This coursework is the assessment for DTS201TC and aims to evaluate understanding of pattern representation, feature discovery and selection, foundations of pattern recognition algorithms and machines including statistical, structural and neural methods.
EF4323 Trading Room Workshop - Algorithmic Trading Project
EF4323Trading Room WorkshopAlgorithmic TradingVBAPythonETF
In this project, we simulate the algorithmic trading business model, where a small group of proprietary traders tries to attract outside institutional investment by marketing their trading strategies and performance.
CS439 Introduction to Data Science - Homework 1: MapReduce, Association Rules, Locality-Sensitive Hashing
CS439Introduction to Data ScienceMapReduceAssociation RulesLocality-Sensitive HashingJava
Write a MapReduce program in Hadoop that implements a simple “People You Might Know” social network friendship recommendation algorithm. The key idea is that if two people have a lot of mutual friends, then the system should recommend that they connect with each other.
SEHH2241 Discrete Structures 2024–2025 Semester One Individual Assignment One
SEHH2241Discrete Structures
Write a truth table for the statement below. Then, determine whether the statement is a tautology, contradiction or contingency. You are required to complete the three main connective columns of the truth table in the answer sheet.
CS 245 Advanced Programming and Data Structures - Assignment 2 - Mouse Simulation
CS245Advanced Programming and Data StructuresJavaMouse Simulation
This assignment will have you practice developing an OOP as a Java solution and have safe trip . You are to write classes that define a Mouse, Mouse.java, and a Cat, Cat.java
CS480 Operating Systems - Assignment 02 Free Response Questions
CS480Operating SystemsL1 CacheScheduler
A run-time profiling tool shows that a machine with more CPU cores often has better cache hit rate (i.e., more effective caching) than the one with less CPU cores, this is particularly true when running many applications concurrently
TCS3294 Windows Programming - Assignment: Gym Management System
TCS3294Windows ProgrammingC#SQLGym Management System
The aim of the assignment is to expose students to analyse a variety of problem solutions in terms of the design concepts and programming constructs. This assignment will allow the students to produce appropriate system development documentation with complete program using C#.NET Framework programming language and SQL Server. The students should be able to apply their knowledge and skills, creativity, and critical thinking in completing the assignment.
COMP3506/7505 - Algorithms and Data Structures - Assignment Two: Bloom Filter, Pathfinding, Chain Reaction
COMP3506COMP7505Algorithms and Data StructuresPriority QueueBloom FilterGraph
The main objective of this assignment is to extend your knowledge from assignment one to build more complex data structures and solve more complex problems
CMU 95-702 Distributed Systems for ISM - Project 2 Client-Server Computing
95702Distributed Systems for ISMJavaClient-Server ComputingTCPRPC
In Task 0, you will make several modifications to EchoServerUDP.java and EchoClientUDP.java. Note that these two programs are standard Java and we do not need to construct a web application in IntelliJ. Both of these programs will be placed in the same IntelliJ project.