Giter Site home page Giter Site logo

ilyakisil / dpm-coursework Goto Github PK

View Code? Open in Web Editor NEW
8.0 2.0 6.0 3.38 MB

:orange_book: Materials for EE4-13 Adaptive Signal Processing and Machine Intelligence (2019-2020)

Home Page: http://intranet.ee.ic.ac.uk/electricalengineering/eecourses_t4/course_content.asp?c=EE4-13&s=D4#start

Shell 2.13% Python 12.27% Jupyter Notebook 85.59%

dpm-coursework's Introduction

Coursework materials

Completing in a cloud without installation

Binder

This is as simple as clicking on the binder badge above and requires to be connected to internet. Although, this option comes at the cost of lower computational resources being available to you, but it will be sufficient to successfully complete all assignments.

Note: It may take a couple of minutes to launch a binder server. If it takes longer then that, try to refresh the web page before reporting this issue.

Completing on your personal computer

  1. Install Anaconda - installation file (use python 3.7).

  2. Install JupyterLab in the base environment - instructions. Normally, it comes with Anaconda installation by default.

  3. Get source files.

    Preferred option is to clone this repository using git.

    git clone https://github.com/IlyaKisil/dpm-coursework.git

    If this is the first time you hear about git, it is recommended to watch one of many introductory videos about it, for example on YouTube.

    Alternatively, you can download a ZIP folder with all materials for this assignment by using the Clone or Download button (in green color) at the top of this page.

  4. Bootstrap virtual environment.

    If you are on Unix, then execute in terminal:

    cd dpm-coursework
    
    ./boostrap-venv.sh

    If you are on Windows, then open Anaconda prompt:

    cd dpm-coursework
    conda create -y --name "dpm-coursework" python=3.6.5
    conda activate "dpm-coursework"
    pip install binder\coursework
    python -m ipykernel install --user --name "dpm-coursework" --display-name "dpm-coursework"    
  5. Start JupyterLab and open a notebook with table of contents (should look like this). You can find it under the notebooks directory.

Reporting problems and issues

Please use one of these forms which supports markdown text formatting. It would also be helpful if you include as much relevant information as possible. This could include screenshots, code snippets etc.

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.