awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Go (board game) engine and AI

تم تحديث الترتيب في 30 يونيو 2026

For لغة برمجة لبناء برمجيات قابلة للتوسع, the strongest matches are leela-zero/leela-zero (Leela Zero is a deep-learning Go engine that implements), tensorflow/minigo (Minigo is a TensorFlow-based Go AI engine that uses) and lightvector/katago (KataGo is a leading open-source Go AI engine that). Each is ranked by relevance to your query, popularity and recent activity.

نحن نختار بعناية مستودعات GitHub مفتوحة المصدر التي تطابق “go”. النتائج مرتبة حسب صلتها ببحثك — استخدم الفلاتر أدناه للتضييق، أو قم بتحسين البحث باستخدام الذكاء الاصطناعي.

نتائج البحث عن “لغة برمجة لبناء برمجيات قابلة للتوسع”

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • leela-zero/leela-zeroالصورة الرمزية لـ leela-zero

    leela-zero/leela-zero

    5,579عرض على GitHub↗

    Leela Zero is a deep learning Go engine and reinforcement learning system that implements the AlphaGo Zero approach. It utilizes deep residual convolutional networks and Monte Carlo Tree Search to determine optimal moves and analyze the game of Go. The project functions as a neural network training tool that generates data through automated self-play. It uses a supervised learning pipeline to refine network weights, allowing the system to improve its game-playing capabilities without relying on human-provided data or expert knowledge. The engine includes game scoring logic to determine winne

    Leela Zero is a deep-learning Go engine that implements the AlphaGo Zero approach with Monte Carlo tree search, supports GTP protocol, includes scoring logic, and handles multiple board sizes—exactly the kind of AI-driven Go implementation with game record capabilities you are looking for.

    C++Monte Carlo Tree Search
    عرض على GitHub↗5,579
  • tensorflow/minigoالصورة الرمزية لـ tensorflow

    tensorflow/minigo

    3,531عرض على GitHub↗

    Minigo is a TensorFlow-based reinforcement learning engine designed to master the game of Go. It functions as a comprehensive system for training neural networks to predict board policies and game outcomes, utilizing a model trainer to generate self-play data and optimize weights. The project is distinguished by its ability to perform large-scale game simulations using Kubernetes to distribute worker nodes across CPU, GPU, and TPU hardware. It employs a Monte Carlo Tree Search implementation to identify optimal moves and supports specialized hardware acceleration, including inference on Edge

    Minigo is a TensorFlow-based Go AI engine that uses Monte Carlo Tree Search and neural networks, and its tags indicate support for GTP protocol, SGF record parsing, and game analysis — exactly the kind of open-source Go implementation with AI you are looking for, covering the key features like MCTS, SGF, and GTP.

    C++Go Text Protocol ImplementationsMonte Carlo Tree SearchMCTS Parallelization Strategies
    عرض على GitHub↗3,531
  • lightvector/katagoL

    lightvector/KataGo

    0عرض على GitHub↗

    Overview Training History and Research Where To Download Stuff Setting Up and Running KataGo GUIs Windows and Linux MacOS OpenCL vs CUDA vs TensorRT vs Eigen How To Use Tuning for Performance Common Questions and Issues Issues with specific GPUs or GPU drivers Common Problems Other Questions…

    KataGo is a leading open-source Go AI engine that uses Monte Carlo tree search and neural networks, fully supporting SGF, GTP protocol, multiple board sizes including 9×9 and 19×19, scoring with komi, handicap stones, and can be used via command line or graphical interfaces through GTP — exactly what this search asks for.

    Algorithms and Data Structures
    عرض على GitHub↗0

Related searches

  • قائمة قراءة لتعلم Go
  • النظام البيئي لـ Go
  • بنك أسئلة لمقابلات Go
  • دليل لبناء الأنظمة القابلة للتوسع
  • إطار عمل Go لبناء الخدمات المصغرة (microservices)
  • a high performance web framework for Go
  • a testing framework for Go applications
  • an open source game written in Go