You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 8, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
6
6
7
7
NLP Architect is an open-source Python library for exploring the state-of-the-art deep learning topologies and techniques for natural language processing and natural
8
-
language understanding. It is intended to be a space to promote research and
8
+
language understanding. It is intended to be a platform for future research and
9
9
collaboration.
10
10
11
11
The library consists of core modules (topologies), data pipelines, utilities and end-to-end model examples with training and inference scripts. Each of the models includes algorithm descriptions and results in the [documentation](http://www.nlp_architect.nervanasys.com/).
Copy file name to clipboardExpand all lines: doc/source/index.rst
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ NLP Architect by Intel® AI Lab
23
23
"""""""""""""""""""""""""""""""
24
24
25
25
NLP Architect is an open-source Python library for exploring the state-of-the-art deep learning topologies and techniques for natural language processing and natural
26
-
language understanding. It is intended to be a space to promote research and
26
+
language understanding. It is intended to be a platform for future research and
27
27
collaboration.
28
28
29
29
The library includes our past and ongoing NLP research and development efforts as part of Intel AI Lab.
@@ -34,11 +34,11 @@ How can NLP Architect be used
34
34
===============================
35
35
36
36
- Train models using provided algorithms, reference datasets and configurations
37
-
- Train models using their own data
37
+
- Train models using your own data
38
38
- Create new/extend models based on existing models or topologies
39
-
- Explore how deep learning models tackle these NLP tasks
39
+
- Explore how deep learning models tackle various NLP tasks
40
40
- Experiment and optimize state-of-the-art deep learning algorithms
41
-
- integrate modules and utilities from the library to a solutions
41
+
- integrate modules and utilities from the library to solutions
42
42
43
43
44
44
Library Overview
@@ -64,8 +64,8 @@ Deep Learning frameworks
64
64
Because of the current research nature of the library, several open source deep learning frameworks are used in this repository including:
65
65
66
66
- `Intel® Nervana™ graph`_
67
-
- Intel® neon_
68
-
- Tensorflow_
67
+
- `Intel® neon`_
68
+
- Tensorflow_ or `Intel-Optimized TensorFlow`_
69
69
- Dynet_
70
70
- Keras_
71
71
@@ -83,9 +83,10 @@ We welcome collaboration, suggestions, and critiques. For information on how to
83
83
on this project, please see the :doc:`developer guide <developer_guide>`.
0 commit comments