Work in progress
You might ask yourself what can I find here. This repository mainly contains different small and large projects related to machine learning.
Contains jupyter notebooks and examples for Keras, Google AI Platform and Kubeflow.
I update this repository while learning new technologies and topics. It is used as a self reminder for my future self.
.
├── ai-platform # Implementations related to Google AI Platform.
├── kubeflow # Implementations related to kubeflow.
└── leightweight-component-training # Explains the basics of components and pipelines in Kubeflow
├── notebooks # Several notebooks for different kind of technologies.
├── notes # Personal machine learning notes, as self reminder =).
└── presentations # Personal presentations related to ml.
2019年10月24日
- added TFRecords with tf.hub feature extraction sample
2019年06月26日
- added training component for concatenating strings
- added training notebook for reusable components and pipelines
2019年06月18日
- NER added deployment for AI Platform using beta feature for custom processing routine
2019年06月17日
- NER added processing state export for custom prediction routine usage
- NER added logic to export keras model
2019年06月14日
- Initial repository and structure.
- Added several basic kubeflow notebooks.