Chevron Left
Back to Sequences, Time Series and Prediction

Learner Reviews & Feedback for Sequences, Time Series and Prediction by DeepLearning.AI

4.7
stars
5,036 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 Specialization will teach you best practices for using TensorFlow, a popular open-source framework for machine learning. In this fourth course, you will learn how to build time series models in TensorFlow. You’ll first implement best practices to prepare time series data. You’ll also explore how RNNs and 1D ConvNets can be used for prediction. Finally, you’ll apply everything you’ve learned throughout the Specialization to build a sunspot prediction model using real-world data! 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 Developer 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

FF

Invalid date

This is a very suitable course for those of you who are new to machine learning, because after I took this course my interest in machine learning has increased. especially CNN computer vision.

JH

Invalid date

Really like the focus on practical application and demonstrating the latest capability of TensorFlow. As mentioned in the course, it is a great compliment to Andrew Ng's Deep Learning Specialization.

Filter by:

601 - 625 of 789 Reviews for Sequences, Time Series and Prediction

By Deleted A

Sep 6, 2019

I think this course will be of great help if one has worked on time series data. I was a complete novice to time series, and found it difficult to relate. However, I learnt a great deal about the tensorflow technical aspects.

Thanks Lawrence for making it so easy :)

By Alfonso C

Sep 20, 2019

The course is great, but I would have loved knowing more about how to deal with multivariate time-series, data sets with many time-series, variable prediction horizon etc.

Hope a more advanced course on time series forecast with tf.keras is under construction! ;-)

By Raphy B

Apr 30, 2021

The exercises are not so well constructed compared to the other courses in this specialization. Overall, the content is "spot-on" (pun intended) when it comes to explaining time-series and what methods we can use to approach to these problems.

By Yogendra S

May 25, 2020

It was great to start with synthetic data than applying the model to the actual data. It would have been great if assignments were mandatory and new case studies could be practiced. Otherwise course is great to do hands on with tensorflow.

By David R C S

Jan 6, 2021

before this course, I didn't have knowledge about time series and the problem with the course is I end with the same lack of knowledge because it's more like a tutorial about how to build your NN that a understanding of what is going on.

By Yingnan X

Oct 28, 2019

The homework exercise seems to heavily overlap with the demo notebook that I can simply copy and paste the code into the exercise notebook. It would be great if in the future the exercise can be a little harder and involve more thinking.

By Shiladitya P

Mar 19, 2020

I learned the best practices for forecasting using statistical techniques as well as deep learning networks in this course. One point for improvement is to focus on a few multi-variate examples with code, which was absent in the course.

By Adnan D

Dec 7, 2020

It was good totally, but I think the assignments weren't enough also I expected the multivariate time series to be covered but it wasn't, I'm waiting to see this teacher next course soon I wish for better assignments and a cool topic!

By Александр З

Oct 1, 2019

I would like to have more info on window and batch sizes - seems to be pretty important values to work with, but they are not covered in depth.

In general, greate course that shows how to prepare sequences, feed them in to NN.

Loved it.

By Vahid N

Jan 19, 2020

It is very easy to follow this course. I wish some function/object options and arguments (such as why we use Y^hat (hat is usually reserved for estimated values) and not Y in LSTMs) were explained in more detail for curious readers.

By Bruno R S

Jan 24, 2023

The first week is confusing, as the topic is very obscure in machine learning as well. The later applications of Tensorflow are very interesting. Also, the final project uses real data, which is very productive.

By Neelkanth S M

Nov 27, 2020

As with an machine/ deep learning model, data preprocessing is the most underrated part. Taking this course exposes students to various pre-processing nuances that are helpful in training a deep learning model.

By Tobias L

Nov 12, 2020

Nice and short introduction to time series handling in Keras. As with the other courses, this is a simple hands-on course. I therefore recommend to take the DeepLearning Specialization before this course.

By WALEED E

Jul 17, 2020

The course is fantastic. It was a bit short and with some hyperparameters tuning focus, it could have been great. Also, it seems that it is biased to show that LSTM is always superior to RNN networks.

By mehryar m

Dec 27, 2019

I'm so glad to take this course and build my knowledge regarding time-series data and modern approaches to create prognostic models. Thanks to Andrew Ng and L. Moroney to provide this course.

By SIDDHARTHA P

Mar 27, 2020

Few hands on programming assignments could be better for experience as was the case with starting two courses. Overall good course and the structure was well laid. Thanks for building it up

By William G

Aug 16, 2019

Though I feel some aspects of this course did not delve deep enough into the explanations of some functions, the course helped me understand how to use models for time series problems.

By winniefred m b

May 23, 2021

taking this course was undoubtedly a better idea than endless scans over tensorflow documentation and other books. I am glad I got to do this course, wish I had taken this up earlier

By Hyungmin S

Jul 19, 2020

I wish there were more detail explanation about hyper-parameter tuning when we define NN Models.

other than that, this course was great and gave me lot of insights. Thank you.

By Yongqing X

Sep 26, 2020

I'd like to learn more about algorithmic principle(Although some Andrew‘s class link is attached. )why not explain the principle combined with the real example

By CM

Aug 19, 2019

Wish there were graded programming exercises. The quizzes has questions not relevant to the goal of the lesson ex What is the seasonality of sunspots.

By Saikat M

May 16, 2020

New techniques were learnt regarding how to create a time-series signal and how they can be manipulated for forcasting and feeding to DNN networks.

By Parth A

Aug 11, 2019

A good intro course to time series prediction. Would have loved some more data analysis and other time series methods like ARIMA and seasonal ARIMA