As you might know, deeplearning.ai courses were released in two batches. The first batch contains Course 1 to 3. And only recently (as of November 15), Course 4, “Convolution Neural Networks” was released. And Course 5 is supposedly released in late November. So Course 3, “Structuring Machine Learning Projects” was more the “final” course in the first batch. It is also a good pause of the first and second half of the course: The first half was more the foundation of deep learning, whereas the second half was more about applications of deep learning.
So here you are, learning something new in deep learning now, isn’t it time to apply these new found knowledge? Course 3 says “Hold on!” It turns out before you start to do machine learning, you need to slow down and think about how to plan a task.
In fact, in practice, Course 3 is perhaps the most important course among all the courses in the specialization. The Math in Course 1 may be tougher, and Course 5 could have difficult concepts such as RNN or LSTM which are hard to grok. They are also longer than Course 3 (which only last 2 weeks). But in grand scheme of things, they are not as important as Course 3. I am going to discuss why.
What do you actually do as an ML Engineer?
Let me digress a bit: I know many of my readers are young college students who are looking for careers in data science or machine learning. But what do people actually do in the business of machine learning or AI? I think this is a legit question because I was very confused when I first started out.
Oh well, it really depends on how much you are on the development side or research side of your team. Terms like “Research” and “Development” can have various meaning depends on the title. But you can think “researcher” are the people who try to get a new techniques working – usually the criterion is whether it beats the status quo such as accuracy performance. “Developers” on the other hand, are people come up with a production implementation. You can think that many ML jobs are really in between the spectrum of “developers” and “researchers”. e.g. I am usually known for my skill as a architect. That usually means I have the knowledge on both sides. My quote on my skills is usually “50% development and 50% research”. There are also people who are highly specialized in either side. But I will focus on the research-side more in this article.
So, What do you actually do as an ML Researcher then?
Now I can see a lot of you jump up and say “OH I WANT TO BE A RESEARCHER!” Yes, because doing research is fun, right? You just need to train some models and beat the baseline and write a paper. BOOM! In fact, if you are good, you just need to ask people to do your research. Woohoo, you are happy and done, right?
Oh well, in reality, good researchers are usually fairly good coders themselves. Especially in applied field such as machine learning, my guess is out of 100 researchers in an institute, may be there is perhaps 1 person who is really a “thinking staff”. i.e. They do nothing other than coming up with new theory or writing proposal. Just like you, I admire the life of a pure academician. But in our time, you usually have to be either very smart and very lucky to be one of them. (There is a tl;dr explanation here, but it is out of scope of this article.)
“Okay, okay, got it….. so can we start to have some fun now? We just need to do some coding, right? ” Not really, the first step before you can work on fun stuffs such as modeling, or implement new algorithm, is to clean-up data. So say if you work on a fraudulent transaction detection, the first is to load a giant table somewhere so that you can query it and get the training data. Then you want to clean the data, and massage the data so that it can be an input of ML engine. Notice that by themselves these tasks can be non-trivial as well.
Course 3: Structuring Machine Learning Projects
Then there you are, after you code, you clean up your data, finally you have some time to do machine learning. Notice that your time after all these “chores” are actually quite limited. That makes how to use your time effectively a very important topic. And here comes why you want to take Course 3: Andrew teaches you the basics of how to assign time/resource in a deep learning task. e.g. How large are your train/validation/test sets? When should you stop your development? What is human performance? What if there are mismatches between your train set/test set? If you are stuck, should you tune your hyperparemeters more? Or should you regularize?
In a way, Course 3 is a reminiscence of “Machine Learning”‘s Week 6 and Week 11, basically what you try to learn is to make good “meta-decision”e of all your projects you will work for your life time. I also think it’s the right stuffs in your ML career.
One final note: as you might notice in my last two reviews, I usually tried to compare deeplearning.ai with other classes. But Course 3 is quite unique, so you might only find similar material on machine learning course which focus on theory. But Ng’s treatment is unique: first what he gave is practical and easy to understand advice. Then his advice focused on deep learning – while we are talking about similar principle. Working on deep learning usually implies special circumstance – such as close to human performance, and you might just have low train and test set performance. Those scenarios did appear in the past – but only in cutting edge ML evaluation involved the best ML teams. So you don’t normally hear about it in a course, but now Andrew tell you all. Doesn’t that worth the price of $49? 🙂
Conclusion
So here you have it. This is my review of Course 3 of deeplearning.ai. Surprising even to me, I actually write more than I expect for these two-week course. Perhaps the main reason is – I really hope this course were there say 3 years ago. This would have change the course of some projects I develop.
May be it’s too late for me….. but if you are early in deep learning, do recognize the importance of Course 3, or any advices you hear similar to what Course 3 taught. It will save you much time – not just on one ML task but many ML tasks you will work in your career.
As you all know, Prof. Ng has a new specialization on Deep Learning. I wrote about the course extensively yet informally, which include two “Quick Impressions” before and after I finished Course 1 to 3 of the specialization. I also wrote three posts just on Heroes on Deep Learning including Prof. Geoffrey Hinton, Prof. Yoshua Bengio and Prof. Pieter Abbeel and Dr. Yuanqing Lin . And Waikit and I started a study group, Coursera deeplearning.ai (C. dl-ai), focused on just the specialization. This is my full review of Course 1 after finish watching all the videos. I will give a description on what the course is about, and why you want to take it. There are already few very good reviews (from Arvind and Gautam). I will write based on my experience as the admin of AIDL, as well as a deep learning learner.
The Most Frequently Asked Question in AIDL
If you don’t know, AIDL is one of most active Facebook group on the matter of A.I. and deep learning. So what is the most frequently asked question (FAQ) in our group then? Well, nothing fancy:
How do I start deep learning?
In fact, we got asked that question daily and I have personally answered that question for more than 500 times. Eventually I decided to create an FAQ – which basically points back to “My Top-5 List” which gives a list of resources for beginners.
The Second Most Important Class
That brings us to the question what should be the most important class to take? Oh well, for 90% of the learners these days, I would first recommend Andrew Ng’s “Machine Learning“, which is both good for beginners or more experienced practitioners (like me). Lucky for me, I took it around 2 years ago and got benefited from the class since then.
But what’s next? What would be a good second class? That’s always the question on my mind. Karpathy cs231n comes to mind, or may be Socher’s cs224[dn] is another choice. But they are too specialized in the subfields. E.g. If you view them from the study of general deep learning, the material in both classes on model architecture are incomplete.
Or you can think of general class such as Hinton’s NNML. But the class confuses even PhD friends I know. Indeed, asking beginners to learn restricted Boltzmann machine is just too much. Same can be said for Koller’s PGM. Hinton’s and Koller’s class, to be frank, are quite advanced. It’s better to take them if you already know the basics of ML.
That narrows us to several choices which you might already consider: first is fast.ai by Jeremy Howard, second is deep learning specialization from Udacity. But in my view, those class also seems to miss something essential – e.g., fast.ai adopts a top-down approach. But that’s not how I learn. I alway love to approach a technical subject from ground up. e.g. If I want to study string search, I would want to rewrite some classic algorithms such as KMP. And for deep learning, I always think you should start with a good implementation of back-propagation.
That’s why for a long time, Top-5 List picked cs231n and cs224d as the second and third class. They are the best I can think of after researching ~20 DL classes. Of course, deeplearning.ai changes my belief that either cs231n and cs224d should be the best second class.
Learning Deep Learning by Program Verification
So what so special about deeplearning.ai? Just like Andrew’s Machine Learning class, deeplearning.ai follows an approach what I would call program verification. What that means is that instead of guessing whether your algorithm is right just by staring at the code, deeplearning.ai gives you an opportunity to come up with an implementation your own provided that you match with its official one.
Why is it important then? First off, let me say that not everyone believes this is right approach. e.g. Back when I started, many well-intentioned senior scientists told me that such a matching approach is not really good experimentally. Because supposed your experiment have randomness, you should simply run your experiment N times, and calculate the variance. Matching would remove this experimental aspect of your work.
So I certainly understand the point of what the scientists said. But then, in practice, it was a huge pain in the neck to verify if you program is correct. That’s why in most of my work I adopt the matching approach. You need to learn a lot about numerical properties of algorithm this way. But once you follow this approach, you will also get an ML tasks done efficiently.
But can you learn in another way? Nope, you got to have some practical experience in implementation. Many people would advocate learning by just reading paper, or just by running pre-prepared programs. I always think that’s missing the point – you would lose a lot of understanding if you skip an implementation.
What do you Learn in Course 1?
For the most part, implementing feed-forward (FF) algorithm and back-propagation (BP) algorithm from scratch. Since for most of us, we are just using frameworks such as TF or Keras, such implementation from scratch experience is invaluable. The nice thing about the class is that the mathematical formulation of BP is fined tuned such that it is suitable for implementing on Python numpy, the course designated language.
Wow, Implementing Back Propagation from scratch? Wouldn’t it be very difficult?
Not really, in fact, many members finish the class in less than a week. So the key here: when many of us calling it a from-scratch implementation, in fact it is highly guided. All the tough matrix differentiation is done for you. There are also strong hints on what numpy functions you should use. At least for me, homework is very simple. (Also see Footnote [1])
Do you need to take Ng’s “Machine Learning” before you take this class?
That’s preferable but not mandatory. Although without knowing the more classical view of ML, you won’t be able to understand some of the ideas in the class. e.g. the difference how bias and variance are viewed. In general, all good-old machine learning (GOML) techniques are still used in practice. Learning it up doesn’t seem to have any downsides.
You may also notice that both “Machine Learning” and deeplearning.ai covers neural network. So will the material duplicated? Not really. deeplearning.ai would guide you through implementation of multi-layer of deep neural networks, IMO which requires a more careful and consistent formulation than a simple network with one hidden layer. So doing both won’t hurt and in fact it’s likely that you will have to implement a certain method multiple times in your life anyway.
Wouldn’t this class be too Simple for Me?
So another question you might ask. If the class is so simple, does it even make sense to take it? The answer is a resounding yes. I am quite experienced in deep learning (~4 years by now) and I learn machine learning since college. I still found the course very useful, because it offers many useful insights which only industry expert knows. And of course, when a luminary such as Andrew speaks, you do want to listen.
In my case, I also want to take the course so that I can write reviews about it and my colleagues in Voci can ask me questions. But with that in mind, I still learn several things new through listening to Andrew.
Conclusion
That’s what I have so far. Follow us on Facebook AIDL, I will post reviews of the later courses in the future.
Arthur
[1] So what is a true from-scratch implementation? Perhaps you write everything from C and even the matrix manipulation part?
History:
Nov 29, 2017: revised the text once. Mostly rewriting the clunky parts.
Oct 16, 2017: fixed typoes and misc. changes.
Oct 14, 2017: first published
What is the Difference between Deep Learning and Machine Learning?
Usually I don’t write a full blog message to answer member’s questions. But what is “deep” is such a fundamental concept in deep learning, yet there are many well-meaning but incorrect answers floating around. So I think it is a great idea to answer the question clearly and hopefully disabuse some of the misconceptions as well. Here is a cleaned up and expanded version of my comment to the thread.
Deep Learning is Just a Subset of Machine Learning
First of all deep learning is just a subset of techniques of machine learning. You may heard from many “Deep Learning Consultants”-type: “deep learning is completely different from from Machine Learning”. But then when we are talking about “deep learning” these days, we are really talking about “neural networks which has more than one layer”. Since neural network is just one type of ML techniques, it doesn’t make any sense to call DL as “different” from ML. It might work for marketing purpose, but the thought was clearly misleading.
Deep Learning is a kind of Representation Learning
So now we know that deep learning is a kind of machine learning. We still can’t quite answer why it is special. So let’s be more specific, deep learning is a kind of representation learning. What is representation learning? Representation learning is an opposite of another school of thought/practice: feature engineering. In feature engineering, humans are supposed to hand-craft features to make machine works better. If you Kaggle before, this should be obvious to you, sometimes you just want to manipulate the raw inputs and create new feature to represent your data.
Yet in some domains which involve high-dimensional data such as images, speech or text, hand-crafting feature was found to be very difficult. e.g. Using HOG type of approaches to do computer vision usually takes a 4-5 years of a PhD student. So here we come back to representation learning – can computer automatically learn good features?
What is a “Deep” Technique?
Now we come to the part why deep learning is “deep” – usually we call a method “deep” when we are optimizing a nested function in the method. So for example, if you can express such functions as a graph, you would find that it has multiple layers. The term “deep” really is describing such “nestedness”. That should explain why we typically called any artificial neural network (ANN) with more than 1 hidden layer as “deep”. Or the general saying, “deep learning is just neural network which has more layers”.
(Another appropriate term is “hierarchical”. See footnote [4] for more detail.)
This is also the moment Karpathy in cs231n will show you the multi-layer CNN such that features are automatically learned from the simplest to more complex one. Eventually your last layer can just differentiate them using a linear classifier. As there is a “deep” structure that learn the right feature (last layer). Note the key term here is “automatic”, all these Gabor-filter like feature are not hand-made. Rather, they are results from back-propagation [3].
Are there Anything which is “Deep” but not a Neural Network?
Actually, there are plenty, deep Boltzmann machine? deep belief network? deep Gaussian process? They are still discussed in unsupervised learning using neural network, but I always found that knowledge of graphical models is more important to understand them.
So is Deep Learning also a Marketing Term?
Yes and no. It depends on who you talk to. If you talk with ANN researchers/practitioners, they would just tell you “deep learning is just neural network which has more than 1 hidden layer”. Indeed, if you think from their perspective, the term “deep learning” could just be a short-form. Yet as we just said, you can also called other methods “deep”. So the adjective is not totally void of meaning. But many people would also tell you that because “deep learning” has become such a marketing term, it can now mean many different things. I will say more in next section.
Also the term “deep learning” has been there for a century. Check out Prof. Schmidhuber’s thread for more details?
“No Way! X is not Deep but it is also taught in Deep Learning Class, You made a Horrible Mistake!”
I said it with much authority and I know some of you guys would just jump in and argue:
“What about word2vec? It is nothing deep at all, but people still call it Deep learning!!!” “What about all wide architectures such as “wide-deep learning“?” “Arthur, You are Making a HORRIBLE MISTAKE!”
Indeed, the term “deep learning” is being abused these days. More learned people, on the other hand, are usually careful to call certain techniques “deep learning” For example, in cs221d 2015/2016 lectures, Dr. Richard Socher was quite cautious to call word2vec as “deep”. His supervisor, Prof. Chris Manning, who is an authority in NLP, is known to dispute whether deep learning is always useful in NLP, simply because some recent advances in NLP really due to deep learning [1][2].
I think these cautions make sense. Part of it is that calling everything “deep learning” just blurs what really should be credited in certain technical improvement. The other part is we shouldn’t see deep learning as the only type of ML we want to study. There are many ML techniques, some of them are more interesting and practical than deep learning in practice. For example, deep learning is not known to work well with small data scenario. Would I just yell at my boss and say “Because I can’t use deep learning, so I can’t solve this problem!”? No, I would just test out random forest, support vector machines, GMM and all these nifty methods I learn over the years.
Misleading Claim About Deep Learning (I) – “Deep Learning is about Machine Learning Methods which use a lot of Data!”
So now we come to the arena of misconceptions, I am going to discuss two claims which many people have been drumming about deep learning. But neither of them is the right answer to the question “What is the Difference between Deep and Machine Learning?
The first one you probably heard all the time, “Deep Learning is about ML methods which use a lot of data”. Or people would tell you “Oh, deep learning just use a lot of data, right?” This sounds about right, deep learning in these days does use a lot of data. So what’s wrong with the statement?
Here is the answer: while deep learning does use a lot of data, before deep learning, other techniques use tons of data too! e.g. Speech recognition before deep learning, i.e. HMM+GMM, can use up to 10k hours of speech. Same for SMT. And you can do SVM+HOG on Imagenet. And more data is always better for those techniques as well. So if you say “deep learning use more data”, then you forgot the older techniques also can use more data.
What you can claim is that “deep learning is a more effective way to utilize data”. That’s very true, because once you get into either GMM or SVM, they would have scalability issues. GMM scales badly when the amount of data is around 10k hour. SVM (with RBF-kernel in particular) is super tough/slow to use when you have ~1 million point of data.
Misleading Claim About Deep Learning II – “Deep Learning is About Using GPU and Having Data Center!”
This particular claim is different from the previous “Data Requirement” claim, but we can debunk it in a similar manner. The reason why it is wrong? Again before deep learning, people have GPUs to do machine learning already. For example, you can use GPU to speed up GMM. Before deep learning is hot, you need a cluster of machines to train acoustic model or language model for speech recognition. You also need tons of RAM to train a language model for SMT. So calling GPU/Data Center/RAM/ASIC/FPGA a differentiator of deep learning is just misleading.
You can say though “Deep Learning has change the computational model from distributed network model to more a single machine-centric paradigm (which each machine has one GPU). But later approaches also tried to combine both CPU-GPU processing together”.
Conclusion and “What you say is Just Your Opinion! My Theory makes Equal Sense!”
Indeed, you should always treat what you read on-line with a grain of salt. Being critical is a good thing, having your own opinion is good. But you should also try to avoid equivocate an issue. Meaning: sometimes things have only one side, but you insist there are two equally valid answers. If you do so, you are perhaps making a logical error in your thinking. And a lot of people who made claims such as “deep learning is learning which use more data and use a lot of GPUS” are probably making such thinking errors.
Saying so, I would suggest you to read several good sources to judge my answer, they are:
In any case, I hope that this article helps you. I thank Bob to ask the question, Armaghan Rumi Naik has debunked many misconceptions in the original thread – his understanding on machine learning is clearly above mine and he was able to point out mistakes from other commenters. It is worthwhile for your reading time.
Footnotes
[1] See “Last Words: Computational Linguistics and Deep Learning”
[2] Generally whether DL is useful in NLP is widely disputed topic. Take a look of Yoav Goldberg’s view on some recent GAN results on language generation. AIDL Weekly #18 also gave an expose on the issue.
[3] Perhaps another useful term is “hierarchical”. In the case of ConvNet the term is right on. As Eric Heitzman comments at AIDL: “(deep structure) They are *not* necessarily recursive, but they *are* necessarily hierarchical since layers always form a hierarchical structure.” After Eric’s comment, I think both “deep” and “hierarchical” are fair terms to describe methods in “deep learning”. (Of course, “hierarchical learning” is a much a poorer marketing term.)
[4] In earlier draft. I use the term recursive to describe the term “deep”, which as Eric Heitzman at AIDL, is not entirely appropriate. “Recursive” give people a feeling that the function is self-recursive or$latex f(f( \ldots f(f(*))))$. but actual function are more “nested”, like $latex f_1(f_2( \ldots f_{n-1}(f_n(*))))$. As a result, I removed the term “recursive” but just call the function “nested function”.
Of course, you should be aware that my description is not too mathematically rigorous neither. (I guess it is a fair wordy description though)
History:
20170709 at 6: fix some typos.
20170711: fix more typos.
20170711 at 7:05 p.m.: I got a feedback from Eric Heitzman who points out that the term “recursive” can be deceiving. Thus I wrote footnote [4].
This is an impression post of Coursera “Computational Neuroscience” by Rao and Fairhall: (Crossposted in both AIDL and CNAGI)
Usually I would write an impression post when I audit a class, but write a full blog post when I completed all homeworks.
In this case, while I actually finished “Computational Neuroscience”, I am not qualified enough to comments on some Neuroscientific concept such as Hogkins-Huxley models, Cable Theory or Brain plasticity, so I would stay at the “impression”-level.
Strictly speaking, CN is more an OoT for AIDL, but we are all curious about the brain, aren’t we?
It’s a great class if you know ML, but want to learn more about the brain. It’s also great if you know something about brain, but want to know how the brain is similar to modern-days ML.
You learn nifty concepts such as spike-triggered-averages, neuronal coding/decoding and of course main dishes such as HH-models, cable theory.
I only learned these topics amateurishly, and there are around 3-4 classes I might take to further knowledge. But it is absolutely interesting. e.g. this class is very helpful if you want to understand the difference between biological neural network and artificial neural network. You will also get insights on why deeper ML people don’t just use more biologically-realistic model in ML problems.
My take: while this is not a core class for us ML/DLers, it is an interesting class to take, especially if you want to sound smarter than “We just run CNN with our CIFAR-10” data. In my case, it humbles me a lot because I now know that we human just don’t really understand our brain that well (yet).
I have been self-learning deep learning for a while, informally from 2013 when I first read Hinton’s “Deep Neural Networks for Acoustic Modeling in Speech Recognition” and through Theano, more “formally” from various classes since the 2015 Summer when I got freshly promoted to Principal Speech Architect [5]. It’s not an exaggeration that deep learning changed my life and career. I have been more active than my previous life. e.g. If you are reading this, you are probably directed from the very popular Facebook group, AIDL, which I admin.
So this article was written at the time I finished watching an older version on Richard Socher’s cs224d on-line [1]. That, together with Ng’s, Hinton’s, Li and Karpathy’s and Silvers’s, are the 5 classes I recommended in my now widely-circulated “Learning Deep Learning – My Top-Five List“. I think it’s fair to give these sets of classes a name – Basic Five. Because IMO, they are the first fives classes you should go through when you start learning deep learning.
In this post I will say a few words on why I chose these five classes as the Five. Compared to more established bloggers such as Kapathy, Olah or Denny Britz, I am more a learner in the space [2], experienced perhaps, yet still a learner. So this article and my others usually stress on learning. What you can learn from these classes? Less talk-about, but as important: what is the limitation of learning on-line? As a learner, I think these are interesting discussion, so here you go.
What are the Five?
Just to be clear, here is the classes I’d recommend:
And the ranking is the same as I wrote in Top-Five List. Out of the five, four has official video playlist published on-line for free[6]. With a small fee, you can finish the Ng’s and Hinton’s class with certification.
How much I actually Went Through the Basic Five
Many beginner articles usually come with gigantic set of links. The authors usually expect you to click through all of them (and learn through them?) When you scrutinize the list, it could amount to more than 100 hours of video watching, and perhaps up to 200 hours of work. I don’t know about you, but I would suspect if the author really go through the list themselves.
So it’s fair for me to first tell you what I’ve actually done with the Basic Five as of the first writing (May 13, 2017)
[table id=1 /]
This table is likely to update as I go deep into a certain class, but it should tell you the limitation of my reviews. For example, while I have watched through all the class videos, only on Ng’s and Hinton’s class I have finished the homework. That means my understanding on two of the three “Stanford Trinities“[3] is weaker, nor my understanding of reinforcement learning is solid. Together with my work at Voci, the Hinton’s class gives me stronger insight than average commenters on topics such as unsupervised learning.
Why The Basic Five? And Three Millennial Machine Learning Problems
Taking classes is for learning of course. The five classes certainly give you the basics, and if you love to learn the fundamentals of deep learning. And take a look of footnote [7]. The five are not the only classes I sit through last 1.5 years so their choice is not arbitrary. So oh yeah. Those are the stuffs you want to learn. Got it? That’s my criterion. 🙂
But that’s what other one thousand bloggers would tell you as well. I want to give you a more interesting reason. Here you go:
If you go back in time to the Year 2000. That was the time Google just launched their search engine, and there was no series of Google products and surely there was no Imagenet. What was the most difficult problems for machine learning? I think you would see three of them:
Object classification,
Statistical machine learning,
Speech recognition.
So what’s so special about these three problems then? If you think about that, back in 2000, all three were known to be hard problems. They represent three seemingly different data structures –
Object classification – 2-dimensional, dense array of data
Statistical machine learning (SMT) – discrete symbols, seemingly related by loose rules human called grammars and translation rules
Automatic speech recognition (ASR)- 1-dimensional time series, has similarity to both object classification (through spectrogram), and loosely bound by rules such as dictionary and word grammar.
And you would recall all three problems have interest from the government, big institutions such as Big Four, and startup companies. If you master one of them, you can make a living. Moreover, once you learn them well, you can transfer the knowledge into other problems. For example, handwritten character recognition (HWR) resembles with ASR, and conversational agents work similarly as SMT. That just has to do with the three problems are great metaphor of many other machine learning problems.
Now, okay, let me tell one more thing: even now, there are people still (or trying to) make a living by solving these three problems. Because I never say they are solved. e.g. What about we increase the number of classes from 1000 to 5000? What about instead of Switchboard, we work on conference speech or speech from Youtube? What if I ask you to translate so well that even human cannot distinguish it? That should convince you, “Ah, if there is one method that could solve all these three problems, learning that method would be a great idea!”
And as you can guess, deep learningis that one method revolutionize all these three fields[4]. Now that’s why you want to take the Basic Five. Basic Five is not meant to make you the top researchers in the field of deep learning, rather it teaches you just the basic. And at this point of your learning, knowing powerful template of solving problems is important. You would also find going through Basic Five makes you able to read majority of the deep learning problems these days.
So here’s why I chose the Five, Ng’s and NNML are the essential basics of deep learning. Li and Kaparthy’s teaches you object classification to the state of the art. Whereas, Socher would teach you where deep learning is on NLP, it forays into SMT and ASR a little bit, but you have enough to start.
My explanation excludes Silver’s reinforcement learning. That admittedly is the goat from the herd. I add Silver’s class because increasingly RL is used in even traditionally supervised learning task. And of course, to know the place of RL, you need a solid understanding. Silver’s class is perfect for the purpose.
What You Actually Learn
In a way, it also reflect what’s really important when learning deep learning. So I will list out 8 points here, because they are repeated them among different courses.
Basics of machine learning: this is mostly from Ng’s class. But theme such bias-variance would be repeated in NNML and Silver’s class.
Gradient descent: its variants (e.g. ADAM), its alternatives (e.g. second-order method), it’s a never-ending study.
Backpropagation: how to view it? As optimizing function, as a computational graph, as flowing of gradient. Different classes give you different points of view. And don’t skip them even if you learn it once.
Architecture: The big three family is DNN, CNN and RNN. Why some of them emerge and re-emerge in history. The detail of how they are trained and structured. None of the courses would teach you everything, but going through the five will teach you enough to survive
Image-specific technique: not just classification, but localization/detection/segmentation (as in cs231n 2016 L8, L13). Not just convolution, but “deconvolution” and why we don’t like it is called “deconvolution”. 🙂
NLP-specific techniques: word2vec, Glovec, how they were applied in NLP-problem such as sentiment classification
(Advanced) Basics of unsupervised learning; mainly from Hinton’s, and mainly about techniques 5 years ago such as RBM, DBN, DBM and autoencoders, but they are the basics if you want to learn more advanced ideas such as GAN.
(Advanced) Basics of reinforcement learning: mainly from Silver’s class, from the DP-based model to Monte-Carlo and TD.
The Limitation of Autodidacts
By the time you finish the Basic Five, and if you genuinely learn something out of them. Recruiters would start to knock your door. What you think and write about deep learning would appeal to many people. Perhaps you start to answer questions on forums? Or you might even write LinkedIn articles which has many Likes.
All good, but be cautious! During my year of administering AIDL, I’ve seen many people who purportedly took many deep learning class, but upon few minutes of discussion, I can point out holes in their understanding. Some, after some probing, turned out only take 1 class in entirety. So they don’t really grok deeper concept such as back propagation. In other words, they could still improve, but they just refuse to. No wonder, with the hype of deep learning, many smart fellows just choose to start a company or code without really taking time to grok the concepts well.
That’s a pity. And all of us should be aware is that self-learning is limited. If you decide to take a formal education path, like going to grad schools, most of the time you will sit with people who are as smart as you and willing to point out your issues daily. So any of your weaknesses will be revealed sooner.
You should also be aware that as deep learning is hyping, your holes of misunderstanding is unlikely to be uncovered. That has nothing to do with whether you work in a job. Many companies just want to hire someone to work on a task, and expect you learn while working.
So what should you do then? I guess my first advice is be humble, be aware of Dunning-Kruger Effect. Self-learning usually give people an intoxicating feeling that they learn a lot. But learning a lot doesn’t mean you know everything. There are always higher mountains, you are doing your own disservice to stop learning.
The second thought is you should try out your skill. e.g. It’s one thing to know about CNN, it’s another to run a training with Imagenet data. If you are smart, the former took a day. For the latter, it took much planning, a powerful machine, and some training to get even Alexnet trained.
My final advice is to talk with people and understand your own limitation. e.g. After reading many posts on AIDL, I notice that while many people understand object classification well enough, they don’t really grasp the basics of object localization/detection. In fact, I didn’t too even after the first parse of the videos. So what did I do?
I just go through the videos on localization/detection again and again until I understand[8].
After the Basic Five…….
So some of you would ask “What’s next?” Yes, you finished all these classes, as if you can’t learn any more! Shake that feeling off! There are tons of things you still want to learn. So I list out several directions you can go:
Completionist: As of the first writing, I still haven’t really done all the homework on all five classes, notice that doing homework can really help your understand, so if you are like me, I would suggest you to go back to these homework and test your understanding.
Drilling the Basics of Machine Learning: So this goes another direction – let’s work on your fundamentals. For that, you can any Math topics forever. I would say the more important and non-trivial parts perhaps Linear Algebra, Matrix Differentiation and Topology. Also check out this very good link on how to learn college-level of Math.
Specialize on one field: If you want to master just one single field out of the Three Millennial Machine Learning Problems I mentioned, it’s important for you to just keep on looking at specialized classes on computer vision or NLP. Since I don’t want to clutter this point, let’s say I will discuss the relevant classes/material in future articles.
Writing: That’s what many of you have been doing, and I think it helps further your understanding. One thing I would suggest is to always write something new and something you want to read yourself. For example, there are too many blog posts on Computer Vision Using Tensorflow in the world. So why not write one which is all about what people don’t know? For example, practical transfer learning for object detection. Or what is deconvolution? Or literature review on some non-trivial architectures such as Mask-RCNN? And compare it with existing decoding-encoding structures. Writing this kind of articles takes more time, but remember quality trumps quantity.
Coding/Githubbing: There is a lot of room for re-implementing ideas from papers and open source them. It is also a very useful skill as many companies need it to repeat many trendy deep learning techniques.
Research: If you genuinely understand deep learning, you might see many techniques need refinement. Indeed, currently there is plenty of opportunities to come up with better techniques. Of course, writing papers in the level of a professional researchers is tough and it’s out of my scope. But only when you can publish, people would give you respect as part of the community.
Framework: Hacking in C/C++ level of a framework is not for faint of hearts. But if you are my type who loves low-level coding, try to come up with a framework yourself could be a great idea to learn more. e.g. Check out Darknet, which is surprisingly C!
Conclusion
So here you go. The complete Basic Five, what they are, why they were basic, and how you go from here. In a way, it’s also a summary of what I learned so far from various classes since Jun 2015. As in my other posts, if I learn more in the future, I would keep this post updated. Hope this post keep you learning deep learning.
Arthur Chan
Footnote:
[1] Before 2017, there was no coherent set of Socher’s class available on-line. Sadly there was also no legitimate version. So the version I refer to is a mixture of 2015 and 2016 classes. Of course, you may find a legitimate 2017 version of cs224n on Youtube.
[2] My genuine expertise is speech recognition, unfortunately that’s not a topic I can share much due to IP issue.
[3] “Stanford Trinity” is a term I learned from the AI Playbook List from Andreseen Howoritz’s list.
[4] Some of you (e.g. from AIDL) would jump up and say “No way! I thought that NLP wasn’t solved by deep learning yet!” That’s because you are one lost soul and misinformed by misinformed blog post. ASR is the first field being tackled by deep learning, and it dated back to 2010. And most systems you see in SMT are seq2seq based.
[5] I was in the business of speech recognition from 1998 when I worked on voice-activated project for my undergraduate degree back in HKUST. It was a mess, but that’s how I started.
[6] And the last one, you may always search it through youtube. Of course, it is not legit for me to share it here.
For me, finishing Hinton’s deep learning class, or Neural Networks and Machine Learning(NNML) is a long overdue task. As you know, the class was first launched back in 2012. I was not so convinced by deep learning back then. Of course, my mind changed at around 2013, but the class was archived. Not until 2 years later I decided to take Andrew Ng’s class on ML, and finally I was able to loop through the Hinton’s class once. But only last year October when the class relaunched, I decided to take it again, i.e watch all videos the second times, finish all homework and get passing grades for the course. As you read through my journey, this class is hard. So some videos I watched it 4-5 times before groking what Hinton said. Some assignments made me takes long walks to think through. Finally I made through all 20 assignments, even bought a certificate for bragging right; It’s a refreshing, thought-provoking and satisfying experience.
So this piece is my review on the class, why you should take it and when. I also discuss one question which has been floating around forums from time to time: Given all these deep learning classes now, is the Hinton’s class outdated? Or is it still the best beginner class? I will chime in on the issue at the end of this review.
The Old Format Is Tough
I admire people who could finish this class in the Coursera’s old format. NNML is well-known to be much harder than Andrew Ng’s Machine Learning as multiple reviews said (here, here). Many of my friends who have PhD cannot quite follow what Hinton said in the last half of the class.
No wonder: at the time when Kapathay reviewed it in 2013, he noted that there was an influx of non-MLers were working on the course. For new-comers, it must be mesmerizing for them to understand topics such as energy-based models, which many people have hard time to follow. Or what about deep belief network (DBN)? Which people these days still mix up with deep neural network (DNN). And quite frankly I still don’t grok some of the proofs in lecture 15 after going through the course because deep belief networks are difficult material.
The old format only allows 3 trials in quiz, with tight deadlines, and you only have one chance to finish the course. One homework requires deriving the matrix form of backprop from scratch. All of these make the class unsuitable for busy individuals (like me). But more for second to third year graduate students, or even experienced practitioners who have plenty of time (but, who do?).
The New Format Is Easier, but Still Challenging
I took the class last year October, when Coursera had changed most classes to the new format, which allows students to re-take. [1] It strips out some difficulty of the task, but it’s more suitable for busy people. That doesn’t mean you can go easy on the class : for the most part, you would need to review the lectures, work out the Math, draft pseudocode etc. The homework requires you to derive backprop is still there. The upside: you can still have all the fun of deep learning. 🙂 The downside: you shouldn’t expect going through the class without spending 10-15 hours/week.
Why the Class is Challenging – I: The Math
Unlike Ng’s and cs231n, NNML is not too easy for beginners without background in calculus. The Math is still not too difficult, mostly differentiation with chain rule, intuition on what Hessian is, and more importantly, vector differentiation – but if you never learn it – the class would be over your head. Take at least Calculus I and II before you join, and know some basic equations from the Matrix Cookbook.
Why the Class is Challenging – II: Energy-based Models
Another reason why the class is difficult is that last half of the class was all based on so-called energy-based models. i.e. Models such as Hopfield network (HopfieldNet), Boltzmann machine (BM) and restricted Boltzmann machine (RBM). Even if you are used to the math of supervised learning method such as linear regression, logistic regression or even backprop, Math of RBM can still throw you off. No wonder: many of these models have their physical origin such as Ising model. Deep learning research also frequently use ideas from Bayesian networks such as explaining away. If you have no basic background on either physics or Bayesian networks, you would feel quite confused.
In my case, I spent quite some time to Google and read through relevant literature, that power me through some of the quizzes, but I don’t pretend I understand those topics because they can be deep and unintuitive.
Why the Class is Challenging – III: Recurrent Neural Network
If you learn RNN these days, probably from Socher’s cs224d or by reading Mikolov’s thesis. LSTM would easily be your only thought on how to resolve exploding/vanishing gradients in RNN. Of course, there are other ways: echo state network (ESN) and Hessian-free methods. They are seldom talked about these days. Again, their formulation is quite different from your standard methods such as backprop and gradient-descent. But learning them give you breadth, and make you think if the status quote is the right thing to do.
But is it Good?
You bet! Let me quantify the statement in next section.
Why is it good?
Suppose you just want to use some of the fancier tools in ML/DL, I guess you can just go through Andrew Ng’s class, test out bunches of implementations, then claim yourself an expert – That’s what many people do these days. In fact, Ng’s Coursera class is designed to give you a taste of ML, and indeed, you should be able to wield many ML tools after the course.
That’s said, you should realize your understanding of ML/DL is still …. rather shallow. May be you are thinking of “Oh, I have a bunch of data, let’s throw them into Algorithm X!”. “Oh, we just want to use XGBoost, right! It always give you the best results!” You should realize performance number isn’t everything. It’s important to understand what’s going on with your model. You easily make costly short-sighted and ill-informed decision when you lack of understanding. It happens to many of my peers, to me, and sadly even to some of my mentors.
Don’t make the mistake! Always seek for better understanding! Try to grok. If you only do Ng’s neural network assignment, by now you would still wonder how it can be applied to other tasks. Go for Hinton’s class, feel perplexed by the Prof said, and iterate. Then you would start to build up a better understanding of deep learning.
Another more technical note: if you want to learn deep unsupervised learning, I think this should be the first course as well. Prof. Hinton teaches you the intuition of many of these machines, you will also have chance to implement them. For models such as Hopfield net and RBM, it’s quite doable if you know basic octave programming.
So it’s good, but is it outdated?
Learners these days are perhaps luckier, they have plenty of choices to learn deep topic such as deep learning. Just check out my own “Top 5-List“. cs231n, cs224d and even Silver’s class are great contenders to be the second class.
But I still recommend NNML. There are four reasons:
It is deeper and tougher than other classes. As I explained before, NNML is tough, not exactly mathematically (Socher’s, Silver’s Maths are also non-trivial), but conceptually. e.g. energy-based model and different ways to train RNN are some of the examples.
Many concepts in ML/DL can be seen in different ways. For example, bias/variance is a trade-off for frequentist, but it’s seen as “frequentist illusion” for Bayesian. Same thing can be said about concepts such as backprop, gradient descent. Once you think about them, they are tough concepts. So one reason to take a class, is not to just teach you a concept, but to allow you to look at things from different perspective. In that sense, NNML perfectly fit into the bucket. I found myself thinking about Hinton’s statement during many long promenades.
Hinton’s perspective – Prof Hinton has been mostly on the losing side of ML during last 30 years. But then he persisted, from his lectures, you would get a feeling of how/why he starts a certain line of research, and perhaps ultimately how you would research something yourself in the future.
Prof. Hinton’s delivery is humorous. Check out his view in Lecture 10 about why physicists worked on neural network in early 80s. (Note: he was a physicist before working on neural networks.)
Conclusion and What’s Next?
All-in-all, Prof. Hinton’s “Neural Network and Machine Learning” is a must-take class. All of us, beginners and experts include, will be benefited from the professor’s perspective, breadth of the subject.
I do recommend you to first take the Ng’s class if you are absolute beginners, and perhaps some Calculus I or II, plus some Linear Algebra, Probability and Statistics, it would make the class more enjoyable (and perhaps doable) for you. In my view, both Kapathy’s and Socher’s class are perhaps easier second class than Hinton’s class.
If you finish this class, make sure you check out other fundamental classes. Check out my post “Learning Deep Learning – My Top 5 List“, you would have plenty of ideas for what’s next. A special mention here perhaps is Daphne Koller’s Probabilistic Graphical Model, which I found equally challenging, and perhaps it will give you some insights on very deep topics such as Deep Belief Network as well.
Another suggestion for you: may be you can take the class again. That’s what I plan to do about half a year later – as I mentioned, I don’t understand every single nuance in the class. But I think understanding would come up at my 6th to 7th times going through the material.
Arthur Chan
[1] To me, this makes a lot of sense for both the course’s preparer and the students, because students can take more time to really go through the homework, and the course’s preparer can monetize their class for infinite period of time.
History:
(20170410) First writing
(20170411) Fixed typos. Smooth up writings.
(20170412) Fixed typos
(20170414) Fixed typos.
I have been refreshing myself on various aspects of machine learning and data science. For the most part it has been a very nice experience. What I like most is that I finally able to grok many machine learning jargons people talk about. It gave me a lot of trouble even as merely a practitioner of machine learning. Because most people just assume you have some understanding of what they mean.
Here is a little secret: all these jargons can be very shallow to very deep. For instance, “lasso” just mean setting the regularization terms with exponent 1. I always think it’s just people don’t want to say the mouthful: “Set the regularization term to 1”, so they come up with lasso.
Then there is bias-variance trade off. Now here is a concept which is very hard to explain well. What opens my mind is what Andrew Ng said in his Coursera lecture, “just forget the term bias and variance”. Then he moves on to talk about over and under-fitting. That’s a much easier to understand concept. And then he lead you to think. In the case, when a model underfits, we have an estimator that has “huge bias”, and when the model overfit, the estimator would allow too much “variance”. Now that’s a much easier way to understand. Over and under-fitting can be visualized. Anyone who understands the polynomial regression would understand what overfitting is. That easily leads you to have a eureka moment: “Oh, complex models can easily overfit!” That’s actually the key of understanding the whole phenomenon.
Not only people are getting better to explain different concepts. Several important ideas are enunciated better. e.g. reproducibility is huge, and it should be huge in machine learning as well. Yet even now you see junior scientists in entry level ignore all important measures to make sure their work reproducible. That’s a pity. In speech recognition, e.g. I remember there was a dark time where training a broadcast news model was so difficult, despite the fact that we know people have done it before. How much time people waste to repeat other peoples’ work?
Nowadays, perhaps I would just younger scientists to take the John Hopkins’ “Reproducible Research”. No kidding. Pay $49 to finish that class.
Anyway, that’s my rambling for today. Before I go, I have been actively engaged in the Facebook’s Deep Learning group. It turns out many of the forum uses love to hear more about how to learn deep learning. Perhaps I will write up more in the future.
I have been refreshing myself on the general topic of machine learning. Mostly motivated by job requirements as well as my own curiosity. That’s why you saw my review post on the famed Andrew Ng’s class. And I have been taking the Dragomir Radev’s NLP class, as well as the Machine Learning Specialization by Emily Fox and Carlos Guestrin [1]. When you are at work, it’s tough to learn. But so far, I managed to learn something from each class and was able to apply them in my job.
So, one question you might ask is how applicable are on-line or even university machine learning courses in real life? Short answer, they arequite different. Let me try to answer this question by giving an example that come up to me recently.
It is a gender detection task based on voice. This comes up at work and I was tasked to improve the company’s existing detector. For the majority of the my time, I tried to divide the data set, which has around 1 million data point to train/validation/test sets. Furthermore, from the beginning of the task I decided to create sets of dataset with increasing size. For example, 2k, 5k, 10k….. and up to 1 million. This simple exercise, done mostly in python, took me close to a week.
Training, aka the fun part, was comparatively short and anti-climatic. I just chose couple of well-known methods in the field. And test on the progressively sized data set. Since prototyping a system is so easy, I was able to weed out weaker methods very early and come up with a better system. I was able to get high relative performance gain. Before I submitted the system to my boss, I also worked out an analysis of why the system doesn’t give 100%. No surprise. it turns out volume of the speech matters, and some individual of the world doesn’t like their sex stereotypes. But so far the tasks are still quite well-done because we get better performance as well as we know why certain things don’t work well. Those are good knowledge in practice.
One twist here, after finishing the system, I found that the method which gives the best classification performance doesn’t give the best speed performance. So I decided to choose a cheaper but still rather effective method. It hurts my heart to see the best method wasn’t used but that’s the way it is sometimes.
Eventually, as one of the architects of the system, I also spent time to make sure integration is correct. That took coding, much of it was done in C/C++/python. Since there were couple of bugs from some existing code, I was spending about a week to trace code with gdb.
The whole thing took me about three months. Around 80% of my time was spent on data preparation and coding. Machine learning you do in class happens, but it only took me around 2 weeks to determine the best model. I could make these 2 weeks shorter by using more cores. But compare to other tasks, the machine learning you do in class, which is usually in the very nice form, “Here is a training set, go train and evaluate it with evaluation set.”, seldom appears in real-life. Most of the time, you are the one who prepare the training and evaluation set.
So if you happen to work on machine learning, do expect to work on tasks such as web crawling and scraping if you work on text processing, listen to thousands of waveforms if you work on speech or music processing, watch videos that you might not like to watch if you try to classify videos. That’s machine learning in real-life. If you happen to be also the one who decide which algorithm to use, yes, you will have some fun. If you happen to design a new algorithm. then you will have a lot of fun. But most of the time, practitioners need to handle issues, which can just be …. mundane. Tasks such as web crawling, is certainly not as enjoyable as to apply advanced mathematics to a problem. But they are incredibly important and they will take up most of time of your or your organization as a whole.
Perhaps that’s why you heard of the term “data munging” or in Bill Howe’s class: “data jujitsu”. This is a well-known skill but not very advertised and unlikely to be seen as important. But in real-life, such data processing skill is crucial. For example, in my case, if I didn’t have a progressive sized datasets, prototyping could take a long time. And I might need to spend 4 to 5 times more experimental time to determine what the best method is. Of course, debugging will also be slower if you only have a huge data set.
In short, data scientists and machine learning practitioners spend majority of their time as data janitors. I think that’s a well-known phenomenon for a long time. But now as machine learning become a thing, there are more awareness [2]. I think this is a good thing because it helps better scheduling and division of labors if you want to manage a group of engineers in a machine learning task.