找到约 10000 条结果
  • CSCA08H 计算机体系统介绍
    CSCA08H Style RulesFor assignments in this course, you will be marked not only on whetheryour code works, but also on style. Here are some guidelines.Formatting Style1. Use Python style conventions for your function and variable names. This means that you should use pothole case: lowercase letter...
    2024-02-08
  • COMP9417 机器学习
    COMP9417 - Machine LearningHomework 2: Kernel Features & Model CombinationsIntroduction In this homework we first take a closer look at feature maps induced by kernels. We then ex-plore a creative use of the gradient descent method introduced in homework 1. We will show that gradientdescent techn...
    2023-03-15
  • UA 323 Development Economics
    This  problem  set  if  based  on  the  paper “The colonial origins of comparative development: an empirical investigation”, by Acemoglu, Johnson and Robinson (2001). This paper was a key reason why these three economists
    2025-03-01
  • CCPS310 难点分析
    CCPS310 – COMPUTER ORGANIZATION IILAB 1ARC, ARC ASSEMBLY, ARC SIMULATORSubmission instruction: Due Feb 12th @23:00hrStudents may work in groups of 2, and are expected to do the lab together.Submit solutions in one text file on Brightspace.Evaluation :Correct completion of the following four progr...
    2021-09-30
  • PROG10082 面向对象
    Object Oriented Programming 1 - JAVA PROG10082Assignment 3 1Assignment 3 SelectionsDescriptionThis lab is based on the material studied in week 4 and 7, including the exercises done in class.This assignment is to be done individually; you are not allowed to work on this assignment with anyone.See...
    2022-03-04
  • 为什么用chrome的时候没有看到stackoverflow站点使用类似的重置css,是需要兼容低版本的浏览器才需要使用类似的样式进行统一重置吗?
    2015-01-06
    2
  • 拿 bash 写了个 webserver(带安全校验) ...
    有个增加机器后自动注册到 ansible hosts 的需求,闲来无事拿 bash 写了个 webserver 搞了下。在大佬指引下,还加了授权校验。。
    2019-10-18
  • Communities Over Code
    Healthy productive FOSS projects don’t just happen, but are built, and the secret ingredient is _Community over code_. Purpose and details are everything: If you build it will they come, and then how do you keep it going and growing? How do you set direction, attract and retain contributors, what...
    2020-12-25
  • ELEC362线性分析
    Page 1 of 5Department of Electrical Engineering and ElectronicsELEC362ProjectLinear regression applicationModule ELEC362Coursework name ProjectComponent weight 50%Semester 1HE Level 5Lab location personal computers/laptops, university remote computerWork Individual*Estimated time to finish 40 hou...
    2022-03-14
  • ELEC362 Linear regression
    Department of Electrical Engineering and ElectronicsELEC362ProjectLinear regression applicationModule ELEC362Coursework name ProjectComponent weight 50%Semester 1HE Level 5Lab location personal computers/laptops, university remote computerWork Individual*Estimated time to finish 40 hours (coding ...
    2022-03-18
  • 6CCS3ML1机器学习
    6CCS3ML1 (Machine Learning)Coursework 2(Version 1.4)1 OverviewFor this coursework, you will have to implement Q-learning algorithm. Your code will again becontrolling Pacman, in the classic game, and the Q-learning algorithm will be helping Pacmanchoose how to move. Your Q-learning algorithm shou...
    2022-10-13
  • What's the best practice to do a rollback to an already deployed enterprise application on Linux?Consider this situation, We have an application server(let's say it django served by gunicorn), a data server(mysql), and a task server(celery). And I already deployed them to different servers. Sourc...
    2015-12-09
  • COMP322301计算器
    You are allowed to use a non-programmable calculator only from the following list of approved models inthis examination: Casio FX-82, Casio FX-83, Casio FX-85.Dictionary instructions:
    2023-02-06
  • EEE125 分析
    EEE125 - C programming program writing assignment 20/21 1 (© University of Sheffield '98-'20) EEE125 Programming in ‘C’ Course: program writing assignmentAt the first lecture, you were introduced to the make-up of this course and explained that the course would beassessed by means of a Multiple C...
    2022-03-06
  • CSE 231 Computer Python program
    This assignment focuses on the design, implementation and testing of a Python program that uses character 
    2025-02-20
  • CMDA 并行计算
    CMDA 3634 SP2021 Parallelizing the Wave Equation with OpenMP Project 03Project 03: Parallelizing the Wave Equation with OpenMPVersion: Current as of: 2021-03-22 14:30:01Due:– Preparation: 2021-03-30 23:59:00– Coding & Analysis: 2021-04-09 23:59:00 (24 hour grace period applies to this due date.)P...
    2022-04-13
  • APSC 142 – Introduction to Programming
    APSC 142 – Introduction to Programming for Engineers IIObjective:Students will display their knowledge of all course material to build a complete computer program with a real-world application.Problem:The rules of the game are quite simple. The goal is for Pacman (the player) to collect all the d...
    2025-04-09
  • CMDA 363 Wave Equation with OpenMP
    CMDA 3634 SP2021 Parallelizing the Wave Equation with OpenMP Project 03Project 03: Parallelizing the Wave Equation with OpenMPVersion: Current as of: 2021-03-22 14:30:01Due:– Preparation: 2021-03-30 23:59:00– Coding & Analysis: 2021-04-09 23:59:00 (24 hour grace period applies to this due date.)P...
    2022-04-03
  • EE425X线性表达式
    Homework 1b: Linear Regression part 2.EE425X - Machine Learning: A Signal Processing PerspectiveHomework 1 focused on learning the parameter θ for linear regression. In this homework we will first understandhow to use the learnt parameter to predict the output for a given query input. We will als...
    2022-03-23
  • Explore Model-Based Feature Importance
    Question 1. Explore Model-Based Feature ImportanceThroughout this question, you may only use Python. For each sub-question, provide commentary (ifneeded) along with screenshots of the code used. Please also provide a copy of the code in your solu tions.py file. For fitting models, always use a ra...
    2025-03-21