Question regarding deep learning certificate progam

hello
are the coding examples in the course explained using tensorflow or keras library?

Hi, Vineeth.

The coding examples are mostly using Tensorflow and Python library. You can always integrate with high-level API tf.keras with the keras.
Keras is a wrapper on the top of tensorflow, internally it will call the tensorflow code.

Initially it is recommended to learn Tensorflow for better understanding.

All the best!