phanducthien82's Stars
thieu1995/mafese
Feature Selection using Metaheuristics Made Easy: Open Source MAFESE Library in Python
Skyd-FL/hcfl-compression
monk1337/Aweome-Heathcare-Federated-Learning
A curated list of Federated Learning papers/articles and recent advancements.
qiskit-community/qiskit-machine-learning
Quantum Machine Learning
MLNLP-World/Paper-Writing-Tips
MLNLP社区用来帮助大家避免论文投稿小错误的整理仓库。 Paper Writing Tips
HongyangDu/Paper_Writing_Tips
HongyangDu/GDMOPT
Coder-World04/Complete-System-Design
This repository contains everything you need to become proficient in System Design
ml-tooling/best-of-ml-python
🏆 A ranked list of awesome machine learning Python libraries. Updated weekly.
facebookresearch/FLSim
Federated Learning Simulator (FLSim) is a flexible, standalone core library that simulates FL settings with a minimal, easy-to-use API. FLSim is domain-agnostic and accommodates many use cases such as vision and text.
jgidi/quantum-barren-plateaus
Avoiding Barren Plateaus in Variational Quantum Circuits
Qiskit/textbook
Source content for the Qiskit Textbook
PennyLaneAI/qml
Introductions to key concepts in quantum programming, as well as tutorials and implementations from cutting-edge quantum computing research.
haimengzhao/quantum-fed-infer
A quantum machine learning algorithm for quantum non-IID federated learning
mit-han-lab/torchquantum
A PyTorch-based framework for Quantum Classical Simulation, Quantum Machine Learning, Quantum Neural Networks, Parameterized Quantum Circuits with support for easy deployments on real quantum computers.
pliang279/LG-FedAvg
[NeurIPS 2019 FL workshop] Federated Learning with Local and Global Representations
ki-ljl/Per-FedAvg
PyTorch implementation of Per-FedAvg (Personalized Federated Learning: A Meta-Learning Approach).
lx10077/fedavgpy
On the Convergence of FedAvg on Non-IID Data
SMILELab-FL/FedLab-benchmarks
Standard federated learning implementations in FedLab and FL benchmarks.
vaseline555/Federated-Learning-in-PyTorch
Handy PyTorch implementation of Federated Learning (for your painless research)
CharlieDinh/pFedMe
Personalized Federated Learning with Moreau Envelopes (pFedMe) using Pytorch (NeurIPS 2020)
diff-usion/Awesome-Diffusion-Models
A collection of resources and papers on Diffusion Models
ultralytics/ultralytics
Ultralytics YOLO11 🚀
rasbt/LLMs-from-scratch
Implement a ChatGPT-like LLM in PyTorch from scratch, step by step
tencent-quantum-lab/tensorcircuit
Tensor network based quantum software framework for the NISQ era
microsoft/generative-ai-for-beginners
21 Lessons, Get Started Building with Generative AI 🔗 https://microsoft.github.io/generative-ai-for-beginners/
apple/pfl-research
Simulation framework for accelerating research in Private Federated Learning
luismiguelsb/Placement-and-Chaining-of-VNFs
keskarnitish/large-batch-training
Code to reproduce some of the figures in the paper "On Large-Batch Training for Deep Learning: Generalization Gap and Sharp Minima"
eriklindernoren/ML-From-Scratch
Machine Learning From Scratch. Bare bones NumPy implementations of machine learning models and algorithms with a focus on accessibility. Aims to cover everything from linear regression to deep learning.