CISC 271 A2

CISC 271 Assignment #2 Regression and Cross-Validation The subject matter for this assignment is data of the environment, specifically air quality. The data were downloaded from the University of California at Irvine, which maintains extensive data sets for machine learning. The data were gently processed for use in this class. Coding for this requires multiple …

CISC 271 A2 Read More »

C88C Homework 3

C88C Homework 3 Computational Structures in Data Science Due at 11:59:59 pm on Thursday, 2/16/2023. Instructions Lists Review Question 1: Adding matrices Higher Order Functions Question 2: Mul_by_num Question 3: This Question is so Derivative Question 4: Count van Count Question 5: I Heard You Liked Functions… Question 6: The Word Guessing Game Download hw03.zip. …

C88C Homework 3 Read More »

15-213 14-513 15-513 Computer Systems

15-213/14-513/15-513 Intro to Computer Systems Assignments There will be weekly written assignments, starting in the second week of classes. Each written assignment consists of 1-3 questions that require students to write single paragraph answers. They are released and collected via Canvas. Written assignments are always due at 11:59pm (Pittsburgh time) on Wednesday evenings. No late …

15-213 14-513 15-513 Computer Systems Read More »

cmpt 135 Assignment 2- An Object-oriented Dynamic String Array

Assignment 2: An Object-oriented Dynamic String Array Your task is to use object-oriented programming to implement a vector-like class called str_vec . One of it’s major features is that it completely (and correctly!) manages its own memory, similar to a vector . Getting Started Put all your code for this assignment into a2.cpp. Implement all …

cmpt 135 Assignment 2- An Object-oriented Dynamic String Array Read More »