COMP 1405 /1005 (Fall 2022 ) âËâ "Introduction to Computer Science I" Specification for Assignment 06 Your submission for this assignment must include your full name and you r nine -digit student number as a comment at the top of the source file you submit . All source code files must be written using the Python 3 programming language . Submissions that crash (i.e., t...
The Design of the InfrastructureAn overview of the business People in the society have become increasingly aware of the advantages of stock exchange. This knowledge has led to the rise in the degree of public involvement of stock business, causing the rise in stock return, volume of sales, increased threats, and risk with reported incidents of losses in monetary value, time and information among other resources, and the environmental destruct...
1 DSCI 303 â Project 04 Instructions Background In this project, we will be working with the Diamonds dataset. Th is dataset contains information about several thousand diamonds sold in the United States. Each diamond in the dataset has 10 attributes recorded for it, but we will only be interested in the following 5 attributes: ⢠price - The sale s price of the diamond, i n US Dol...
Tasks:This assignment contributes 40% of your final grade.Submission is to the assignment submission TurnitinUK link in the assessments section for this module. Please note – If necessary, we will arrange 10-minute vivas (verbal exchanges) with each of you (using Google Hangout or Skype for distance students). During this we may ask about anything to do with either of the two assignments (and therefore the course content). This is to en...
Section A: Coursework Brief and RequirementsThis individual coursework is intended to allow you to demonstrate your ability to design and build predictive systems. You are expected to use methods that are presented in the first 5 weeks of the module. You should produce a Jupyter Notebook that performs the required analysis in a series of cells. The project should be based on the layout/format/style of the Jupyter Notebook for Chapter 2 of Ha...
Brief Task DescriptionYou must design and implement a system to track vehicles entering and exiting a car park, calculating parking charges if required, storing the details to file and allowing functionality to produce a report for a given date with a list of number plates, enter/exit times and parking price.You should consider carefully which data structure to use for the various parts of the system. During the design phase, you should analy...
This assignment consists of two parts. You should prepare your answers electronically, in a Word document or pdf file. Where mathematical formulas, diagrams etc are needed you can use handwriting and insert them into the document as pictures, but any substantial amount of text should be typeset and not handwritten. In line with university policy, marking will be done anonymously. Please do not include your name or other personall...
ScenarioYou were approached by your friend Joe who owns a restaurant called Madconalds in the low-density suburbs of Johannesburg. He realized that with the current pandemic, customers are now scared of coming to the restaurants to order the food as they are scared of spreading the disease to others. As a result, he is thinking of implementing an online restaurant ordering system. The idea is that the customers will order online, then someone ...
Key Details, Requirements, and Definitions1 Project OverviewProduce a portfolio of studies that critically compare the performance of different machine learning methods applied to at least 3 (possibly related) large datasets. The over-arching focus of the project is to develop a portfolio of methods that can reveal insights into the performance and application limitations of machine learning methods in different contexts. The application of ea...
Input DataCamera intrinsics and extrinsics For this project, you need to achieve 3D navigation on a static 2D image by using camera intrinsics and extrinsics. Given a pair of color and depth image captured by Kinect, your job is to reconstruct the 3D geometry with texture information using the inverse camera model. Then project the 3D scene into any arbitrary virtual camera and re-render it on a 2D image. You are provided two image files: (1...
Task: Problem DescriptionThe City of Ottawa owns and maintains many wading pools which need to be regularly maintained. The repair crew needs to find a route to visit the pools. You will have to help the crew to find a reasonable route to visit all pools. A route is reasonable if all pools are visited and the route is not too long. An optimal route is not required.This is a problem where the nodes are the pools and the edges have weights corre...
Late submission of coursework policyLate submission of coursework policy: Late submissions will be processed in accordance with current University regulations which state: “the time period during which a student may submit a piece of work late without authorisation and have the work capped at 40% [50% at PG level] if passed is 14 calendar days. Work submitted unauthorised more than 14 calendar days after the original submission date will...
Questions: Part.1: Name of the GUI application: Burger king ordering system Part.2: Purpose: The application allow customers to order online,pay online, any time, from anywhere they are. Part.3: Reasons to create the Application: The main reason of the application is to deal with different items ,address to deliver the orders , Order, Cart for Shopping. Application is a GUI based Application in Tkinter, and is easy to use...
ProblemOne of the objectives of the Oman Meteorological Office is to provide statistics on annual temperatures.Assume that at the end of each month only four values of temperature are considered.The first value corresponds to the average temperature of the first week; the second value corresponds to the average temperature of the second week, and so on. The temperature values are stored in a text file named 'temeperatures.txt'. The latter is ...
CapitalizeThis assignment is an exercise in validating user input and using string manipulation to edit and reformat input into a preferred format. Some fields have patterns, some expect numeric values … possibly with limits. Some fields are required (and cannot be just spaces), some are optional or conditionally optional, some will cause abends if null is not expected. Some strings need to be trimmed of leading and trai...