From d4f4b68e5a4d4cde3b66f0929cb82fd1e5b8694c Mon Sep 17 00:00:00 2001 From: StepanovPlaton Date: Tue, 3 Feb 2026 16:23:33 +0400 Subject: [PATCH] =?UTF-8?q?Create=20Projects=20=E2=80=9Cneyrogamer?= =?UTF-8?q?=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/content/projects/neyrogamer.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/content/projects/neyrogamer.json diff --git a/src/content/projects/neyrogamer.json b/src/content/projects/neyrogamer.json new file mode 100644 index 0000000..cac2517 --- /dev/null +++ b/src/content/projects/neyrogamer.json @@ -0,0 +1,14 @@ +{ + "sourceCode": "https://github.com/StepanovPlaton/NeyroGamer", + "featured": false, + "startDate": "2020-03-06T08:00:00.000+04:00", + "techStack": [ + "Python", + "NumPy" + ], + "status": "completed", + "title": "NeyroGamer", + "tags": [], + "description": "Генетический алгоритм, обучающий нейронные сети играть в гонки. Без использования ML библиотек", + "category": "history" +}