Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ In the meanwhile, we are looking for contributions. An easy place to start is t
* Native Binary high-performance format

### Featurization Improvements
We already provide text/NLP and image processing functionnalities that will be expanded
* Text (*)
* Natural language text preprocessing such as tokenization, part-of-speech tagging, and sentence breaking
* Pre-trained text models that can be used for extracting of semantic or sentiment features from text
* Natural language text preprocessing such as improving tokenization features, adding part-of-speech tagging, and sentence boundary disambiguation
* Pre-trained text models (beyond current n-gram text handling) such as pre-trained WordEmbedding that can improve the extraction of semantic or sentiment features from text

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The WordEmbedding transform was added to the external repo in #545

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok I'll update that then!

* Image (*)
* Image preprocessing such as loading, resizing, and normalization if images
* Image preprocessing such as loading, resizing, and normalization of images
* Image featurization, including industry-standard pre-trained ImageNet neural models, such as ResNet and AlexNet

### Trained Model Management
Expand Down