GithubHelp home page GithubHelp logo

adribesson / ntds_2017 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mdeff/ntds_2017

1.0 2.0 0.0 267.06 MB

Material for the EPFL master course "A Network Tour of Data Science", edition 2017.

Home Page: http://edu.epfl.ch/coursebook/en/a-network-tour-of-data-science-EE-558

License: MIT License

Jupyter Notebook 99.73% Makefile 0.01% Python 0.23% HTML 0.01% JavaScript 0.02% CSS 0.01% TeX 0.01%

ntds_2017's Introduction

A Network Tour of Data Science, edition 2017

Binder   (Jupyter lab or notebook)

This repository contains the material for the practical work associated with the EPFL master course EE-558 A Network Tour of Data Science (moodle), taught in fall 2017. Compared to the 2016 edition, the course has been refocused on graph and network sciences. It is further developed in the 2018 edition. The course material revolves around the following topics:

  1. Network Science,
  2. Spectral Graph Theory,
  3. Graph Signal Processing,
  4. Data Science,
  5. Machine Learning.

Theoretical knowledge is taught during lectures. Practical knowledge is taught through tutorials. Both are practiced and evaluated through four assignments and a semester project.

Tutorials

Below is the teaching material you'll find in this repository.

  1. Practical informations
  2. Installation instructions
  3. Introduction: conda & Anaconda, Python, Jupyter, git, scientific Python
  4. Data acquisition from Twitter
  5. Numerical computing with numpy
  6. Network models and properties with networkx
  7. Plotting with matplotlib
  8. Web APIs and data analysis with pandas
  9. Data exploration and visualization
  10. Graph signal processing with the PyGSP
  11. Concluding remarks

Assignments

The following assignments were designed to evaluate the theoretical understanding of students through practice. As a Data Science course, those activities are realized on real data and networks.

  1. Network properties: assignment, solution, student solution, feedback
  2. Network models: assignment, solution
  3. Spectral graph theory: assignment, solution, feedback
  4. Graph signal processing: assignment, solution, feedback

Projects

Part of the course is evaluated by an open-ended project (see the description), proposed and carried out by groups of three to four students.

Below is their work.

Installation

Click the binder badge to play with the notebooks from your browser without installing anything.

For a local installation, you will need git, Python, and packages from the Python scientific stack. If you don't know how to install those on your platform, we recommend to install Miniconda, a distribution of the conda package and environment manager. Please follow the below instructions to install it and create an environment for the course.

  1. Download the Python 3.x installer for Windows, macOS, or Linux from https://conda.io/miniconda.html and install with default settings. Skip this step if you have conda already installed (from Miniconda or Anaconda). Linux users may prefer to use their package manager.
    • Windows: Double-click on the .exe file.
    • macOS: Run bash Miniconda3-latest-MacOSX-x86_64.sh in your terminal.
    • Linux: Run bash Miniconda3-latest-Linux-x86_64.sh in your terminal.
  2. Open a terminal. Windows: open the Anaconda Prompt from the Start menu.
  3. Install git with conda install git.
  4. Download this repository by running git clone --recurse-submodules https://github.com/mdeff/ntds_2017.
  5. Create an environment with the packages required for the course with conda env create -f ntds_2017/environment.yml.

Every time you want to work, do the following:

  1. Open a terminal. Windows: open the Anaconda Prompt from the Start menu.
  2. Activate the environment with conda activate ntds_2017 (or activate ntds_2017, or source activate ntds_2017).
  3. Start Jupyter with jupyter notebook or jupyter lab. The command should open a new tab in your web browser.
  4. Edit and run the notebooks from your browser.

Team

License

The content is released under the terms of the MIT License.

ntds_2017's People

Contributors

mdeff avatar ersisimou avatar hermina avatar zifeo avatar

Stargazers

Lokeshwaran avatar

Watchers

James Cloos avatar Adrien Besson 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.