From d2b48cb7958f353ceec053e55f54d1e7e0c95ca7 Mon Sep 17 00:00:00 2001 From: Denis Shilov Date: Mon, 14 Aug 2023 23:17:18 +0300 Subject: [PATCH] Update README.md Added Synthical (https://synthical.com) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1dab385..1558629 100644 --- a/README.md +++ b/README.md @@ -422,6 +422,7 @@ You can read more about this distinction on Prof. Daniel Abadi's blog: [Distingu * [Azure ML Studio](https://studio.azureml.net/) - Cloud-based AzureML, R, Python Machine Learning platform * [brain](https://github.com/harthur/brain) - Neural networks in JavaScript. * [Oryx](https://github.com/OryxProject/oryx) - Lambda architecture on Apache Spark, Apache Kafka for real-time large scale machine learning. +* [Synthical](https://synthical.com) - AI-powered environment for Research * [Concurrent Pattern](http://www.cascading.org/projects/pattern/) - machine learning library for Cascading. * [convnetjs](https://github.com/karpathy/convnetjs) - Deep Learning in Javascript. Train Convolutional Neural Networks (or ordinary ones) in your browser. * [DataVec](https://github.com/deeplearning4j/DataVec) - A vectorization and data preprocessing library for deep learning in Java and Scala. Part of the Deeplearning4j ecosystem.