Adds NLP section

This commit is contained in:
Nisreen Al-Basha
2018-04-09 22:15:14 -04:00
parent d28dc8fbc2
commit 690e7ce218

View File

@@ -52,6 +52,7 @@ Note that there are always exceptions, especially when we try to comply with the
| | input | x | |
| | input / output | io | |
| | object | obj | |
| | string | s | |
| | class | cls | |
| | source | src | |
| | destination | dst | |
@@ -131,7 +132,6 @@ Note that there are always exceptions, especially when we try to comply with the
| | criteria | crit | |
| | weight decay | wd | |
| | momentum | mom | |
| | back propagation through time | bptt | |
| | cross validation | cv | |
| | learning rate | lr | |
| | schedule | sched | |
@@ -143,8 +143,7 @@ Note that there are always exceptions, especially when we try to comply with the
| | figure | fig | |
| | image | im | |
| | transform image using opencv | _cv | zoom_cv(), rotate_cv(), stretch_cv() |
| **Text** | | | |
| | string | s | |
| | natural language processing | nlp | |
| **NLP** | natural language processing (nlp) | | |
| | token | tok | |
| | sequence length | sl | |
| | back propagation through time | bptt | |