Skip to content
View tuelwer's full-sized avatar
🚀
🚀

Highlights

  • Pro

Organizations

@hhu-machine-learning
Block or Report

Block or report tuelwer

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. pymatting/pymatting pymatting/pymatting Public

    A Python library for alpha matting

    Python 1.7k 214

  2. pytorch-tutorial pytorch-tutorial Public

    Code I used during a PyTorch tutorial I gave within the scope of Stefan Harmeling's machine learning lecture

    Jupyter Notebook 9

  3. phase-retrieval phase-retrieval Public

    Python 3 implementation of Fienup's phase retrieval algorithms

    Python 30 6

  4. reference-learning reference-learning Public

    Jupyter Notebook 1 1

  5. cvxpy/cvxpy cvxpy/cvxpy Public

    A Python-embedded modeling language for convex optimization problems.

    C++ 5.1k 1k

  6. pytorch-L-BFGS-example pytorch-L-BFGS-example
    1
    import torch
    2
    import torch.optim as optim
    3
    import matplotlib.pyplot as plt
    4
    
                  
    5