-
Notifications
You must be signed in to change notification settings - Fork 208
Open
Labels
good first modelIt's good to start writing pipcook modelsIt's good to start writing pipcook modelsmodelMachine learning model related issues and discussionsMachine learning model related issues and discussionspluginPipcook plugin addition, bug report and changesPipcook plugin addition, bug report and changes
Description
We have the following categories that we need to support at Pipeline and MLApp.
Working with Image Data
- Image Classification (it does classify the image to specific classes)
- model available: ResNet by @utkobe add resnet tensorflow model #186
- Image Generation (it generates image automatically)
- model available: CycleGAN
- Object Detection (it detects the given objects and returns class and position for each one)
- model available: Faster-RCNN
- Image Segmentation (it returns the outline of given objects in pixel)
- model available: Master-RCNN @utkobe
- Image Clustering (it returns clusters from images)
- model available: ClusterCNN @WenheLI
Working with Text Data
- Text Classification (it does classify the text to specific classes)
- model available
- Named Entity Recognition (it recognizes the named entity from a sentence)
- Relationship Extraction (it extracts the relationships between sentences)
- model available: Bert
- Coreference Resolution (it does the pronouns and other referrings to be connected with right individuals.)
- Writing Correction (it helps to do writing correction)
- model available: Bert
- Machine Translation (it translates a language to target language)
- model available: Transformer
- Question and Answering (it generates an answer by given question)
- model available: Bert
- Text Summary (it generates a summary for your given long text)
- model available: pointer-generator-network @gindis
- Text Creation (it generates an artwork by given portfolio)
- Text Clustering (it returns clusters from words or sentences)
- model available: CNN, RNN
If you are interested in how to develop a model plugin and write a new Pipeline, feel free to try with the above and open a new pull request :)
Metadata
Metadata
Assignees
Labels
good first modelIt's good to start writing pipcook modelsIt's good to start writing pipcook modelsmodelMachine learning model related issues and discussionsMachine learning model related issues and discussionspluginPipcook plugin addition, bug report and changesPipcook plugin addition, bug report and changes