Update README.md
Browse files
README.md
CHANGED
|
@@ -28,7 +28,7 @@ model-index:
|
|
| 28 |
|
| 29 |
<div align="center">
|
| 30 |
|
| 31 |
-
](https://creativecommons.org/licenses/by-nc/4.0/)
|
| 34 |

|
|
@@ -42,7 +42,7 @@ model-index:
|
|
| 42 |
|
| 43 |
## 📖 Model Overview
|
| 44 |
|
| 45 |
-
**Nexus-core
|
| 46 |
|
| 47 |
It serves as the static evaluation function (the "Brain") for the GambitFlow search algorithm, providing a numeric advantage score for any given board state.
|
| 48 |
|
|
|
|
| 28 |
|
| 29 |
<div align="center">
|
| 30 |
|
| 31 |
+

|
| 32 |
|
| 33 |
[](https://creativecommons.org/licenses/by-nc/4.0/)
|
| 34 |

|
|
|
|
| 42 |
|
| 43 |
## 📖 Model Overview
|
| 44 |
|
| 45 |
+
**Nexus-core** (Core Edition) is the primary engine of the **GambitFlow** project. It is a deep Residual Neural Network designed to evaluate chess positions with high-level human-like intuition. Unlike traditional engines that use manual "if-then" logic, Nexus-core learned chess strategy by analyzing over **5 million positions** played by elite grandmaster-level players.
|
| 46 |
|
| 47 |
It serves as the static evaluation function (the "Brain") for the GambitFlow search algorithm, providing a numeric advantage score for any given board state.
|
| 48 |
|