lisongze's Stars
huggingface/transformers
🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
zulip/zulip
Zulip server and web application. Open-source team chat that helps teams stay productive and focused.
lucidrains/vit-pytorch
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch
amusi/CVPR2024-Papers-with-Code
CVPR 2024 论文和开源项目合集
iterative/dvc
🦉 Data Versioning and ML Experiments
xmu-xiaoma666/External-Attention-pytorch
🍀 Pytorch implementation of various Attention Mechanisms, MLP, Re-parameter, Convolution, which is helpful to further understand papers.⭐⭐⭐
zhm-real/PathPlanning
Common used path planning algorithms with animations.
utkuozbulak/pytorch-cnn-visualizations
Pytorch implementation of convolutional neural network visualization techniques
feast-dev/feast
The Open Source Feature Store for Machine Learning
TachibanaYoshino/AnimeGANv2
[Open Source]. The improved version of AnimeGAN. Landscape photos/videos to anime
xialeiliu/Awesome-Incremental-Learning
Awesome Incremental Learning
louisfb01/best_AI_papers_2021
A curated list of the latest breakthroughs in AI (in 2021) by release date with a clear video explanation, link to a more in-depth article, and code.
CoinCheung/pytorch-loss
label-smooth, amsoftmax, partial-fc, focal-loss, triplet-loss, lovasz-softmax. Maybe useful
ContinualAI/avalanche
Avalanche: an End-to-End Library for Continual Learning based on PyTorch.
rotemtzaban/STIT
autonomousvision/stylegan-xl
[SIGGRAPH'22] StyleGAN-XL: Scaling StyleGAN to Large Diverse Datasets
NeuromatchAcademy/course-content-dl
NMA deep learning course
aimagelab/mammoth
An Extendible (General) Continual Learning Framework based on Pytorch - official codebase of Dark Experience for General Continual Learning
ContinualAI/continual-learning-papers
Continual Learning papers list, curated by ContinualAI
mmasana/FACIL
Framework for Analysis of Class-Incremental Learning with 12 state-of-the-art methods and 3 baselines.
RaptorMai/online-continual-learning
A collection of online continual learning paper implementations and tricks for computer vision in PyTorch, including our ASER(AAAI-21), SCR(CVPR21-W) and an online continual learning survey (Neurocomputing).
numenta/htmpapers
Numenta published papers code and data
kharitonov-ivan/multi-object-tracking-in-python
📡 implementation of multi object tracking algorithms including PMBM (Poisson Multi Bernoulli Mixture filter) in Python 🐍
Agarciafernandez/MTT
Implementation of several Bayesian multi-target tracking algorithms, including Poisson multi-Bernoulli mixture filters for sets of targets and sets of trajectories. The repository also includes the GOSPA metric and a metric for sets of trajectories to evaluate performance.
phquang/DualNet
NeurAI-Lab/CLS-ER
The official PyTorch code for ICLR'22 Paper "Learning Fast, Learning Slow: A General Continual Learning Method based on Complementary Learning System""
vaseline555/Algorithms-for-Optimization-Python
Unofficial implementation in Python porting of the book "Algorithms for Optimization" (2019) MIT Press by By Mykel J. Kochenderfer and Tim A. Wheeler
yuhsuansia/Multi-scan-trajectory-PMBM-filter
Multi-Scan Implementation of the Trajectory Poisson Multi-Bernoulli Mixture Filter
diezcami/CS129-18-rbm
:foggy: Python implementation of bidirectional associative memory
characat0/AlgorithmsForOptimization