https://github.com/comet-ml/kubeflow-pipeline
https://github.com/comet-ml/kubeflow-pipeline
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/comet-ml/kubeflow-pipeline
- Owner: comet-ml
- Created: 2021-08-24T16:02:42.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-24T18:46:32.000Z (almost 5 years ago)
- Last Synced: 2025-04-03T02:54:46.553Z (about 1 year ago)
- Language: Python
- Size: 253 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.

### Steps
1. [Setup Kubeflow and clone repository](documentation/step-1-setup.md)
1. [Build the pipeline components](documentation/step-2-build-components.md)
1. [Upload the dataset](documentation/step-3-upload-dataset.md)
1. [Custom prediction routine](documentation/step-4-custom-prediction-routine.md)
1. [Run the pipeline](documentation/step-5-run-pipeline.md)
1. [Monitor the training](documentation/step-6-monitor-training.md)
1. [Predict](documentation/step-7-predictions.md)