Skip to content

Latest commit

 

History

History

named_entity_recognition

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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