Pinned Repositories
curl
CURL: Contrastive Unsupervised Representation Learning for Sample-Efficient Reinforcement Learning
DeepLearning
DeepRL
Deep Reinforcement Learning Lab, a platform designed to make DRL technology and fun for everyone
DP-FedSAM
This repository contains the official implementation for the manuscript: Make Landscape Flatter in Differentially Private Federated Learning (2023 CVPR)
federated-learning-public-code
me-trpo
ModelArts-Lab
ModelArts-Lab是示例代码库。更多AI开发学习交流信息,请访问华为云AI开发者社区:huaweicloud.ai
REDQ
Author's PyTorch implementation of Randomized Ensembled Double Q-Learning (REDQ) algorithm.
simplified-deeplearning
Simplified implementations of deep learning related works
sunrise
SUNRISE: A Simple Unified Framework for Ensemble Learning in Deep Reinforcement Learning
YMJS-Irfan's Repositories
YMJS-Irfan/DP-FedSAM
This repository contains the official implementation for the manuscript: Make Landscape Flatter in Differentially Private Federated Learning (2023 CVPR)
YMJS-Irfan/curl
CURL: Contrastive Unsupervised Representation Learning for Sample-Efficient Reinforcement Learning
YMJS-Irfan/DeepLearning
YMJS-Irfan/DeepRL
Deep Reinforcement Learning Lab, a platform designed to make DRL technology and fun for everyone
YMJS-Irfan/federated-learning-public-code
YMJS-Irfan/REDQ
Author's PyTorch implementation of Randomized Ensembled Double Q-Learning (REDQ) algorithm.
YMJS-Irfan/sunrise
SUNRISE: A Simple Unified Framework for Ensemble Learning in Deep Reinforcement Learning
YMJS-Irfan/algo
数据结构和算法必知必会的50个代码实现
YMJS-Irfan/awesome-deep-rl
For deep RL and the future of AI.
YMJS-Irfan/awesome-reinforcement-learning
Learning Resources And Links Of Reinforcement Learning (updating)
YMJS-Irfan/awesome-rl
Reinforcement learning resources curated
YMJS-Irfan/Awesome-Vertical-Federated-Split-Learning
A summay of existing works on vertical federated/split learning
YMJS-Irfan/bagua
Bagua Speeds up PyTorch
YMJS-Irfan/DeepRL-1
Modularized Implementation of Deep RL Algorithms in PyTorch
YMJS-Irfan/Differential-Privacy-Based-Federated-Learning
Everything you want about DP-Based Federated Learning, including Papers and Code. (Mechanism: Laplace or Gaussian, Dataset: femnist, shakespeare, mnist, cifar-10 and fashion-mnist. )
YMJS-Irfan/easy-rl
强化学习中文教程,在线阅读地址:https://datawhalechina.github.io/easy-rl/
YMJS-Irfan/Federated-Learning
An open source FL implement with dataset(Femnist, Shakespeare, MNIST, Cifar-10 and Fashion-Mnist) using pytorch
YMJS-Irfan/FedProx
Federated Optimization in Heterogeneous Networks (MLSys '20)
YMJS-Irfan/FedTorch
FedTorch is a generic repository for benchmarking different federated and distributed learning algorithms using PyTorch Distributed API.
YMJS-Irfan/introduction_to_ml_with_python
Notebooks and code for the book "Introduction to Machine Learning with Python"
YMJS-Irfan/IT_book
本项目收藏这些年来看过或者听过的一些不错的常用的上千本书籍,没准你想找的书就在这里呢,包含了互联网行业大多数书籍和面试经验题目等等。有人工智能系列(常用深度学习框架TensorFlow、pytorch、keras。NLP、机器学习,深度学习等等),大数据系列(Spark,Hadoop,Scala,kafka等),程序员必修系列(C、C++、java、数据结构、linux,设计模式、数据库等等)
YMJS-Irfan/loss-landscape
Code for visualizing the loss landscape of neural nets
YMJS-Irfan/Machine-Learning-is-ALL-You-Need
🔥🌟《Machine Learning 格物志》: ML + DL + RL basic codes and notes by sklearn, PyTorch, TensorFlow, Keras & the most important, from scratch!💪 This repository is ALL You Need!
YMJS-Irfan/open_lth
A repository in preparation for open-sourcing lottery ticket hypothesis code.
YMJS-Irfan/PYNQ
Python Productivity for ZYNQ
YMJS-Irfan/reinforcement-learning-an-introduction-1
Python Implementation of Reinforcement Learning: An Introduction
YMJS-Irfan/RLCN
YMJS-Irfan/Sharp-MAML
Sharp-MAML: Sharpness-Aware Model-Agnostic Meta Learning
YMJS-Irfan/Statistical-Learning-Method_Code
手写实现李航《统计学习方法》书中全部算法
YMJS-Irfan/vit-pytorch
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch