Pinned Repositories
auxiliary-deep-generative-models
Implementation of auxiliary deep generative models for semi-supervised learning
Awesome-Face-Forgery-Generation-and-Detection
A curated list of articles and codes related to face forgery generation and detection.
DeepVideoAnalytics
Analyze videos, perform detections, index frames & detected objects, search by examples
DRN-1
Code for "Learning Multiple Tasks with Deep Relationship Networks" NIPS 2017
home-platform
A Household multimodal environment (HoME) based on the SUNCG indoor scenes dataset
LLaMA-Adapter-2
Fine-tuning LLaMA to follow Instructions within 1 Hour and 1.2M Parameters
MobilePose-pytorch
Single Person Pose Estimation for Mobile Device
PointGrow
An autoregressive model for point cloud generation augmented with self-attention
pose-residual-network
Code for 'MultiPoseNet: Fast Multi-Person Pose Estimation using Pose Residual Network' paper
pseudo-3d-residual-networks
Pseudo-3D Convolutional Residual Networks for Video Representation Learning
ml-lab's Repositories
ml-lab/Batchwise-Dropout
Run fully connected artificial neural networks with dropout applied (mini)batchwise, rather than samplewise. Given two hidden layers each subject to 50% dropout, the corresponding matrix multiplications for forward- and back-propagation is 75% less work as the dropped out units are not calculated.
ml-lab/nips14_loc_seg_testonly
Object Segmentation (NIPS 2014)
ml-lab/sklearn-compiledtrees
Compiled Decision Trees for scikit-learn
ml-lab/StructuredForests
A Python Implementation for Piotr's ICCV Paper "Structured Forests for Fast Edge Detection".
ml-lab/gmmn
Generative moment matching networks
ml-lab/Probabilistic-Backpropagation
Implementation in C and Theano of the method Probabilistic Backpropagation for scalable Bayesian inference in deep neural networks.
ml-lab/learning-fair-representations
Python numba implementation of Zemel et al. 2013
ml-lab/vowpal_wabbit
John Langford's original release of Vowpal Wabbit -- a fast online learning algorithm
ml-lab/weibo-rumor
Understanding the Rumor Dispelling Behavior in Microblogs: A Case Study on Sina Weibo
ml-lab/chumpy
ml-lab/Joint_Bayesian
According to the paper "Bayesian Face Revisited: A Joint Formulation", the repository realizes the algorithm of Joint Beyesian with Matlab and achieve the same result as the paper
ml-lab/dirichlet-process
Introduction to Nonparametric Bayes, Infinite Mixture Models, and the Dirichlet Process (+ McDonald's)
ml-lab/machine-learning
Composable supervised machine learning
ml-lab/wikipedia-question-generator
Uses NLP and wikipedia to try to generate trivia questions
ml-lab/neuralslimevolley
Neural Slime Volleyball
ml-lab/tmhmm.py
A transmembrane helix finder in Python 3.
ml-lab/pose-aligned-deep-networks
Pose Aligned Networks for Deep Attribute Modeling matlab code used for the publication here: http://arxiv.org/abs/1311.5591
ml-lab/higgsml
The winning solution to the The Higgs Boson Machine Learning Challenge.
ml-lab/video_segment
Main repository for The Video Segmentation Project
ml-lab/cavat
Automatically exported from code.google.com/p/cavat
ml-lab/Eigenfaces
A Python implementation of the famous Eigenfaces algorithm for face recognition, implemented and tested over the AT&T face data set.
ml-lab/StoryGraphs
StoryGraphs -- Visualizing Character Interactions as a Timeline
ml-lab/LINE
LINE: Large-scale information network embedding
ml-lab/extreme-deconvolution
Density estimation using Gaussian mixtures in the presence of noisy, heterogeneous and incomplete data
ml-lab/Kalman-and-Bayesian-Filters-in-Python
Kalman Filter textbook using Ipython Notebook. This book takes a minimally mathematical approach, focusing on building intuition and experience, not formal proofs. Includes Kalman filters, Extended Kalman filters, unscented filters, and more. Includes exercises with solutions.
ml-lab/belief-propagation
An implementation of loopy belief propagation on a Bayesian Network (BN)
ml-lab/Deep-Music-Autoencoder
The repo involves a Deep Learning method, Stacked Denoising Autoencoder. The repo exploits "paracel", which is a new parallel computing framework
ml-lab/Replicating-DeepMind
Reproducing the results of "Playing Atari with Deep Reinforcement Learning" by DeepMind
ml-lab/product-classifier
Classify products into categories by their name with NLTK
ml-lab/FunkyYak
Computes derivatives of complicated numpy code.