Pinned Repositories
AlphaZero-play-FiveInARow
implement the algorithm of AlphaGo Zero to play five in a row
Arnold
Arnold - DOOM Agent
baselines
OpenAI Baselines: high-quality implementations of reinforcement learning algorithms
basic_reinforcement_learning
An introduction series to Reinforcement Learning (RL) with comprehensive step-by-step tutorials.
BLISS_xmu
Just another repository
BoB-dqn
cnn-benchmarks
Benchmarks for popular CNN models
cs231n
斯坦福 cs231n 作业代码实践
d2l-zh
《动手学深度学习》,英文版即伯克利深度学习(STAT 157,2019春)教材。面向中文读者、能运行、可讨论。
DQN-play-SuperMario
implement the classic reinforcement learning algorithm DQN to play supermariobrother
Ja1r0's Repositories
Ja1r0/DQN-play-SuperMario
implement the classic reinforcement learning algorithm DQN to play supermariobrother
Ja1r0/AlphaZero-play-FiveInARow
implement the algorithm of AlphaGo Zero to play five in a row
Ja1r0/Arnold
Arnold - DOOM Agent
Ja1r0/BLISS_xmu
Just another repository
Ja1r0/BoB-dqn
Ja1r0/cnn-benchmarks
Benchmarks for popular CNN models
Ja1r0/cs231n
斯坦福 cs231n 作业代码实践
Ja1r0/d2l-zh
《动手学深度学习》,英文版即伯克利深度学习(STAT 157,2019春)教材。面向中文读者、能运行、可讨论。
Ja1r0/darkflow
Translate darknet to tensorflow. Load trained weights, retrain/fine-tune using tensorflow, export constant graph def to mobile devices
Ja1r0/deep-learning-with-python-notebooks
Jupyter notebooks for the code samples of the book "Deep Learning with Python"
Ja1r0/deepfakes_faceswap
from deekfakes' faceswap: https://www.reddit.com/user/deepfakes/
Ja1r0/DeepRL-algorithms
implement the popular deep reinforcement learning algorithms
Ja1r0/DeepRL-BootCamp
The projects of deeprlbootcamp.
Ja1r0/DQN-play-FlappyBird
use a deep reinforcement learning algorithm named DQN to play FappyBird,implemented by pytorch
Ja1r0/DQN-tensorflow
Tensorflow implementation of Human-Level Control through Deep Reinforcement Learning
Ja1r0/face-login
基于mtcnn/facenet/tensorflow 实现人脸识别登录系统
Ja1r0/faceswap-1
Non official project based on original /r/Deepfakes thread. Many thanks to him!
Ja1r0/faceswap-GAN
A denoising autoencoder + adversarial losses and attention mechanisms for face swapping.
Ja1r0/FashionAI-Keypoint
fashionAI clothes keypoint detection
Ja1r0/gitment
The comments of my Github Pages.
Ja1r0/HFO
Half Field Offense in Robocup 2D Soccer
Ja1r0/imgaug
Image augmentation for machine learning experiments.
Ja1r0/Ja1r0.github.io
Ja1r0/LeetCode_python
LeetCode problems' solutions using python
Ja1r0/open_nsfw
code for running Model and code for Not Suitable for Work (NSFW) classification using deep neural network Caffe models
Ja1r0/Pong
Ja1r0/pytorch-CycleGAN-and-pix2pix
Image-to-image translation in PyTorch (e.g. horse2zebra, edges2cats, and more)
Ja1r0/RL-an-introduction-exercise
implement algorithms in the book "Reinforcement Learning : an introduction"
Ja1r0/tensorflow
An Open Source Machine Learning Framework for Everyone
Ja1r0/yolo-pytorch
use pytorch to implement yolo