Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Machine Learning MASTERCLASS - course for beginners
1 students

Machine Learning MASTERCLASS - course for beginners

Course for beginners and for all people who want to become data analysts and data science
Created byI-tech DS
Last updated 4/2021
English
English [Auto],

What you'll learn

  • Machine Learning

Course content

1 section14 lectures29m total length
  • Overview8:16

    Provide an accessible overview of machine learning for beginners, outlining core concepts and how to start learning.

  • Introduction2:11

    Explore the definition of machine learning, including Tom Mitchell's view that programs learn from experience to improve at tasks, and learn from data to predict unseen values.

  • Dataset1:42

    Learn to define a dataset and organize data in rows and columns like a database table, noting that dataset size and quality affect machine learning model accuracy.

  • PRESENCE OF MACHINE LEARNING0:45

    Explore how machine learning powers recommendations and feeds across Netflix, YouTube, Spotify, Google, and social feeds like Facebook and Twitter, including speakers from Google and Amazon.

  • AUTOMATIC LEARNING PARADIGMS1:39

    Explore supervised, unsupervised, and reinforcement learning, where supervised uses input-output pairs to derive rules, unsupervised finds input patterns, and reinforcement learns through interaction with an environment.

  • MATHEMATICAL KNOWLEDGE0:46

    Develop mathematical knowledge across linear algebra, probability and statistics, and optimization. Advance in calculation algorithms to learn machine learning.

  • SUPERVISED LEARNING0:58

    Explore supervised learning where training data come with correct labels and classes are predefined. Practice with algorithms such as logistic regression and support vector machines.

  • LOGISTIC REGRESSION2:36

    Explore logistic regression as a supervised classification method, estimating probabilities with a logistic function to assign binary outcomes from independent variables, including binomial logistic regression for binary targets.

  • CLASSIFICATION1:29

    Train the algorithm to recognize categories from a labeled dataset using input features (descriptive variables) and a class label, and distinguish binary from multiclass classification.

  • SVM (SUPPORT VECTOR MACHINE)1:47

    Learn how support vector machines build a linear binary classifier by mapping data into space and maximizing the margin between two classes to predict new instances.

  • UNSUPERVISED LEARNING1:35

    Explore unsupervised learning as a core approach in artificial intelligence where computers identify processes and patterns without human input. See examples such as k means clustering and principal component analysis.

  • K-MEANS CLUSTERING2:07

    Partition a dataset of attribute vectors into groups using k-means clustering, a variant of the expectation maximization method for Gaussian data, by initializing partitions, computing centroids, and iterating until convergence.

  • NEURAL NETWORKS1:57

    Explore neural networks in machine learning, where neurons with values between zero and one connect through weights across layers to recognize data and compute probabilities.

  • PYTHON FOR MACHINE LEARNING2:05

    Python serves as a primary language for machine learning, with libraries that simplify machine learning programming, vector and matrix operations, data handling, and models for classification, clustering, and neural networks.

Requirements

  • No knowledge is required
  • A passion to learn

Description

In this course, I will walk you through an overview of the main features and algorithms used in Machine Learning.

This course is accessible to everyone.

This introductory Machine Learning course not only explains what machine learning is, but where it is used in the real world around us. We consider this course particularly important because Machine Learning is becoming an integral part of our life and our society and it represents the future of companies and the world.

In this course we will find out what Machine Learning is (giving its definition).

We will also see that Machine Learning needs large amounts of data (datasets) in several cases.

Starting with the latter, we will define what a dataset is and where it is used. Later we will see what supervised learning is in Machine Learning and what unsupervised learning is in Machine Learning. For both supervised and unsupervised learning, we will see which are the main algorithms used and which are the main techniques used in the real world. Ultimately we will define what a neural network is and why it is important in our society.

This course can help you with exams at universities, in the workplace and in other circumstances because it seeks to provide new analysis tools and give an overview of everything that surrounds machine learning.

I wait for you at the Machine Learning MASTERCLASS course - course for beginners to discover together the fantastic world of Machine Lerning and its algorithms

Who this course is for:

  • All people