Skip to content
View Scott-Chao's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Beijing, China
  • 01:24 (UTC +08:00)

Block or report Scott-Chao

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. Game-of-the-Amazons Game-of-the-Amazons Public

    A complete Game of the Amazons system: MVC architecture, MCTS-powered AI, Bitboard acceleration, and a built-in Save/Load system.

    C++ 2

  2. Neural-MNIST-Journey Neural-MNIST-Journey Public

    Journey through MNIST: Implementing MLPs from scratch with NumPy and scaling to modern CNNs using PyTorch, BatchNorm, and Dropout.

    Python 1

  3. Git-From-Scratch Git-From-Scratch Public

    Write Yourself a Git (WYAG) implementation. A lightweight, educational version of Git built from the ground up to explore how Git works under the hood—from content-addressable storage to index mani…

    Python

  4. Gym-RL-Practice Gym-RL-Practice Public

    A high-performance reinforcement learning practice based on Gymnasium. Currently implementing a modular Rainbow DQN. Designed for deep learning students to master the transition from classic algori…

    Python