All Projects → jrbourbeau → pyunfold

jrbourbeau / pyunfold

Licence: MIT license
Iterative unfolding for Python

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects
Makefile
30231 projects

Projects that are alternatives of or similar to pyunfold

Machine-Learning-Andrew-Ng
机器学习-Coursera-吴恩达- python+Matlab代码实现
Stars: ✭ 127 (+452.17%)
Mutual labels:  regularization
SparseRegression.jl
Statistical Models with Regularization in Pure Julia
Stars: ✭ 37 (+60.87%)
Mutual labels:  regularization
scaden
Deep Learning based cell composition analysis with Scaden.
Stars: ✭ 61 (+165.22%)
Mutual labels:  deconvolution
tulip
Scaleable input gradient regularization
Stars: ✭ 19 (-17.39%)
Mutual labels:  regularization
Distiller
Neural Network Distiller by Intel AI Lab: a Python package for neural network compression research. https://intellabs.github.io/distiller
Stars: ✭ 3,760 (+16247.83%)
Mutual labels:  regularization
PenaltyFunctions.jl
Julia package of regularization functions for machine learning
Stars: ✭ 25 (+8.7%)
Mutual labels:  regularization
Regularization-Pruning
[ICLR'21] PyTorch code for our paper "Neural Pruning via Growing Regularization"
Stars: ✭ 44 (+91.3%)
Mutual labels:  regularization
sparsebn
Software for learning sparse Bayesian networks
Stars: ✭ 41 (+78.26%)
Mutual labels:  regularization
deep-learning-notes
🧠👨‍💻Deep Learning Specialization • Lecture Notes • Lab Assignments
Stars: ✭ 20 (-13.04%)
Mutual labels:  regularization
hyperstar
Hyperstar: Negative Sampling Improves Hypernymy Extraction Based on Projection Learning.
Stars: ✭ 24 (+4.35%)
Mutual labels:  regularization
FSCNMF
An implementation of "Fusing Structure and Content via Non-negative Matrix Factorization for Embedding Information Networks".
Stars: ✭ 16 (-30.43%)
Mutual labels:  regularization
Deeplearning
Python for《Deep Learning》,该书为《深度学习》(花书) 数学推导、原理剖析与源码级别代码实现
Stars: ✭ 4,020 (+17378.26%)
Mutual labels:  regularization
direct
Deep learning framework for MRI reconstruction
Stars: ✭ 161 (+600%)
Mutual labels:  inverse-problems
mixup
speechpro.com/
Stars: ✭ 23 (+0%)
Mutual labels:  regularization
Statistical-Learning-using-R
This is a Statistical Learning application which will consist of various Machine Learning algorithms and their implementation in R done by me and their in depth interpretation.Documents and reports related to the below mentioned techniques can be found on my Rpubs profile.
Stars: ✭ 27 (+17.39%)
Mutual labels:  regularization
traj-pred-irl
Official implementation codes of "Regularizing neural networks for future trajectory prediction via IRL framework"
Stars: ✭ 23 (+0%)
Mutual labels:  regularization
SSE-PT
Codes and Datasets for paper RecSys'20 "SSE-PT: Sequential Recommendation Via Personalized Transformer" and NurIPS'19 "Stochastic Shared Embeddings: Data-driven Regularization of Embedding Layers"
Stars: ✭ 103 (+347.83%)
Mutual labels:  regularization
pyowl
Ordered Weighted L1 regularization for classification and regression in Python
Stars: ✭ 52 (+126.09%)
Mutual labels:  regularization
GlobalBioIm
A unifying Matlab framework for the development of reconstruction algorithms (solving inverse problems) in computational imaging
Stars: ✭ 60 (+160.87%)
Mutual labels:  inverse-problems
CNN-DICOM-Segmentation
DICOM Image Segmentation with CNNs in Tensorflow
Stars: ✭ 87 (+278.26%)
Mutual labels:  deconvolution

PyUnfold

Build Status Build status codecov pypi version PyPI - Python Version DOI license

PyUnfold is a Python package for implementing iterative unfolding.

Documentation

The documentation for PyUnfold can be found at https://jrbourbeau.github.io/pyunfold/

Installation

PyUnfold can be installed using pip

pip install pyunfold

or conda

conda install -c conda-forge pyunfold

For more information see the installation instructions in the documentation.

Citation

If you find PyUnfold useful in your work, please consider citing it.

License

MIT License

Copyright (c) 2018 James Bourbeau and Zigfried Hampel-Arias

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].