This introduction to the specialization provides you with insights into the power of machine learning, and the multitude of intelligent applications you personally will be able to develop and deploy upon completion.
We also discuss who we are, how we got here, and our view of the future of intelligent applications.We will explore this idea within the context of our first case study, predicting house prices, where you will create models that predict a continuous value (price) from input features (square footage, number of bedrooms and bathrooms,...).
This is just one of the many places where regression can be applied.Other applications range from predicting health outcomes in medicine, stock prices in finance, and power usage in high-performance computing, to analyzing which regulators are important for gene expression.
You will also examine how to analyze the performance of your predictive model and implement regression in practice using a Jupyter notebook.In our second case study, analyzing sentiment, you will create models that predict a class (positive/negative sentiment) from input features (text of the reviews, user profile information,...).This task is an example of classification, one of the most widely used areas of machine learning, with a broad array of applications, including ad targeting, spam detection, medical diagnosis and image classification.
You will analyze the accuracy of your classifier, implement an actual classifier in a Jupyter notebook, and take a first stab at a core piece of the intelligent application you will build and deploy in your capstone.In this third case study, retrieving documents, you will examine various document representations and an algorithm to retrieve the most similar subset.You will also consider structured representations of the documents that automatically group articles by similarity (e.g., document topic).
You will actually build an intelligent document retrieval system for Wikipedia entries in an Jupyter notebook.You will learn how to build such a recommender system using a variety of techniques, and explore their tradeoffs.
One method we examine is matrix factorization, which learns features of users and products to form recommendations.In a Jupyter notebook, you will use these techniques to build a real song recommender system.In our final case study, searching for images, you will learn how layers of neural networks provide very descriptive (non-linear) features that provide impressive performance in image classification and retrieval tasks.You will then construct deep features, a transfer learning technique that allows you to use deep learning very easily, even when you have little data to train the model.
Using iPhython notebooks, you will build an image classifier and an intelligent image retrieval system with deep learning.We will also discuss some open challenges that the field of machine learning still faces, and where we think machine learning is heading.We conclude with an overview of what's in store for you in the rest of the specialization, and the amazing intelligent applications that are ahead for us as we evolve machine learning.