Now officially part of Kubeflow examples https://github.com/kubeflow/examples 🎉
This example demonstrates how you can use Kubeflow to train and deploy a Keras model with a custom prediction routine.
- Demonstrate how to use Keras only models
- Demonstrate how to train a Named Entity Recognition model
- 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
Named Entity Recognition is a word classification problem, which extract data called entities from text.
- Setup Kubeflow and clone repository
- Build the pipeline components
- Upload the dataset
- Custom prediction routine
- Run the pipeline
- Monitor the training
- Predict
Bi-LSTM (Bidirectional long Short term memory) a type of RNN (Recurrent Neural Network).