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:

576 - 600 of 789 Reviews for Sequences, Time Series and Prediction

By Егор Е

Aug 24, 2019

I like very match the first and second week of the course, because it contains dense new theoretical and practical things. The idea of time series forecasting and preparing windowed dataset was explained very clear and was very usefull for all next lessons. Also the difference between statistic and neural network approaches was very helpful.

The 3 and 4 week I would prefer zip in one , because the experiments with RNN, LSTM and Conv is very familiar and actually I've done them together one by one. I would pleased to learn some explanation and examples why each type of architecture follow their result. How the results depend on dataset preparation. Particulary, I did not get what architecture work better with seasonality, autocorrelations, and noise.

By Xiang J

Oct 6, 2019

I think overall it is a good course, these are the things I learnt:

First-hand experience with tensorflow, but more focus on the basics of keras

Knows how to preprocess data for image, text, and times series to feed it into NN

Knows basic concepts of keras layers such as CNN, LSTM, RNN, Conv1D, DNN

Knows learning rate rough gauge techniques

Things to improve:

Fix the typos, such as window[:1], there are a few posted in the forum

Should introduce more basics of tensorflow instead of kerasShould

include more links/documentation for the side knowledge, such as paddingAdding

some layers seems magical, such as Conv1D before LSTM for time series, what is the logic behind?

By José D

Apr 26, 2020

In this final course of the Tensor InPractice Specialization, all pieces come together to solve a real world example (Kaggles' sunspots) using Keras (TensorFlow's high-level API). This course focuses on Time sequence, using CNN & RNN. As explained in the videos, this specialization is an introduction to Deep Learning using Keras. There is no math in all of the courses. As a result, if you want to understand why and how it works under the hood, you want to do the "Deep Learning" Specialization. As I did The DeepLearning one before this one, this whole specialization was like an addition exercise.

By Francisco F

Sep 23, 2020

I wish this course was taught with real world data, which only happens in week 4. Rather, the course utilizes synthetic data, which is not as great in providing perspective as real data and real problems. Also, volume is really low, don't know why. Other than that, as always, great course. Great specialization! A pretty good intro to Tensorflow for the ones who haven't used it before and a nice recap of the basics for the ones like me who have been using and have missed some core concepts here and there.

By Muthiah A

Jan 9, 2020

I enjoyed the thoughtful exercises and measured experienced guidance of Laurence (who has been doing this for years now in big stage). It’s a bite sized introduction to Tensorflow aspects for busy professionals and while you can “game” the quizzes and earn completion, really the onus is on learner to spend time on reading materials and videos and great colab exercises. Google Colab notebooks are single outstanding reason this whole specialization is compelling to me.

Thanks everyone @ Coursera

By João A J d S

Aug 3, 2019

I think I might say this for every course of this specialisation:

Great content all around!

It has some great colab examples explaining how to put these models into action on TensorFlow, which I'm know I'm going to revisit time and again.

There's only one thing that I think it might not be quite so good: the evaluation of the course. There isn't one, apart from the quizes. A bit more evaluation steps, as per in Andrew's Deep Learning Specialisation, would require more commitment from students.

By Edward T

Aug 8, 2020

Its a shame that the assignments were not graded. What's the incentive to struggle and dive deep when the notebook is just a repetition of the lecture notebooks and the assignment is ungraded? This course would greatly benefit in making those assignments graded and bringing in multivariate, multistep forecasting into the mix! Overall, though, I did enjoy it and I learned a thing or two about modelling and signal processing. Need to continue on this journey!

By Mihail Y

Sep 10, 2020

Very interesting course. Thanks to Laurance Moroney for the clear and concise way of presenting complex concepts. The only reason I am giving 4 star to the course is that I was really expecting to get more about the information on forecasting using multiple series as features and forecasting multiple series at once. I think it will be interesting to add to the course more on this, as it is still tricky for me to manage these tasks in Tensorflow.

By Shubham K

Aug 18, 2020

Really nice introduction time series data analysis for regression and prediction. This course extends what you will learn in the rest of the specialisation (NN, Dense Layers, Convolutions, RNN, LSTM) to univariate time series data. I highly recommend this. Its very easy after you do rest of courses from specialisation. Good luck learning. And kudos to Laurence and Dr Andrew Ng for being a lovely instructors and making this accessible to all .

By 4SF18IS103 - S A

Jun 7, 2020

