Giter Site home page Giter Site logo

infr10069-2019's Introduction

INFR10069-2019

This is the repository for the Second (graded) Assignment for IAML 2019.

N.B.: This is the Level 10 version of the course: if you are a Master's student, then you should go to the Level 11 version, here.

Repository Contents

  • conda.req: This is the list of packages you need to complete the assignment
  • style.tex: This is the style file for the Assignment Template. DO NOT MODIFY this file in any way.
  • Assignment_2.tex: This is the template you should modify to writeup your assignment.
  • L10_Instructions.pdf: This is the pdf with the question-sheet for the Assignment.
  • Data: This is a directory (folder) which contains all the data you need to complete the assignment.

Setting up your environment

These instructions are a summary of the more detailed Readme in the Lab Setup. Note that for this assignment, you should use the provided requirements file in this repository and not the one in the lab repository.

(a) Install Conda

If you do not have conda, install it: otherwise skip this step:

  1. Download Conda from https://docs.conda.io/en/latest/miniconda.html
  2. Install: bash Miniconda3-latest-Linux-x86_64.sh

(b) Create a NEW environment

N.B. You must do this step! you cannot use the same environment as for the Labs!

  1. Create Environment: conda create --name iamlassignment2 python=3.6
  2. Activate environment: source activate iamlassignment2
  3. Install the required libraries: conda install --file conda.req

(c) Install the mpctools library

We have provided this set of tools to aid in the coding up of the solutions. Make sure you have the above environment active

  1. Download or clone the repository from https://github.com/michael-camilleri/mpctools: e.g. git clone https://github.com/michael-camilleri/mpctools.git
  2. From within the downloaded directory execute:
    python setup.py sdist --format=tar
    pip install dist/mpctools-0.3.20.tar --user
    

infr10069-2019's People

Contributors

michael-camilleri avatar

Watchers

James Cloos 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.