diff --git a/doc/source/images/nlu.png b/doc/source/images/nlu.png new file mode 100644 index 000000000..c07f3ae81 Binary files /dev/null and b/doc/source/images/nlu.png differ diff --git a/doc/source/ray-libraries.rst b/doc/source/ray-libraries.rst index 1721cf3a9..5d24a1b0a 100644 --- a/doc/source/ray-libraries.rst +++ b/doc/source/ray-libraries.rst @@ -15,7 +15,7 @@ Ray also comes packaged with several built-in machine learning libraries: ClassyVision |classyvision| --------------------------- -Classy Vision is a new end-to-end, PyTorch-based framework for large-scale training of state-of-the-art image and video classification models. The library features a modular, flexible design that allows anyone to train machine learning models on top of PyTorch using very simple abstractions. +Classy Vision is a new end-to-end, PyTorch-based framework for large-scale training of state-of-the-art image and video classification models. The library features a modular, flexible design that allows anyone to train machine learning models on top of PyTorch using very simple abstractions. [`Link to integration `__] @@ -55,6 +55,12 @@ Analytics Zoo seamless scales TensorFlow, Keras and PyTorch to distributed big d [`Link to integration `__] +John Snow Labs' NLU |NLU| +------------------------- +The power of 350+ pre-trained NLP models, 100+ Word Embeddings, 50+ Sentence Embeddings, and 50+ Classifiers in 46 languages with 1 line of Python code. + +[`Link to integration `__] + MARS |mars| ----------- @@ -143,3 +149,7 @@ spaCy is a library for advanced Natural Language Processing in Python and Cython .. |spacy| image:: images/spacy.png :class: inline-figure :height: 30 + +.. |nlu| image:: images/nlu.png + :class: inline-figure + :height: 30