I liked the flow of the course, working on synthetic data and then moving to real data. But I also think it would be better if I had already taken Andrew Ng's Deep Learning Course before approaching this Course. Plus since there weren't any Graded Programming exercise, it didn't feel like I would be confident in making my own model. So I'm going back and taking Deep learning course.

By Tibor S

Jan 3, 2021

Great course for a brief intorduction to time series predictions. One needs to integrate knowledge gained from somewhere else (i.e. the course is not comprehensive, but that is also not expected). What I was missing is clarification from authors of some of the important questions/comments in the forum. Several things from the course are left unexplained. Otherwise, I recommend it!

By Gerard S

Mar 26, 2020

First of all congratulations on the specialization. I felt that I have improved a lot my previous knowledge of Machine Learning and programming with Python and TS. One improving note:I felt that this course could go to third place in the specialization. You go deeper in CNN and LSTM which I missed in the previous one :)

Also, it would be great 2 examples of real-world scenarios

By Dustin Z

Jun 27, 2020

Fun course, like the rest in the series. I hadn't seen neural networks applied to time series, so that was really worthwhile to learn.

There are still some rough edges and a few parts of the labs that aren't addressed in the videos.

I really enjoy the format of the courses which emphasized a lot of experimentation with networks and provided opportunity for trial and error.

By Eric L

Dec 11, 2020

If one has seen LSTMs from the previous course and has been exposed to time series there is a little conceptual material to learn from this course, but of course the focus is on tensorflow/keras programming. Highlights were learning how to include lambda layers (which allow one to execute arbitrary code in the network) and how to automate selection of the learning rate.

By Vladimir K

Apr 26, 2021

Very nice explanations and videos, so I really like it. Basic for timeseries covered and a lot of detailed explanation provided how to apply TF to forecasting. However, quizes are too trivial and doesn't measure understanding of material IMHO. It will be great if separate data set will be used to control understanding of material and motivate to practice more with TF.

By yuan j

Aug 16, 2020

I learned some time series models and processing methods, but I think this course is too simple and too shallow, for example, there is no prediction of the situation that contains complex features, and how to combine autoregressive features with other features. Models in this course are very popular and are used by everyone, there is no deep stuff

By Yusuf M

Jun 13, 2020

A really helpful course for those who have just started their journey in the field of machine learning and AI. Strongly recommended for gaining great insights within the field, though all the materials covered are quiet shallow and practical. Use this as a way of learning the tools, not for mastering the theoretical background behind it.

By Arslan G

Mar 28, 2021

I really wish you could extend the course to multivariate time series prediction, as well as into multivariate time-series multiclass classification. That was indeed the reason why I wanted to learn more about sequence models, as I will be using them in my research on decoding EEG signal. apart from that, it's an excellent course

By Abhinandan T N

Apr 26, 2020

Sunspot example was good, but i preferred to have few more examples to exhibit different types of real data, like data having both seasonal and also trend. Though the concept is well explained using synthetic data confidence on the subject would have more if had real data for all different types.

By Amir H

Dec 14, 2019

Thank you for this very interesting and informative course. I really enjoyed the simplicity in explanation and the hands-on implementations. One thing that I think will improve this course further is to add more intuition and explanation of using particular structures like CNN followed by LSTM.

By Vaibhav v s

Jul 22, 2020

The awesome learning experience with Coursera. So far, I have completed up to the Deep learning specialization. All the courses are well structured with self-learning, live quiz, and assessment. The trainers are good, connect to students, and answer questions. Happy learning.

By FERNANDO D H S

Jul 10, 2020

Good course, I'd liked more the evaluation methodology of the first two courses on the specialization: questionare and coding excercises. Although here we have ungraded excercises it is more rewarding to see that effor translated to the grades.

Thanks again and great courses.

By Roghaiyeh S

Aug 2, 2019

I was looking for a basic step by step guide to Tensorflow and this course was amazing. I can now use my knowledge in DL from Deep Learning course better. The instructor was great, explained everything clearly. I think it was better if there was programming assignments too.

By Sharad C

Dec 30, 2020

This course enables you to start using TensorFlow as an off the shelf tool. The idea of this course is to make you comfortable with using TensorFlow for predicting time series data. Theory and statistics behind dealing with such data is beyond the scope of this course.

By Anson L

Apr 11, 2023

This is a good summary of all techniques learnt from this specialization, even though the problems are quite beginner level, it give you enough space to practice the foundation of TensorFlow workflow. Great course and its best work with Deep Learning specialization.