How to create a python module to deploy your machine learning / Neural Network model

Опубликовано: 31 Июль 2026
на канале: PinoyStat
101
2

This is the second part of a three video series . In this video I will show how I created a python 3 module which contains the TensorFlow 2.0 Neural Network model and the processing steps of data prior to and after feeding it to a Neural Network algorithm. The module created contains a class which uploads the trained model, the processing pipelines and some new methods. Module creation is necessary when deploying machine learning models.