xiangyyyy's Stars
labuladong/fucking-algorithm
刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why.
labmlai/annotated_deep_learning_paper_implementations
🧑🏫 60+ Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, sophia, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠
junyanz/pytorch-CycleGAN-and-pix2pix
Image-to-Image Translation in PyTorch
eriklindernoren/PyTorch-GAN
PyTorch implementations of Generative Adversarial Networks.
vpncn/vpncn.github.io
2024**翻墙软件VPN推荐以及科学上网避坑,稳定好用。对比SSR机场、蓝灯、V2ray、老王VPN、VPS搭建梯子等科学上网与翻墙软件,**最新科学上网翻墙梯子VPN下载推荐,访问Chatgpt。
linyiLYi/street-fighter-ai
This is an AI agent for Street Fighter II Champion Edition.
shuhuai007/Machine-Learning-Session
MingchaoZhu/InterpretableMLBook
《可解释的机器学习--黑盒模型可解释性理解指南》,该书为《Interpretable Machine Learning》中文版
tensorflow/agents
TF-Agents: A reliable, scalable and easy to use TensorFlow library for Contextual Bandits and Reinforcement Learning.
Kaixhin/Rainbow
Rainbow: Combining Improvements in Deep Reinforcement Learning
bgalbraith/bandits
Python library for Multi-Armed Bandits
Farama-Foundation/Miniworld
Simple and easily configurable 3D FPS-game-like environments for reinforcement learning
cjy1992/gym-carla
An OpenAI gym wrapper for CARLA simulator
algorithmzuo/algorithm-primary
算法和数据结构新手班
tsuirak/deeplearning.ai
该存储库包含由deeplearning.ai提供的相关课程的个人的笔记和实现代码。
ShowMeAI-Hub/awesome-AI-courses-notes-cheatsheets
全球顶级高校AI课程知识点笔记与速查表
mhaythornthwaite/Football_Prediction_Project
This project pulls past game data from api-football, and uses this to predict the outcome of future premier league matches with the use of classical machine learning techniques.
higgsfield/Imagination-Augmented-Agents
Building Agents with Imagination: pytorch step-by-step implementation
taey16/pix2pixBEGAN.pytorch
A pytorch implementation of pix2pix + BEGAN (Boundary Equilibrium Generative Adversarial Networks)
mila-iqia/spr
Code for "Data-Efficient Reinforcement Learning with Self-Predictive Representations"
2019ChenGong/Functional-Analysis
jidiai/SummerCourse2022
chagmgang/distributed_reinforcement_learning
implementation of distributed reinforcement learning with distributed tensorflow
pocokhc/agent57
Qiita投稿用に作成したAgent57(強化学習)の実装コードです。
msoczi/football_predictions
Predicting the results of matches in European leagues
rashid-islam/nfcf
This repository provides a simple demo for Neural Fair Collaborative Filtering (NFCF) model
HKUST-KnowComp/WDDC
Source code for NAACL 2022 paper Weakly Supervised Text Classification using Supervision Signals from a Language Mode
sdnr1/c-gan_pix2pix
Conditional GAN for pix2pix dataset
zhangchenhaoseu/Multi-armed-Bandit
Sutton第二版《Reinforcement Learning》的第二章,多臂(10臂)老虎机的复现代码。
jielyugt/exploring_word_vectors
CS224N Natural Language Processing with Deep Learning Project 1