Housing price assignment problem

Hi I get problem because however I install tensorflow, it gives me the error that tf does not exist.
I am stuck and don’t know what to do.
image

Hi @MaryamBCIT
You import tensorflow under the alias tf but you can’t import its functions with the alias. The correct code should have been:

import tensorflow as tf
from tensorflow import keras

Happy Learning
Vy

Hello there,

Thank you very much Vy !

It solved my problem, I was stuck there for a long time.

Thanks a lot.

If I had more problems, could I ask you using this email?

Thanks a lot again.

~WRD3990.jpg

1 Like

@MaryamBCIT ,

Glad I could help. Sure, you can always reach me by email or tag me on your new posts.

Best regards,
Vy

Hi Vy,

I have question regarding he Coursera platform.

Do I have access to the material (lectures and labs ) after I finish my certificates and courses?

And am I allowed to use some of the content ( with reference to DeepLearning.AI of course) in my teaching?

Thanks

~WRD3990.jpg

hi @MaryamBCIT,
Yes, you can access lectures, and reading materials after finishing your certificates. For upgrade labs and assignments, you can only access them within 30 days after your last subscription. Another solution is to get the upgraded lab from DeepLearning.AI public repo on GitHub.

The lecture note are under Creative Common Legal Code so you may make copies of the slides and use or distribute them for educational purposes as long as you cite DeepLearning.AI as the source of the slides. But you cannot use it for commercial uses.

The upgrade labs are under Apache License 2.0 so you can use them for both private and commercial use.

Hope it helps,
Vy

Thanks a lot.
I will try GitHub and let you know.

Hello dear Vy,

I had canceled my subscription for Calculus in Machine Learning course, but want to extend my time to finish the certificate.

How can I do it? Should I just subscribe for that specialized certificate again?

I have passed one and a half of the courses already. Can I resubscribe to finish the rest later as I have the Tensorflow course as well?

Please let me know if I can resubscribe for the calculus course after I finish my tensorflow certificate, and not lose what I have already passed.

Thanks

~WRD3990.jpg

Hello @MaryamBCIT ,
You need to subscribe to the course to earn the certificates. The course will still be on your main page, simply click enroll/subscribe again and Coursera will redirect you to the subscription payment.

Yes, you can

You can find more information at Coursera Help Center

Hope it helps,
Vy