Chevron Left
Back to Introduction to TensorFlow for Artificial Intelligence, Machine Learning, and Deep Learning

Learner Reviews & Feedback for Introduction to TensorFlow for Artificial Intelligence, Machine Learning, and Deep Learning by DeepLearning.AI

4.8
stars
19,181 ratings

About the Course

If you are a software developer who wants to build scalable AI-powered algorithms, you need to understand how to use the tools to build them. This course is part of the upcoming Machine Learning in Tensorflow Specialization and will teach you best practices for using TensorFlow, a popular open-source framework for machine learning. The Machine Learning course and Deep Learning Specialization from Andrew Ng teach the most important and foundational principles of Machine Learning and Deep Learning. This new deeplearning.ai TensorFlow Specialization teaches you how to use TensorFlow to implement those principles so that you can start building and applying scalable models to real-world problems. To develop a deeper understanding of how neural networks work, we recommend that you take the Deep Learning Specialization....

Top reviews

AS

Mar 8, 2019

Good intro course, but google colab assignments need to be improved. And submitting a jupyter notebook was much more easier, why would I want to login to my google account to be a part of this course?

JC

Dec 30, 2020

I just can say that it was an awesome course. The instructors as well as the contents were clear, easy to understand and everything with a focus on how to take the theory and apply it with TensorFlow.

Filter by:

3176 - 3200 of 3,927 Reviews for Introduction to TensorFlow for Artificial Intelligence, Machine Learning, and Deep Learning

By VizLore R

•

Dec 22, 2021

The only reason I'm not giving it 5 stars is because I think some concepts could be explained in more details, such as batch_size and number of filters. Maybe that will be covered in the next courses in this specialization, and if that turns out to be the case, I'll change the rating to 5 stars. Generally, excellent teachers and able to explain complex topics in a simple manner.

By Andrei N

•

Aug 3, 2019

The course is quite light even for introductory one. At the same time, I enjoyed examples of NN implementations in colab and elaboration on how the code works. The most interesting for me personaly were hints and techics helping to develop a better understending on how the NN are builing its knowlarge on input data. I look forward to checking other courses of specialization out.

By Trance-0 W

•

Jan 17, 2022

Excellent content with comprehensive explanation for each line of code, but the submission process is really suffering. (Long submission time and numerous unknown errors, but they can be solved by solutions provided by the student forum ) In the Jupyter notebook, there are some syntax errors (like inconsistent namings) which require manual fixes, needs more improvement.

By Uriel S

•

Mar 4, 2023

The course is good, you learn a lot, and I love the passion of the instructors. That said, I wish they'd taken some time (10-20 minutes) to explore/explain some basic ML concepts before delving right into the code at the start. Other than that, its good, and the assignments feel useful to complete, and what you learn is definitely interesting and inspiring. Good job!

By Harshit J

•

May 17, 2020

That course was superb, but there were much references to other content, ik that was important but just as a suggestion I would say you can put this specialization in 5 courses or add 1 Week in each but please teach that all, by the way 4 stars were just to grab your attention as review otherwise I literally loved the content thank you Mr. Laurence and Mr, Andrew

By Vardaan T

•

Jul 31, 2020

Should probably spend more time on lectures. They're a little too short, and almost exclusively just designed to discuss snippets of code that help you solve the immediate assignment. I realize that this is a hands-on course, but intuition provided could have been much better. If you want to know how that's done, refer to 3Blue1Brown's series on Neural Networks!

By Kishan K

•

May 5, 2020

very structured from the beginning, the time required to complete this course is calculated very carefully so even if you're a beginner with deep learning you'll be complete the course on time. there are a lot of useful resource links as well which reduces the learning effort. i really liked this course and it made me more confident to pursue the specialization.

By Arun P R

•

Apr 17, 2020

The course topics were well conversed by Lawrence. But I find it difficult to process the programming assignment, not because its difficult for me, I completed what I am supposed to do and got desired output on it but the submission and grading mechanism is a bit faulty and misleading. The Discussion Forums also got not much mentors or fellow students helping

By siddhanta b

•

Jun 28, 2020

Really nice course for basic Tensorflow, It will be much better if a real world example is explained with every aspect of machine learning. Like data aquisition, sufficiency, labelling, model building, evaluation and deployment. I am not saying to show the steps how to do it, but some pointers will be nice. Final project should at least include everything.

By Umberto S

•

Dec 29, 2019

A really simple and intuitive approach to Neural Networks in TensorFlow. Smart and simple examples to experiment by yourself how to build image classification with a few lines of code in python. For me was useful to recap what I already studied in DeepLearning.ai courses. This course was pretty good to do some practical exercises and an overall recap.

