mirror of
https://github.com/zhigang1992/fastai.git
synced 2026-04-28 17:44:52 +08:00
Adds NLP section
This commit is contained in:
@@ -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 | |
|
||||
|
||||
Reference in New Issue
Block a user