From a3dd3956f5d72496af4d95ca53a20dc60ad093ba Mon Sep 17 00:00:00 2001 From: larionovavi-stack Date: Sat, 13 Jun 2026 15:53:53 -0700 Subject: [PATCH] Add Genesis 2 to Machine Learning section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dfcb3ffbd7..3f4f364f95 100644 --- a/README.md +++ b/README.md @@ -189,6 +189,7 @@ _Libraries for Machine Learning. Also see [awesome-machine-learning](https://git - [catboost](https://github.com/catboost/catboost) - A fast, scalable, high performance gradient boosting on decision trees library. - [feature_engine](https://github.com/feature-engine/feature_engine) - sklearn compatible API with the widest toolset for feature engineering and selection. +- [Genesis 2](https://github.com/larionovavi-stack/genesis2-cascade-moe) - Cascade MoE neural network. CPU-only, no GPU required, zero catastrophic forgetting, 18ms inference. - [h2o](https://github.com/h2oai/h2o-3) - Open Source Fast Scalable Machine Learning Platform. - [lightgbm](https://github.com/lightgbm-org/LightGBM) - A fast, distributed, high performance gradient boosting framework. - [mindsdb](https://github.com/mindsdb/minds-platform) - MindsDB is an open source AI layer for existing databases that allows you to effortlessly develop, train and deploy state-of-the-art machine learning models using standard queries.