From ffb1de935d178582547f6b453c5d8d777646d1ee Mon Sep 17 00:00:00 2001 From: Zach Kimberg Date: Mon, 21 Sep 2020 02:27:29 -0700 Subject: [PATCH] Add DJL (#877) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 18196e6..ae4f5da 100644 --- a/README.md +++ b/README.md @@ -570,6 +570,7 @@ _Tools that provide specific statistical algorithms for learning from data._ - [Apache Mahout](https://mahout.apache.org) - Scalable algorithms focused on collaborative filtering, clustering and classification. - [DatumBox](http://www.datumbox.com) - Provides several algorithms and pre-trained models for natural language processing. - [Deeplearning4j](https://deeplearning4j.org) - Distributed and multi-threaded deep learning library. +- [DJL](https://djl.ai) - High-level and engine-agnostic framework for deep learning. - [H2O ![c]](https://www.h2o.ai) - Analytics engine for statistics over big data. - [JSAT](https://github.com/EdwardRaff/JSAT) - Algorithms for pre-processing, classification, regression, and clustering with support for multi-threaded execution. (GPL-3.0-only) - [Oryx 2](https://github.com/OryxProject/oryx) - Framework for building real-time, large-scale machine learning applications. Includes end-to-end applications for collaborative filtering, classification, regression, and clustering.