mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 12:18:04 +03:00
12 lines
570 B
Plaintext
12 lines
570 B
Plaintext
|
//- 💫 DOCS > USAGE > DEEP LEARNING > TENSORFLOW / KERAS
|
||
|
|
||
|
+infobox
|
||
|
+infobox-logos(["tensorflow", 35, 42, "https://www.tensorflow.org"], ["keras", 45, 45, "https://www.keras.io"])
|
||
|
| #[strong Tensorflow / Keras] is the most popular deep learning library.
|
||
|
| spaCy provides efficient and powerful feature extraction functionality,
|
||
|
| that can be used as a pre-process to any deep learning library. You can
|
||
|
| also use Tensorflow and Keras to create spaCy pipeline components, to add
|
||
|
| annotations to the #[code Doc] object.
|
||
|
|
||
|
+under-construction
|