From 4313c04778a0c461c44616d2cb85fbdf3155b229 Mon Sep 17 00:00:00 2001 From: Aron Barreira Bordin Date: Sun, 4 Feb 2018 02:25:29 -0200 Subject: [PATCH] Add Cogitare Add Cogitare, a deep learning framework built on top of PyTorch. Docs: http://docs.cogitare-ai.org/ Tutorials: http://tutorials.cogitare-ai.org/ --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 15fbf6b..e5ebb00 100644 --- a/README.md +++ b/README.md @@ -950,6 +950,7 @@ be * [CatBoost](https://github.com/catboost/catboost) - Gradient boosting on decision trees library with categorical features support out of the box for Python, R. * [stacked_generalization](https://github.com/fukatani/stacked_generalization) - Implementation of machine learning stacking technic as handy library in Python. * [modAL](https://cosmic-cortex.github.io/modAL) - A modular active learning framework for Python, built on top of scikit-learn. +* [Cogitare](https://github.com/cogitare-ai/cogitare): A Modern, Fast, and Modular Deep Learning and Machine Learning framework for Python. #### Data Analysis / Data Visualization