Metadata-Version: 2.1
Name: invprob
Version: 0.0.13
Summary: A package containing useful functions for solving inverse problems
Home-page: https://github.com/Guillaume-Garrigos/invprob/
Author: Guillaume Garrigos
Author-email: guillaume.garrigos@lpsm.paris
License: MIT
Description: # Notes on Inverse Problems
        ### Python scripts and notebooks about (sparse) inverse problems, regularisation and optimisation
        
        Up to now this project is essentially for me to become fluent in Python, and to produce teaching material under the form of notebooks:
        
        I. Sparse Regularisation with the L1 norm (LASSO)
          1. [The regularization path](https://nbviewer.jupyter.org/github/Guillaume-Garrigos/invprob/blob/master/notebook/lasso_1-regularisation_path.ipynb)
          2. [Noise and parameter selection](https://nbviewer.jupyter.org/github/Guillaume-Garrigos/invprob/blob/master/notebook/lasso_2-noise_parameter_selection.ipynb)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
