wolfie00's Stars
pietrobarbiero/entropy-lens
Joeyonng/decision-rules-network
This repository contains the source code of the paper "Learning Accurate and Interpretable Decision Rule Sets from Neural Networks".
ZhiningLiu1998/awesome-imbalanced-learning
😎 Everything about class-imbalanced/long-tail learning: papers, codes, frameworks, and libraries | 有关类别不平衡/长尾学习的一切:论文、代码、框架与库
nlpaueb/imageclef2024
Participation of the AUEB NLP Group in the 8th edition of the ImageCLEFmedical Caption evaluation campaign
Alibaba-MIIL/ASL
Official Pytorch Implementation of: "Asymmetric Loss For Multi-Label Classification"(ICCV, 2021) paper
nlpaueb/dmmcs
[ACL 2024 Findings] Distance from Median Maximum Cosine Similarity
CORE-Robotics-Lab/ICCT
bayesian-optimization/BayesianOptimization
A Python implementation of global optimization with gaussian processes.
nik-dim/pamal
Official repository of "Pareto Manifold Learning: Tackling multiple tasks via ensembles of single-task models" [ICML 2023]
dbmptr/EPOSearch
Exact Pareto Optimal solutions for preference based Multi-Objective Optimization
christianversloot/machine-learning-articles
🧠💬 Articles I wrote about machine learning, archived from MachineCurve.com.
xiaofangxd/Multi-objective-optimization-and-Multi-task-Learning
isl-org/MultiObjectiveOptimization
Source code for Neural Information Processing Systems (NeurIPS) 2018 paper "Multi-Task Learning as Multi-Objective Optimization"
GowthamanG/tree-regularisation
Tree regularisation of deep networks for interpretability
dtak/tree-regularization-public
Code for AAAI 2018 accepted paper: "Beyond Sparsity: Tree Regularization of Deep Models for Interpretability"
tommyod/paretoset
Compute the Pareto (non-dominated) set, i.e., skyline operator/query.
wOOL/DNDT
Deep Neural Decision Trees
scikit-learn-contrib/skope-rules
machine learning with logical rules in Python
M2Lschool/tutorials2023
lmartak/distill-nn-tree
Distillation of Neural Network Into a Soft Decision Tree
jingxil/Neural-Decision-Forests
An implementation of the Deep Neural Decision Forests in PyTorch
mateoespinosa/remix
Rule Extraction Methods for Interactive eXplainability
marcotcr/lime
Lime: Explaining the predictions of any machine learning classifier
Paulescu/hands-on-rl
Free course that takes you from zero to Reinforcement Learning PRO 🦸🏻🦸🏽
huggingface/diffusion-models-class
Materials for the Hugging Face Diffusion Models Course
openai/DALL-E
PyTorch package for the discrete VAE used for DALL·E.
facebookresearch/vicreg
VICReg official code base
leondgarse/keras_cv_attention_models
Keras beit,caformer,CMT,CoAtNet,convnext,davit,dino,efficientdet,edgenext,efficientformer,efficientnet,eva,fasternet,fastervit,fastvit,flexivit,gcvit,ghostnet,gpvit,hornet,hiera,iformer,inceptionnext,lcnet,levit,maxvit,mobilevit,moganet,nat,nfnets,pvt,swin,tinynet,tinyvit,uniformer,volo,vanillanet,yolor,yolov7,yolov8,yolox,gpt2,llama2, alias kecam
faustomorales/vit-keras
Keras implementation of ViT (Vision Transformer)
sayakpaul/Supervised-Contrastive-Learning-in-TensorFlow-2
Implements the ideas presented in https://arxiv.org/pdf/2004.11362v1.pdf by Khosla et al.