jonasrauber's Stars
jax-ml/jax
Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more
piku/piku
The tiniest PaaS you've ever seen. Piku allows you to do git push deployments to your own servers.
DeepLabCut/DeepLabCut
Official implementation of DeepLabCut: Markerless pose estimation of user-defined features with deep learning for all animals incl. humans
xtensor-stack/xtensor
C++ tensors with broadcasting and lazy computing
pantsbuild/pants
The Pants Build System
Cloud-CV/EvalAI
:cloud: :rocket: :bar_chart: :chart_with_upwards_trend: Evaluating state of the art in AI
ronf/asyncssh
AsyncSSH is a Python package which provides an asynchronous client and server implementation of the SSHv2 protocol on top of the Python asyncio framework.
lcompilers/lpython
Python compiler
jonasrauber/eagerpy
PyTorch, TensorFlow, JAX and NumPy — all of them natively using the same code
aappleby/hancho
A simple pleasant build system in Python.
evaluating-adversarial-robustness/adv-eval-paper
LaTeX source for the paper "On Evaluating Adversarial Robustness"
greentfrapp/boundary-attack
Implementation of the Boundary Attack algorithm as described in Brendel, Wieland, Jonas Rauber, and Matthias Bethge. "Decision-Based Adversarial Attacks: Reliable Attacks Against Black-Box Machine Learning Models." arXiv preprint arXiv:1712.04248 (2017).
bethgelab/decompose
Blind source separation based on the probabilistic tensor factorisation framework
VoVAllen/tf-dlpack
DLPack for Tensorflow
idlesign/ctyped
Build ctypes interfaces for shared libraries with type hinting
berenslab/spikefinder_analysis
Analysis code for the results of the spikefinder challenge
jonasrauber/linear-region-attack
A powerful white-box adversarial attack that exploits knowledge about the geometry of neural networks to find minimal adversarial perturbations without doing gradient descent
jonasrauber/uniformly-sampling-nd-ball
Efficiently sampling vectors from the n-sphere and n-ball
jonasrauber/arxiv-bear-app
My personal reference management system for arXiv papers using Bear.app
jonasrauber/foolbox-native-tutorial
jonasrauber/foolbox-native
Foolbox Native brings native performance to Foolbox
PWhiddy/tensor-canvas
A 2D graphics library that draws directly onto tensors and is cross-framework compatible
jonasrauber/analysis-by-synthesis
Analysis by Synthesis — reimplemented
jonasrauber/foolbox-tensorflow-keras-applications
The pretrained TensorFlow Keras models with a Foolbox Zoo compatible interface
elhusseiniali/loki
A graphical tool to test the robustness of classifiers using Foolbox.
jonasrauber/attax
Attax: adversarial attacks using JAX
jonasrauber/lockfile
lockfile provides a minimalistic and modern implementation of a simple file-based lock mechanism for Python
jonasrauber/clipping-aware-rescaling
Calculates eta such that norm(clip(x + eta * delta, a, b) - x) == eps.
jonasrauber/norm
Norm is a tiny command-line utility to compute the norm of the difference between two images
jonasrauber/cifar10-fast-reimplemented
A simplified reimplementation of the original fast CIFAR10 training code