Pinned Repositories
ai-edu
AI education materials for Chinese students, teachers and IT professionals.
ai-zero
Implementation of an AlphaGo Zero paper in one C++ header file without any dependencies
AIO
Artificial Intelligence of The game of Othello (also called Reversi)
alpha-nagibator
Implementation of self-play based reinforcement learning for Checkers based on the AlphaGo Zero methods.
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-chess
Playing the game Chess using Alpha-Zero techniques in Python
alpha-zero-general
A clean implementation based on AlphaZero for any game in any framework + tutorial + Othello/Gobang/TicTacToe/Connect4
alpha_go_zero_implementation
An implementation of the Alpha Go Zero algorithm, runnable on a single GPU
alphago_zero
Implementation of alphago zero in C++
AlphaGoZero_Connect4
Implementation of AlphaGo Zero for the Connect4 game entirely written in C++
gms2009's Repositories
gms2009/AIO
Artificial Intelligence of The game of Othello (also called Reversi)
gms2009/alpha-zero-chess
Playing the game Chess using Alpha-Zero techniques in Python
gms2009/alpha-zero-general
A clean implementation based on AlphaZero for any game in any framework + tutorial + Othello/Gobang/TicTacToe/Connect4
gms2009/atari-dqn
Basic implementation of DQN for playing Atari with Keras and Tensorflow 2
gms2009/awesome-autonomous-vehicles
Curated List of Self-Driving Cars and Autonomous Vehicles Resources
gms2009/chatbot
一个可以自己进行训练的中文聊天机器人, 根据自己的语料训练出自己想要的聊天机器人,可以用于智能客服、在线问答、智能聊天等场景。目前包含seq2seq、seqGAN版本和tf2.0版本。
gms2009/ChineseChess-AlphaZero
Implement AlphaZero/AlphaGo Zero methods on Chinese chess.
gms2009/Cura
3D printer / slicing GUI built on top of the Uranium framework
gms2009/Deep-Reinforcement-Learning-with-Double-Q-learning
📖 Paper: Deep Reinforcement Learning with Double Q-learning 🕹️
gms2009/DIY-Multiprotocol-TX-Module
Multiprotocol TX Module (or MULTI-Module) is a 2.4GHz transmitter module which controls many different receivers and models.
gms2009/ElephantArt
A chinese chess(Xiangqi, 象棋) engine based on convolution neural network and Monte Carlo tree search which support UCCI protocol.
gms2009/FreeCAD
This is the official source code of FreeCAD, a free and opensource multiplatform 3D parametric modeler.
gms2009/gomoku
Gomoku AI based on AlphaGo Zero algorithm
gms2009/labelImg
🖍️ LabelImg is a graphical image annotation tool and label object bounding boxes in images
gms2009/MCTS-AI-Reversi
The project provides two version of AI of Reversi chess of python and QT(C++), based on MCTS algorithm. Actually, the version of C++ performs better than python by virtue of high efficiency.
gms2009/motion
Motion, a software motion detector. Home page: https://motion-project.github.io/
gms2009/muzero-general
MuZero
gms2009/Nvidia-PilotNet
Repo showing how to use PerceptiLabs to build Nvidia's end-to-end deep Learning approach to map raw pixels using images captured from front-facing cameras mounted on a car.
gms2009/ompi
Open MPI main development repository
gms2009/openpilot
openpilot is an open source driver assistance system. openpilot performs the functions of Automated Lane Centering and Adaptive Cruise Control for over 85 supported car makes and models.
gms2009/pytorch-cpp
C++ Implementation of PyTorch Tutorials for Everyone
gms2009/pytorch-lightning
The lightweight PyTorch wrapper for high-performance AI research. Scale your models, not the boilerplate.
gms2009/q5Go
A tool for Go players: SGF editor, analysis tool, game database and pattern search tool, IGS client
gms2009/Renforcement-Learning-Tetris-DQN
Deep reinforcment learning implementation on Tetris Atari game
gms2009/Self-driving-Truck-in-Euro-Truck-Simulator2
This is a self-driving truck test in Euro Truck Simulator2
gms2009/Stock-Prediction-Models
Gathers machine learning and deep learning models for Stock forecasting including trading bots and simulations
gms2009/swig_torch_test
report a problem in swig or libtorch
gms2009/TensorRT-For-YOLO-Series
tensorrt for yolo series (YOLOv8, YOLOv7, YOLOv6....), nms plugin support
gms2009/yolov4-tf2
这是一个yolo4-tf2(tensorflow2)的源码,可以用于训练自己的模型。
gms2009/yolov4-tiny-tensorrt
Got 100fps on TX2. Got 500fps on GeForce GTX 1660 Ti. Implement yolov4-tiny-tensorrt layer by layer using TensorRT API. If the project is useful to you, please Star it.