0

Recently I asked a question regarding Time series prediction and someone commented that I should consider taking DeepLearning.AI course: Sequences, Time Series and Prediction.

My goal is to make good Time series predictions. I wonder whether the fact that it uses TensorFlow instead of the high level layer Keras an issue? Is there a "best"/most recommended course for developers that want to use Keras to make predictions over Time series?

Cohensius
  • 163
  • 7

1 Answers1

1

You should be in good shape if it is leveraging TF 2.X. The Keras API is integrated into the 2.X versions, including sequential model definitions, eager execution, API simplification (Keras), the datasets API, and the SavedModel format.

Daniel Curtis
  • 231
  • 1
  • 2