Step-by-Step Machine Learning with Python

Course

Online

£ 10 VAT inc.

Description

  • Type

    Course

  • Methodology

    Online

  • Start date

    Different dates available

Put your Python skills to the test and enter the big world of data science to learn the most effective machine learning tools and techniques with this interesting guide.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

Facilities

Location

Start date

Online

Start date

Different dates availableEnrolment now open

About this course

Exploit the power of Python to handle data extraction, manipulation, and exploration techniques
Use Python to visualize data spread across multiple dimensions and extract useful features
Delve into the world of analytics to predict situations correctly
Implement machine learning classification and regression algorithms from scratch in Python
Be amazed to see algorithms in action
Evaluate the performance of a machine learning model and optimize it
Solve interesting, real-world problems using machine learning and Python as the journey unfolds

Questions & Answers

Add your question

Our advisors and other users will be able to reply to you

Who would you like to address this question to?

Fill in your details to get a reply

We will only publish your name and question

Emagister S.L. (data controller) will process your data to carry out promotional activities (via email and/or phone), publish reviews, or manage incidents. You can learn about your rights and manage your preferences in the privacy policy.

Reviews

This centre's achievements

2021

All courses are up to date

The average rating is higher than 3.7

More than 50 reviews in the last 12 months

This centre has featured on Emagister for 6 years

Subjects

  • Install
  • Import
  • Algorithms
  • Installation
  • Email
  • NLP

Course programme

