This is the second part of Go Deep In Deep Learning PT2: Deep Learning Specialization. As announced at the end of the previous article, once completed the introduction course at Andrew's Machine Learning I started his specialization course called Deep Learning Specialization on Coursera. The course is structured in 5 sub-courses:
In this course, you will learn the foundations of deep learning. When you finish this class, you will:
My opinion:
I recommend this course to those who already have a theoretical idea of how a deep neural network works and want to deepen the practical aspect (you will implement a deep neural network with numpy, without a framework and is very good thing for a beginners). For all the others starting from scratch and wanting to have a good understanding of the subject, I suggest to first retrieve the introductory course, again by prof. Andrew, called Machine Learning.
This course, will teach you the "magic" of getting deep learning to work well. Rather than the deep learning process being a black box, you will understand what drives performance, and be able to more systematically get good results. You will also learn TensorFlow. After 3 weeks, you will:
My opinion:
This second course is the natural continuation of the previous one. In the first course, you learned how to build a deep neural network from scratch, now you learn how to better initialize parameters, how to accelerate the process with optimized algorithms, how to tune up the hyperparameters and you will practice with Tensorflow. I find this course a bit more difficult than the first one, but I think these concepts are fundamental and the first course alone is not enough.
In this course, you will learn how to build a successful machine learning project. If you aspire to be a technical leader in AI, and know how to set direction for your team's work, this course will show you how. Much of this content has never been taught elsewhere, and is drawn from my experience building and shipping many deep learning products. This course also has two "flight simulators" that let you practice decision-making as a machine learning project leader. This provides "industry experience" that you might otherwise get only after years of ML work experience.
My opinion:
This is the most important of the other 5 because these contents are almost exclusive or in this course. It will inject in you the best advice learned from years of experience on ML projects and suggest the best strategies for real problems in the real world.
This course, will teach you how to build convolutional neural networks and apply it to image data. Thanks to deep learning, computer vision is working far better than just two years ago, and this is enabling numerous exciting applications ranging from safe autonomous driving, to accurate face recognition, to automatic reading of radiology images. At the end of this course, you will:
My opinion:
This is the most difficult course of the 5th, but also the one that gives more satisfaction. Scientists working on artificial vision have had incredible ideas and have achieved impressive results. Unfortunately, this course is not enough to master these techniques, but it is certainly an excellent first step to introduce yourself into this new world.
This course, will teach you how to build models for natural language, audio, and other sequence data. Thanks to deep learning, sequence algorithms are working far better than just two years ago, and this is enabling numerous exciting applications in speech recognition, music synthesis, chatbots, machine translation, natural language understanding, and many others. After 3 weeks, you will:
My opinion:
This is the course that I liked less. Unfortunately, I do not feel very comfortable using neural networks for tasks where logical reasoning would be needed (such as understanding the text) but I recognize that this is the state of the art, because it works better. Also in this case the course provides some basic tools to orientate yourself in the world of NLP but it is not at all sufficient to be able to say to master it.
Using a SIGNS data set, I built a deep neural network model to recognize numbers from 0 to 5 in sign language with impressive precision.
I applied YOLO algorithm (a state-of-the-art object detection model) on Turin.
Live version of YOLO algorithm with Raspberry camera.
Experiments with style transfer (the technique of recomposing images in the style of other images).
Now that I have finished all 5 courses I have a perfect mastery of deep learning and I do not need to study anymore ... obviously, I'm joking. I'm still at the beginning, now it's the time to do exercises and start concrete projects by applying what has been learned.