Skip to content
  • Closed Apr 30, 2019 Last updated over 4 years ago

    Finish prototype based on MySQL and Tensorflow. The prototype will …

    Finish prototype based on MySQL and Tensorflow. The prototype will be able to

    1. retrieve the data from MySQL via MySQL Connector Python API. Optionally, retrieves the model from MySQL.
    2. train the model or predict using the trained model by calling the user specified TensorFlow estimator
    3. write the trained model or prediction results into a table.

    100% complete