leo.blog();

TensorFlow

TensorFlow is a machine learning framework from Google.

It is most commonly used with Keras, and it ships with Keras built-in. You can do import tensorflow.keras as keras to get Keras in your script.

Leave a Comment