lionffen's repositories
alpha-zero
AlphaZero implementation for Othello, Connect-Four and Tic-Tac-Toe based on "Mastering the game of Go without human knowledge" and "Mastering Chess and Shogi by Self-Play with a General Reinforcement Learning Algorithm" by DeepMind.
alpha-zero-gomoku
A Multi-threaded Implementation of AlphaZero
AlphaZero_Gomoku
An implementation of the AlphaZero algorithm for Gomoku (also called Gobang or Five in a Row)
clpy
OpenCL backend for CuPy
computer-go-dataset
datasets for computer go
DCGAN-tensorflow
A tensorflow implementation of "Deep Convolutional Generative Adversarial Networks"
galvanise_zero
Learning from zero (mostly based off of AlphaZero) in General Game Playing.
generators-with-stylegan2
Here is a series of face generators based on StyleGAN2
IllustrationGAN
A simple, clean TensorFlow implementation of Generative Adversarial Networks with a focus on modeling illustrations.
leela-zero
LeelaZero代码解读
leela-zero-pytorch
A simple PyTorch + PyTorch Lightning training pipeline for Leela Zero
lizgoban
Leela Zero & KataGo visualizer
loadlibrary
Porting Windows Dynamic Link Libraries to Linux
lshell
lshell is a shell coded in Python, that lets you restrict a user's environment to limited sets of commands, choose to enable/disable any command over SSH (e.g. SCP, SFTP, rsync, etc.), log user's commands, implement timing restriction, and more.
minigo
minigo代码解读
muzero-general
MuZero
numpy-ml
Machine learning, in numpy
Pyaq
PyaqはPythonのみで実装された囲碁プログラムです。深層学習を学ぶための教育目的のコードです。
Stockfish
UCI chess engine
stylegan
StyleGAN - Official TensorFlow Implementation
stylegan2-pytorch
Simplest working implementation of Stylegan2 in Pytorch
stylegan_reimplementation
Reimplementation of https://arxiv.org/abs/1812.04948
SuperGo
SuperGo代码解读