examples/named_entity_recognition
Jamie Poole 951ca8f7f6
Update step-1-setup.md (#796)
2020-06-23 07:22:32 -07:00
..
components added named entity recognition example (#590) 2019-09-18 16:41:00 -07:00
documentation Update step-1-setup.md (#796) 2020-06-23 07:22:32 -07:00
notebooks added named entity recognition example (#590) 2019-09-18 16:41:00 -07:00
routine added named entity recognition example (#590) 2019-09-18 16:41:00 -07:00
.gitignore added named entity recognition example (#590) 2019-09-18 16:41:00 -07:00
README.md added named entity recognition example (#590) 2019-09-18 16:41:00 -07:00

README.md

Named Entity Recognition with Kubeflow and Keras

In this walkthrough, you will learn how to use Kubeflow to build reusable components to train your model on an kubernetes cluster and deploy it to AI platform.

Goals

  • Demonstrate how to build reusable pipeline components
  • Demonstrate how to use Keras only models
  • Demonstrate how to train a Named Entity Recognition model on a Kubernetes cluster
  • Demonstrate how to deploy a Keras model to AI Platform
  • Demonstrate how to use a custom prediction routine
  • Demonstrate how to use Kubeflow metrics
  • Demonstrate how to use Kubeflow visualizations

What is Named Entity Recognition

Named Entity Recognition is a word classification problem, which extract data called entities from text.

solution

Steps

  1. Setup Kubeflow and clone repository
  2. Build the pipeline components
  3. Upload the dataset
  4. Custom prediction routine
  5. Run the pipeline
  6. Monitor the training
  7. Predict