NikolayLutsyak's Stars
mrpowers-io/tsumugi-spark
SparkConnect Server plugin and protobuf messages for the Amazon Deequ Data Quality Engine.
eugeneyan/ml-design-docs
📝 Design doc template & examples for machine learning systems (requirements, methodology, implementation, etc.)
joomcode/trace-analysis
Library for performance bottleneck detection and optimization efficiency prediction
facebookexperimental/Robyn
Robyn is an experimental, AI/ML-powered and open sourced Marketing Mix Modeling (MMM) package from Meta Marketing Science. Our mission is to democratise modeling knowledge, inspire the industry through innovation, reduce human bias in the modeling process & build a strong open source marketing science community.
karpathy/pytorch-made
MADE (Masked Autoencoder Density Estimation) implementation in PyTorch
ikostrikov/pytorch-flows
PyTorch implementations of algorithms for density estimation
kamenbliznashki/normalizing_flows
Pytorch implementations of density estimation algorithms: BNAF, Glow, MAF, RealNVP, planar flows
rguo12/awesome-causality-algorithms
An index of algorithms for learning causality with data
shenweichen/DeepCTR
Easy-to-use,Modular and Extendible package of deep-learning based CTR models .
udibr/noisy_labels
TRAINING DEEP NEURAL-NETWORKS USING A NOISE ADAPTATION LAYER
bhanML/Masking
NeurIPS'18: Masking: A New Perspective of Noisy Supervision
bhanML/Co-teaching
NeurIPS'18: Co-teaching: Robust Training of Deep Neural Networks with Extremely Noisy Labels
iterative/dvc
🦉 Data Versioning and ML Experiments
giorgiop/loss-correction
Robust loss functions for deep neural networks (CVPR 2017)
GuokaiLiu/Noisy-Labels-Problem-Collection
This is a collection of Papers and Codes for Noisy Labels Problem.
facebookresearch/OctConv
Code for paper
rlabbe/Kalman-and-Bayesian-Filters-in-Python
Kalman Filter book using Jupyter Notebook. Focuses on building intuition and experience, not formal proofs. Includes Kalman filters,extended Kalman filters, unscented Kalman filters, particle filters, and more. All exercises include solutions.
yulongwang12/visual-attribution
Pytorch Implementation of recent visual attribution methods for model interpretability
jindongwang/activityrecognition
Resources about activity recognition-行为识别资料
guillaume-chevalier/LSTM-Human-Activity-Recognition
Human Activity Recognition example using TensorFlow on smartphone sensors dataset and an LSTM RNN. Classifying the type of movement amongst six activity categories - Guillaume Chevalier