By Jaivanth M

•

Jul 5, 2023

The Course has a good starter pack of essential topics. Loved the course as it had so much to teach me, and added to that, Dr Moroney made the concepts truly clear and easy to understand. The only part where I felt that the course could be better were the assignments. The difficulty could have been higher to make it more challenging to the students.

By Kalana A

•

Mar 17, 2020

This is way too easy for an intermediate course I believe. But some of the concepts like visualizing the activations of the layers, writing the custome callbacks are really nice. Overall the explanations were really good and the notebooks gives really good insight and playground to play with parameters and learn how these functions (API) work.

By Michael F

•

Mar 31, 2020

I like Mr Moroney's videos. He is very good in explaining things. Sometimes he goes a bit too fast through the notebooks. It would be very nice if he could dive a bit deeper into the mathematical/theoretical backgrounds. The theoretical sources for reading are good, but I find it sometimes very helpful if somebody is explaining it. Thanks.

By Jack P

•

Oct 11, 2020

Great intro to getting started with TensorFlow. Highly recommended to do this after getting the basic theory from the deeplearning specialisation (i'mm the kind of person that likes to understand at least at high level what is going on so would say do the deeplearning first. However if you prefer to do the learn after could do it second!)

By Shehryar M K K

•

Apr 13, 2020

This course focuses on the practical programming aspects of deep learning networks rather than the theory. It is very helpful to get hands-on training with tensor-flow. I would highly advise taking Andrew Ng's Deep Learning course before taking this course as it makes understanding fundamentals of deep learning more meaningful and fun.

By Lukas A

•

Mar 23, 2020

Very good to start some coding and get hands-on experience. However, they do not go into depth about what the parameters mean and why it makes sense to set them just as they do it in the instructions. It gives you a great experience, but I am not sure if all this is useful when working with real data on real problems with real pitfalls.

By Kristopher J

•

Sep 1, 2019

The course has a lot of good material, and is a great follow-up to the more theoretical Deep Learning Specialization.

However, I can't give it five stars because the exercises are a bit repetitive, and the quizzes have some very poorly worded questions. I know this is a new course, so I hope they can smooth out some of these rough edges.

By AbdulSamad M Z

•

Jul 31, 2020

Excellent course to get a grasp on the basics of ML/DL with Computer Vision on TensorFlow. Lecture delivery is super clear and the exercises nicely complement the material and give you the hands-on work you need. Having taken Andrew Ng's Machine Learning course will significantly help as this course is more practical than theoretical.

By Rishabh C

•

Jun 20, 2020

Good starting point to learn about training and deploying Deep Learning Models using Tensorflow. Some concepts cause a little confusion regarding the import structure of these libraries. Sometimes only import tensorflow is used while sometimes keras is imported as well. But all the code uses tf.keras , so it gets a little confusing.

By XL Y

•

Nov 9, 2019

It's good enough for beginners, but I have to say it's still a little bit easy. Maybe teacher can give us more reading materials or show us more interesting projects that we can reach after this Specialization and I think that can be called an introduction. But anyway, I think the course is better than many tutorials on the Internet.

By Arpit G

•

Dec 21, 2020

Overall the course is very good . It gives a simple introduction to Deep Learning especially ConvNets. I would have loved if some of the concepts like Convolution were explained in more depth using some cool animations. The good thing about this course is that it never appeared to be a burden , rather it was a joyful experience.

By Hessel C W

•

Mar 21, 2020

This course offers a very solid introduction in tensorflow for CNN applications. One comment I had is that the quizzes did not test for deep understanding at all. They were more things you'd remember literally from the text and explanation, rather than new questions that can only be answered with some deeper understanding.

By Quentin M

•

Aug 3, 2021

I'd already done the Deep Learning Specialisation which I think is important to do before this course. This one is a good chance to practice a bit and examine in more detail the syntax of Tensorflow. It's pretty good but it does jump right into to applications with not much of an overview (for example what is a Tensor?)

By Adarsh K

•

May 30, 2020

It's really a good course for hands-on in Deep learning using TensorFlow and Keras.

It's going to be great fun with very short videos and getting more focus on practical aspects.

This course is very precise and I really liked it and recommend for everyone who have their interest in AI, Machine Learning, and Deep Learning.

By Kaan A

•

Aug 14, 2019

With this course I learned new things on tensorflow. However, It feels like it is very very simple introduction to tensorflow. After finishing Deep Learning Specialization I thought that this Specialization will be complementary. I'm disappointed a little bit on the first course. I believe other courses will be better!