lmengzi's Stars
wesm/pydata-book
Materials and IPython notebooks for "Python for Data Analysis" by Wes McKinney, published by O'Reilly Media
ljpzzz/machinelearning
My blogs and code for machine learning. http://cnblogs.com/pinard
princewen/tensorflow_practice
tensorflow实战练习,包括强化学习、推荐系统、nlp等
Kyubyong/transformer
A TensorFlow Implementation of the Transformer: Attention Is All You Need
rail-berkeley/rlkit
Collection of reinforcement learning algorithms
AlexHex7/Non-local_pytorch
Implementation of Non-local Block.
haarnoja/sac
Soft Actor-Critic
MachineLP/TextMatch
QAmatch(qa_match)/文本匹配/文本分类/文本embedding/文本聚类/文本检索(bow/ifidf/ngramtf-df/bert/albert/bm25/…/nn/gbdt/xgb/kmeans/dscan/faiss/….)
yunjey/show-attend-and-tell
TensorFlow Implementation of "Show, Attend and Tell"
ilivans/tf-rnn-attention
Tensorflow implementation of attention mechanism for text classification tasks.
lsdefine/attention-is-all-you-need-keras
A Keras+TensorFlow Implementation of the Transformer: Attention Is All You Need
zhaoyun0071/Disco-Stable-Diffusion-Win-GUI
只要是Windows系统,3G以上显存的英伟达显卡,下载解压就能直接用,什么环境都不用配置
nikhilbarhate99/Hierarchical-Actor-Critic-HAC-PyTorch
PyTorch implementation of Hierarchical Actor Critic (HAC) for OpenAI gym environments
pemami4911/deep-rl
Collection of Deep Reinforcement Learning algorithms
andrew-j-levy/Hierarchical-Actor-Critc-HAC-
This repository contains the code to implement the Hierarchical Actor-Critic (HAC) algorithm.
shkrwnd/Deep-Reinforcement-Learning-for-Dynamic-Spectrum-Access
Using multi-agent Deep Q Learning with LSTM cells (DRQN) to train multiple users in cognitive radio to learn to share scarce resource (channels) equally without communication
MG2033/A2C
A Clearer and Simpler Synchronous Advantage Actor Critic (A2C) Implementation in TensorFlow
marctuscher/DRQN-tensorflow
Deep recurrent Q Learning using Tensorflow, openai/gym and openai/retro
gliese581gg/DQN_tensorflow
Tensorflow implementation of deep Q networks in paper 'Playing Atari with Deep Reinforcement Learning'
monk1337/Various-Attention-mechanisms
This repository contain various types of attention mechanism like Bahdanau , Soft attention , Additive Attention , Hierarchical Attention etc in Pytorch, Tensorflow, Keras
5vision/DARQN
Deep Attention Recurrent Q-Network
hsvgbkhgbv/SQDDPG
This is a framework for the research on multi-agent reinforcement learning and the implementation of the experiments in the paper titled by ''Shapley Q-value: A Local Reward Approach to Solve Global Reward Games''.
yilunc2020/Attention-DQN
Deep Recurrent Attention Reinforcement Learning in Atari
nnUyi/Non-Local_Nets-Tensorflow
An implement of Non-local neural networks for tensorflow version
Shivanshu-Gupta/Visual-Question-Answering
CNN+LSTM, Attention based, and MUTAN-based models for Visual Question Answering
AdamStelmaszczyk/dqn
TensorFlow & Keras implementation of DQN with HER (Hindsight Experience Replay)
games50/breakout
Remake of the classic Atari game Breakout!
dillonalaird/deep-rl-tensorflow
TensorFlow implementation of Deep Reinforcement Learning papers
yanji84/deep-recurrent-attention-model
Apply reinforcement learning to visual attention
zle1992/Reinforcement_Learning_Game