Code Monkey home page Code Monkey logo

third-assignment's Introduction

Homework 3

The homework is due on Thursday the 2nd of December at 4:00 pm.

The topics that you will be assessed on are:

  • Topics of the previous assignment
  • Numpy, matplotlib
  • File manipulation
  • Classes

The exercises have different weights in this assignment (they are indicated in the description of the exercise).

Each exercise will be evaluated with one of the following 5 scores: 0, 0.25, 0.5, 0.75 or 1. The criteria to assign each score are as follows:

0.00 - The student has not attempted to solve the exercise or missed the point entirely (e.g., blank page or solved something unrelated to the question).

0.25 - The student has attempted to solve the exercise but, either there is a logical error in the program (e.g., wrote something but it wouldn't solve the problem) or the program is largely incomplete.

0.50 - The student has understood the logic but there is some major bugs, the program does not work for some inputs or the program is incomplete. This score is also assigned for programs that execute as intended but in a very inefficient way (for instance, using a very long list of if statements when the problem could be solved easily with a loop).

0.75 - The student has understood the logic and the program would work aside from some minor bugs. The appropriate methods to solve the problem have been used.

1.00 - The program works flawlessly and the appropriate methods to solve it, have been used.

--- IMPORTANT --- Even though it is possible to use external modules to solve the exercises, where possible try to avoid that. If the request is for you to write code for a function and that function is already implemented in an external module, the use of that function will be graded as 0.50, instead of 1.00. Note that this does not apply to the grading of assignment 1, as it was not explicitly stated.

third-assignment's People

Contributors

ria-d avatar v4p1d avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.