Question about courses

Hello everyone …
Is there codes explained at videos of deep learning specialization or just written code at notebook at readings thanks.

The Deep Learning Specialization video lectures do not cover programming very much.

The majority of the programming instruction is in the lab notebooks.

You’re expected to already know the fundamentals of how to write a Python program.

3 Likes

Thank you so much :heart:

Do you know what is the most used library at specialization I ?? And what is the most important fundamentals of python should I do to get ensure that I’m able to take specialization

The Deep Learning Specialization uses Numpy and TensorFlow, also maybe a little bit of scikit-learn. The course contains instructions on how to use them.

You just need to know the basics of how a Python program works (how functions are defined, the syntax for writing a program, how to call functions, etc).

1 Like