Coder Social home page Coder Social logo

sparsity-tutorial's Introduction

Sparsity Tutorial

Author: Samuel Farrens
Year: 2018
Email: [email protected]
Website: https://sfarrens.github.io

Contents

  1. Objective
  2. Requirements
  3. Notebooks
  4. Acknowledgements

Objective

The objective of this tutorial is to provide a beginner level introduction to the concept of sparsity, in particular as a regularisation method for solving linear inverse problems. The tutorial does not provide an indepth mathematical background nor detailed explinations for every topic. Tutees should suppliment this tutorial with further reading of the various references provided in the notebooks for a more comprehensive understading of the subject. More information about how cutting edge sparsity techniques are being applied to astrophysical data is available on the CosmoStat website.

This tutorial is comprised of a series of Jupyter notebooks that demonstrate how the tools implemented in sparsity work as well as showing the applicability of these tools to various simple problems. All code blocks are provided in Python (support for both 2.7 and 3.6+) and the number of external packages required to run the examples has be kept to a minimum. With the exception of plotting routines, all of the code has been clearly presented inside the the notebooks at least once to avoid the use of any "black boxes" for solving the problems presented.

Requirements

In order to run the tutorial notebooks tutees will need to have the following installed:

  • Python (2.7 or 3.6+, users are recommended to use Python 3.6)
  • NumPy (recommend v1.14.1+)
  • SciPy (recommend v1.0.0+)
  • Matplotlib (recommend v2.1.0+)
  • Jupyter (recommend v1.0.0+)

Python 2.7 users should additonally install:

All of the packages listed above can easily be installed using either pip or Anaconda.

e.g.

$ pip install numpy scipy matplotlib jupyter

or

$ conda install numpy scipy matplotlib jupyter

Notebooks

  1. Introduction to Inverse Problems

  2. Introduction to Sparsity I

  3. Introduction to Sparsity II: Compressed Sensing

  4. Introduction to Sparsity III: Deconvolution

  5. Introduction to Wavelets

  6. Exercise Solutions

Acknowledgements

S. Farrens would like to acknowledge the following people for helpful feedback and ideas for producing this tutorial: Fred Ngolè-Mboula and Jean-Luc Starck.

sparsity-tutorial's People

Contributors

sfarrens 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.