Task: Utilities.csv gives corporate data on 22 public utilities in the United States. We are interested in forming groups of similar utilities. The records to be clustered are the utilities, and the clustering will be based on the eight measurements of each utility. The features are:Fixed = fixed-charge covering ratio (income/debt)RoR = rate of return on capitalCost = cost per kilowatt capacity in placeLoad = annual load factorDemand = peak ki...
Task: Module Learning Outcomes Assessed:1. Evaluate alternative systems software and machine performance features in order to select appropriate tools for technical and operational requirements.2. Critically review a wide range of system architecture for applications and user requirements whilst considering the constraints of performance, cost, security and usability.3. Examine different architectural styles to determine the suitable application...
Coursework Part A - Display Animated EnvironmentYou are to develop a program using C++ and OpenGL that renders a tropical island. The exact contents of the island are up to you, but the end result should be a consistent looking graphical scene. Common to such scenes are trees and vegetation, sandy beaches, and clear blue skies and seas. You should consider how scene management and rendering of transparent objects could help with the correct an...
The objective of this assignment is to familiarize yourself with the thought process that goes into the creation, development and documenting of unit test cases. In this assignment, you will be told about a function that has been developed which you need to create a number of test cases for … sounds simple – right?!? This is a partner-based assignment and you can have partner if you wish. This assignment supports the following...
Task: Particle Swarm Optimization (PSO)The first portion of the assignment is to implement PSO for some optimization problem. I recommend consulting the Wikipedia page on test optimization functions1 . Pick whichever you want. You can use the sphere function, but that’s rather boring; you don’t get more/less points for having your algorithm find the optimal solution. Be sure to pick one that you can have fun with. Any academic misc...
Module Learning Outcomes Assessed: Critically evaluate the role of a security policy for protecting information assets and be able to propose appropriate security policies to defend those assets based on an understanding of security concepts and their application to internet-based technologies. Demonstrate a sound understanding of the key legislation that relates to information security and how it influences the security policy of an organ...
Problem Definition PhaseFor this course, you will design and develop a project in three phases: Problem Definition, Solution Design, and Implementation Plan. These three project components are due in Week 3, Week 6, and Week 8, respectively. The complete project should be a single Microsoft-compatible document, including deliverables of all three phases. Any supporting files (spreadsheets, videos, etc.) should be submitted along with the deliv...
Draw a flowchart for all the problems. 1. Design a program that reads the number of credits a student has completed and prints out whether they are a Freshman (0-30 credits), sophomore (31-60 credits), junior (61-90 credits) or senior (> 90 credits). If the number of credits entered is a negative number print an error message. (If then Else Structure) 2. Design a program that gets a single character from the user and writes out a congratulator...
Analyzing Wine DatasetUnderstand the dataset by performing exploratory analysis. Construct the target parameter by taking the average of the TWO (2) runs with long performance times. Design a linear regression model to estimate the target using only FOUR (4) attributes from the dataset. Discuss your results and estimate the relevant metrics and values. Load the wine dataset from sklearn package. Perform exploratory data analysis and set up a ...
TaskThis project you will be working on a loan dataset which is used to predict whether a customer will fail to pay a loan. You will apply at least 3 predictive models to the training dataset. Once you analyze the model, you will pick the best model and apply it to a test dataset. The predictive results of the test dataset will be used in a competition among students to determine who has the best model. Financial institutes take on a certai...
Step 1: Create a new Spring Boot projectAssignment 1 Summary Build a new Spring project which highlights Dependency Injection of a repository. This has to be created using JDK 11 and It has to be done using Java Enterprise Eclipse. This is Spring Boot assignment. I will be attaching the sample programs and please follow those steps and techniques only. This Assignment is very similar to sample attached along with this file and named as Week2Clas...
SemaphoresSemaphores A semaphore specifies the maximum number of threads that can access a critical section simultaneously. A binary semaphore (max number of threads = 1) works the same as sleeplock. In this lab, we will implement read/write semaphore. Complete and test your semaphore implementation. Submit your semaphore.c and a document showing your test outputs (with different number of processes) via B...
ObjectivesObjectives:To develop a two-tier Java based client-server application interacting with aMySQL database utilizing JDBC for the connectivity. This project is designed to give you some experience using the various features of JDBC and its interaction with aMySQL DB Server environment.Description:In this assignment you will develop a Java-based GUI front-end (client-side) application that will connect to your MySQL server via JDBC. You are...
Task1.Demonstrate results of using an established AI technique which is capable of finding a solution to a given AI problem represented by a data set 2.Identify the cases of correct and incorrect outcomes generated by the technique on the given data set 3.Evaluate the accuracy of the technique in terms of rates of correct outcomes What am I required to do in this assignment? Task Students will develop a Machine Learning (ML) solution to s...
Based on the description of the case study in Assessment 1, your understanding of the requirement and your answers to Task 1, 2, 3.1, 3.2 in Assessment 1 and the frontend of the website you developed in Assessment 2, complete the website by developing a backend for the website. The backend of the website must satisfy the following requirements:Requirement 1.All major functionalities as described in the case study inAssessment 1,must be implemente...