Pinned Repositories
18.337_2015
awesome-adversarial-machine-learning
A curated list of awesome adversarial machine learning resources
DeepLearningTutorials
Deep Learning Tutorial notes and code. See the wiki for more info.
DMRG-Learning-
Following "The Density Matrix Renormalization Group and its time-dependent variants" by A.E.Feiguin, implement an old-fasioned dmrg for fermion hubbard model (chain, ladder, SU(N)......)))
machine-learning
Implementation of different machine learning techniques
mpmath
Python library for arbitrary-precision floating-point arithmetic
topocm_content
Course on topology in condensed matter
joebradly's Repositories
joebradly/Apple-Boost-BuildScript
Script for building Boost for Apple platforms (iOS, iOS Simulator, tvOS, tvOS Simulator, OS X)
joebradly/cleanrl
High-quality single file implementation of Deep Reinforcement Learning algorithms with research-friendly features (PPO, DQN, C51, DDPG, TD3, SAC, PPG)
joebradly/clstm
A small C++ implementation of LSTM networks, focused on OCR.
joebradly/contextdesc
Implementation of CVPR'19 paper (oral) - ContextDesc: Local Descriptor Augmentation with Cross-Modality Context
joebradly/DeeperInverseCompositionalAlgorithm
Taking a Deeper Look at the Inverse Compositional Algorithm (CVPR 2019, Oral)
joebradly/dl-lab-ss19
Deep Learning Lab SS19, University of Freiburg
joebradly/emacs-jupyter
An interface to communicate with Jupyter kernels.
joebradly/emacs.d
My emacs configuration documented in literate programming style
joebradly/ffmpeg-libav-tutorial
FFmpeg libav tutorial - learn how media works from basic to transmuxing, transcoding and more
joebradly/ffmpeg-python
Python bindings for FFmpeg - with complex filtering support
joebradly/Firmware
PX4 Autopilot Software
joebradly/GMS-Feature-Matcher
GMS: Grid-based Motion Statistics for Fast, Ultra-robust Feature Correspondence (CVPR 2017)
joebradly/Greedy_InfoMax
Code for the paper: Putting An End to End-to-End: Gradient-Isolated Learning of Representations
joebradly/IPPE
Infinitesimal Plane-based Pose Estimation (IPPE): A very fast method to compute a camera's pose from a view of a planar object
joebradly/livox_camera_calib
This repository is used for automatic calibration between high resolution LiDAR and camera in targetless scenes.
joebradly/Mastering-OpenCV-4-Third-Edition
Mastering OpenCV 4, Third Edition, published by Packt publishing
joebradly/models
Models and examples built with TensorFlow
joebradly/opencv
Open Source Computer Vision Library
joebradly/PRML
PRML algorithms implemented in Python
joebradly/pytorch-for-numpy-users
PyTorch for Numpy users.
joebradly/pytorch_prototyping
Custom pytorch modules with sane default parameters useful for model prototyping. (U-Net, upsampling, downsampling...)
joebradly/qpp
A modern C++11 quantum computing library
joebradly/roipoly.py
Select a polygonal region of interest (ROI) with python and matplotlib, similar to the roipoly.m function from MATLAB.
joebradly/scipy-lecture-notes
Tutorial material on the scientific Python ecosystem
joebradly/seml
SEML: Slurm Experiment Management Library
joebradly/SlowFast
PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.
joebradly/tensorpack
A Neural Net training Interface on TensorFlow, with focus on speed + flexibility
joebradly/TopDeepLearning
A list of popular github projects related to deep learning
joebradly/uwimg
Build your own computer vision library in C
joebradly/vpd
Code for Video Pose Distillation