
This video gives a glimpse of what you will learn through this video.
This video, will let you kick off your Python and machine learning journey with the basic, yet important concepts of machine learning.
This is the first step with few practical tasks to get started. Yes! We are talking about installation and initial set up, which we’ll be doing together in this video.
Natural language processing or NLP, is a significant subfield of machine learning, which deals with the interactions between machine and human natural languages. We will explore this, through this video.
After a short list of real-world applications of NLP, we will be touring the essential stack of Python NLP libraries in this video.
Let’s get a step ahead by getting the Newsgroups data and downloading it.
This video will let you improve the most indicative Features from visualization by using the data preprocessing Techniques.
How could you find the best division or a decent Approximation between set of data in a dataset? That’s what we are going to learn in this video.
When we read a text, we expect certain words appearing in the title or the body of the text to capture the semantic context of the document. This video, will let you achieve this in Machine Learning and Python programming.
The most important task after learning a concept is to implement it. Let’s try the implementation of Naïve Bayes algorithm with some sample codes, in this video.
Beyond accuracy, there are several measurements that give us more insights and avoid class imbalance effects. Let’s see these performance measures right now!
Since there can be infinite number of feasible Hyperplanes, how can we identify the optimal one? Let's do it in this video!
Let's put into action, the fundamentals of SVM Classifier right away on news topic classification and learn to deal with more than two classes.
This video will walk you through different scenarios where the linear kernel is favored over RBF.
How can you find whether a given ad on a given page or app will be clicked by a given user or not, with predictive features? Let’s answer this question.
When working on a prediction model, how can you get all of the possible decision alternatives and the corresponding outcomes? Let’s see this, now.
After several examples, it is now time to predict ad click-through with the decision tree algorithm we just thoroughly learned and practiced.
How will you reduce the high variance that a decision tree model suffers from and hence in general performs better than a single tree? Let’s see the solution for this problem now!
How can we rank the importance of features based on their occurrences in nodes among all trees, and select the top most important ones? Let’s see this right now!
Let’s explore the relationships between the observations and the targets, and to output a continuous value based on the input features of an unknown sample.
This video will walk you through some essential steps to apply regression techniques in predicting prices of a particular stock.
Let’s get started with obtaining the dataset we need for our project.
After linear regression, the next regression algorithm need to learn is decision tree regression. Let’s start exploring it right away!
Let’s get started with the third regression algorithm which is support vector regression (SVR).
Now that we have learned three commonly used and powerful regression algorithms and performance evaluation metrics, why don't we utilize all of these in solving our stock price prediction problem? Let’s do it in this video.
With well-prepared data, it is safe to move on with the training sets generation stage. Let’s move ahead and explore this.
Given a machine learning problem, the first question many people ask is usually: what is the best classification/regression algorithm to solve it? This video will bring to you an answer for this question.
After all the processes in the previous three stages, we now have a well established data preprocessing pipeline and a correctly trained prediction model. The last stage of a machine learning system involves saving those resulting models from previous stages and deploying them on new data, Let’s see how to do this.
Data science and machine learning are some of the top buzzwords in the technical world today. The resurging interest in machine learning is due to the same factors that have made data mining and Bayesian analysis more popular than ever. This video is your entry point to machine learning. It starts with an introduction to machine learning and the Python language and shows you how to complete the necessary setup. Moving ahead, you will learn all the important concepts such as exploratory data analysis, data preprocessing, feature extraction, data visualization and clustering, classification, regression, and model performance evaluation. With the help of the various projects included, you will acquire the mechanics of several important machine learning algorithms, which will no longer seem obscure. Also, you will be guided step-by-step to build your own models from scratch. Toward the end, you will gather a broad picture of the machine learning ecosystem and master best practices for applying machine learning techniques. Throughout this course, you will learn to tackle data-driven problems and implement your solutions with the powerful yet simple Python language. Interesting and easy-to-follow examples—including news topic classification, spam email detection, online ad click-through prediction, and stock prices forecasts—will keep you glued to the screen till you reach your goal.
About the Author :
Yuxi (Hayden) Liu is currently a data scientist working on messaging app optimization at a multinational online media corporation in Toronto. He focuses on social graph mining, user demographics, interest prediction, spam detection, and recommendation systems. He has worked for several years as a data scientist in real-time bidding programmatic advertising, where he applied his machine learning expertise in ad optimization, click-through rate and conversion prediction, and click fraud detection. Hayden earned his degree from the University of Toronto, and published five IEEE transactions and conference papers during his master's research. He is also a machine learning education enthusiast, and has authored the Python Machine Learning By Example book.