Getting Started with Python and Machine Learning 3 lectures 17:50 The Course Overview This video gives a glimpse of what you will learn through this video. Introduction to Machine Learning This video, will let you kick off your Python and machine learning journey with the basic, yet important concepts of machine learning. • Get a high level overview of Machine Learning • Explore important concepts Installing Software and Setting Up 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. • Install Python • Set your system Getting Started with Python and Machine Learning 3 lectures 17:50 The Course Overview This video gives a glimpse of what you will learn through this video. Introduction to Machine Learning This video, will let you kick off your Python and machine learning journey with the basic, yet important concepts of machine learning. • Get a high level overview of Machine Learning • Explore important concepts Installing Software and Setting Up 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. • Install Python • Set your system The Course Overview This video gives a glimpse of what you will learn through this video. The Course Overview This video gives a glimpse of what you will learn through this video. The Course Overview This video gives a glimpse of what you will learn through this video. The Course Overview This video gives a glimpse of what you will learn through this video. This video gives a glimpse of what you will learn through this video. This video gives a glimpse of what you will learn through this video. Introduction to Machine Learning This video, will let you kick off your Python and machine learning journey with the basic, yet important concepts of machine learning. • Get a high level overview of Machine Learning • Explore important concepts Introduction to Machine Learning This video, will let you kick off your Python and machine learning journey with the basic, yet important concepts of machine learning. • Get a high level overview of Machine Learning • Explore important concepts Introduction to Machine Learning This video, will let you kick off your Python and machine learning journey with the basic, yet important concepts of machine learning. • Get a high level overview of Machine Learning • Explore important concepts Introduction to Machine Learning This video, will let you kick off your Python and machine learning journey with the basic, yet important concepts of machine learning. • Get a high level overview of Machine Learning • Explore important concepts This video, will let you kick off your Python and machine learning journey with the basic, yet important concepts of machine learning. • Get a high level overview of Machine Learning • Explore important concepts This video, will let you kick off your Python and machine learning journey with the basic, yet important concepts of machine learning. • Get a high level overview of Machine Learning • Explore important concepts Installing Software and Setting Up 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. • Install Python • Set your system Installing Software and Setting Up 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. • Install Python • Set your system Installing Software and Setting Up 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. • Install Python • Set your system Installing Software and Setting Up 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. • Install Python • Set your system 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. • Install Python • Set your system 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. • Install Python • Set your system Exploring the 20 Newsgroups Dataset with Text Analysis Algorithms 8 lectures 37:05 Understanding NLP 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. • Explore about NLP and its real world applications Touring Powerful NLP Libraries in Python After a short list of real-world applications of NLP, we will be touring the essential stack of Python NLP libraries in this video. • Download NLTK packages • Import built-in stemmer algorithms, and initialize a stemmer Getting the Newsgroups Data Let’s get a step ahead by getting the Newsgroups data and downloading it. • Import the loader function for the 20 newsgroups data • Download the dataset with the default parameters Thinking about Features This video will walk you through the steps to achieve the extraction of features from the dataset. • Use the unique function from NumPy • Get the distinct values of integers • Look at the first document, its topic number, and name Visualization Let’s get a general idea of how the data is structured, what possible issues may arise, and if there are any irregularities that we have to take care of. • Display the distribution of the classes • Display a histogram of the 500 highest word counts Data Preprocessing This video will let you improve the most indicative Features from visualization by using the data preprocessing Techniques. • Get the 500 words with highest counts • Apply filtering Clustering 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. • Apply clustering to the newsgroup dataset • Display a scatter plot of the actual labels and the cluster labels Topic Modeling 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. • Apply NMF to document clustering and signal processing Exploring the 20 Newsgroups Dataset with Text Analysis Algorithms. 8 lectures 37:05 Understanding NLP 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. • Explore about NLP and its real world applications Touring Powerful NLP Libraries in Python After a short list of real-world applications of NLP, we will be touring the essential stack of Python NLP libraries in this video. • Download NLTK packages • Import built-in stemmer algorithms, and initialize a stemmer Getting the Newsgroups Data Let’s get a step ahead by getting the Newsgroups data and downloading it. • Import the loader function for the 20 newsgroups data • Download the dataset with the default parameters Thinking about Features This video will walk you through the steps to achieve the extraction of features from the dataset. • Use the unique function from NumPy • Get the distinct values of integers • Look at the first document, its topic number, and name Visualization Let’s get a general idea of how the data is structured, what possible issues may arise, and if there are any irregularities that we have to take care of. • Display the distribution of the classes • Display a histogram of the 500 highest word counts Data Preprocessing This video will let you improve the most indicative Features from visualization by using the data preprocessing Techniques. • Get the 500 words with highest counts • Apply filtering Clustering 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. • Apply clustering to the newsgroup dataset • Display a scatter plot of the actual labels and the cluster labels Topic Modeling 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. • Apply NMF to document clustering and signal processing Understanding NLP 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. • Explore about NLP and its real world applications Understanding NLP 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. • Explore about NLP and its real world applications Understanding NLP 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. • Explore about NLP and its real world applications Understanding NLP 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. • Explore about NLP and its real world applications 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. • Explore about NLP and its real world applications 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. • Explore about NLP and its real world applications Touring Powerful NLP Libraries in Python After a short list of real-world applications of NLP, we will be touring the essential stack of Python NLP libraries in this video. • Download NLTK packages • Import built-in stemmer algorithms, and initialize a stemmer Touring Powerful NLP Libraries in Python After a short list of real-world applications of NLP, we will be touring the essential stack of Python NLP libraries in this video. • Download NLTK packages • Import built-in stemmer algorithms, and initialize a stemmer Touring Powerful NLP Libraries in Python After a short list of real-world applications of NLP, we will be touring the essential stack of Python NLP libraries in this video. • Download NLTK packages • Import built-in stemmer algorithms, and initialize a stemmer Touring Powerful NLP Libraries in Python After a short list of real-world applications of NLP, we will be touring the essential stack of Python NLP libraries in this video. • Download NLTK packages • Import built-in stemmer algorithms, and initialize a stemmer After a short list of real-world applications of NLP, we will be touring the essential stack of Python NLP libraries in this video. • Download NLTK packages • Import built-in stemmer algorithms, and initialize a stemmer After a short list of real-world applications of NLP, we will be touring the essential stack of Python NLP libraries in this video. • Download NLTK packages • Import built-in stemmer algorithms, and initialize a stemmer Getting the Newsgroups Data Let’s get a step ahead by getting the Newsgroups data and downloading it. • Import the loader function for the 20 newsgroups data • Download the dataset with the default parameters Getting the Newsgroups Data Let’s get a step ahead by getting the Newsgroups data and downloading it. • Import the loader function for the 20 newsgroups data • Download the dataset with the default parameters Getting the Newsgroups Data Let’s get a step ahead by getting the Newsgroups data and downloading it. • Import the loader function for the 20 newsgroups data • Download the dataset with the default parameters Getting the Newsgroups Data Let’s get a step ahead by getting the Newsgroups data and downloading it. • Import the loader function for the 20 newsgroups data • Download the dataset with the default parameters Let’s get a step ahead by getting the Newsgroups data and downloading it. • Import the loader function for the 20 newsgroups data • Download the dataset with the default parameters Let’s get a step ahead by getting the Newsgroups data and downloading it. • Import the loader function for the 20 newsgroups data • Download the dataset with the default parameters Thinking about Features This video will walk you through the steps to achieve the extraction of features from the dataset It is a great starting point of learning classification with a real-life example-our email service providers are already doing this for us, and so can we. We will be learning the fundamental and important concepts of classification. ...

Additional information

Basic knowledge of Python is assumed

Step-by-Step Machine Learning with Python

£ 10 VAT inc.