Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA CompTIA Security+ Amazon AWS AWS Certified Developer - Associate
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Mindfulness Personal Development Meditation Personal Transformation Life Purpose Emotional Intelligence Neuroscience
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Analysis Data Modeling Big Data
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Freelancing Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
2021-01-14 06:15:16
30-Day Money-Back Guarantee
Development Data Science

Machine Learning For Data Science By Spotle

This Spotle masterclass by industry and academic leaders is for people who want to build careers in data science
New
Rating: 0.0 out of 50.0 (0 ratings)
0 students
Created by Spotle Learn
Published 1/2021
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • Artificial Intelligence and machine learning fundamentals
  • Types of machine learning
  • Supervised and unsupervised machine learning and their differences
  • Application of supervised and unsupervised machine learning
  • Semi-supervised and reinforcement learning
  • Linear regression
  • Fitting linear regression model to data
  • Model complexity and bias-variance trade-off in linear regression
  • Variable selection in linear regression
  • Statistical inference in linear regression
  • Multicollinearity
  • Measures of accuracy in linear regression
  • Linear regression in python
  • Logistic regression
  • Likelihood estimation
  • Statistical inference in logistic regression
  • Measure of accuracy in logistic regression
  • Logistic regression in python
  • Decision tree
  • Decision tree, impurity gain ratio
  • Decision tree, numerical attributes
  • Decision tree in python
  • Regression tree
  • Regression tree in python
  • Cluster analysis
  • Features of cluster analysis
  • k-Means clustering
  • k-Means clustering in python
  • Hierarchical clustering
  • Hierarchical clustering case studies

Course content

9 sections • 29 lectures • 4h 12m total length

  • Preview09:03
  • Preview06:13

  • Supervised And Unsupervised Machine Learning
    12:38
  • Semi-supervised Machine Learning
    04:16
  • Reinforcement Learning
    06:54

  • Introduction To Linear Regression
    12:56
  • Fit Linear Regression Model To Data
    09:39
  • Model Complexity And Bias-Variance Trade-off
    15:01
  • Variable Selection
    09:49
  • Statistical Inference
    10:58
  • Multicollinearity
    15:36
  • Measures Of Accuracy
    09:35

  • Introduction To Logistic Regression
    09:52
  • Likelihood Estimation
    12:44
  • Statistical Inference
    09:18
  • Measure Of Accuracy
    11:31

  • Decision Tree Fundamentals
    09:02
  • Decision Tree - Part 2
    09:17
  • Decision Tree, Impurity Gain Ratio
    05:56
  • Decision Tree, Numerical Attributes - Part 1
    04:57
  • Decision Tree, Numerical Attributes - Part 2
    06:26

  • Regression Tree
    06:20

  • Introduction To Cluster Analysis
    06:10
  • Features Of Cluster Analysis
    03:34

  • k-Means Clustering
    09:49

  • Hierarchical Clustering - Part 1
    07:38
  • Hierarchical Clustering Case Studies
    05:07
  • Hierarchical Clustering - Part 2
    06:57
  • Hierarchical Clustering - Part 3
    05:04

Requirements

  • You will need to have a computer or a mobile handset with an internet connection

Description

Machine learning and data science have become key industry drivers in the global job and opportunity market. This course with mix of lectures from industry experts and Ivy League academics will help students, recent graduates and young professionals learn machine learning and its applications in business scenarios.

In this course you will learn:

1. Artificial Intelligence and machine learning fundamentals

2. Types of machine learning

3. Supervised and unsupervised machine learning and their differences

4. Application of supervised and unsupervised machine learning

5. Semi-supervised and reinforcement learning

6. Linear regression

7. Fitting linear regression model to data

8. Model complexity and bias-variance trade-off in linear regression

9. Variable selection in linear regression

10. Statistical inference in linear regression

11. Multicollinearity

12. Measures of accuracy in linear regression

13. Logistic regression

14. Likelihood estimation

15. Statistical inference in logistic regression

16. Measure of accuracy in logistic regression

17. Decision tree

18. Decision tree, impurity gain ratio

19. Decision tree, numerical attributes

20. Regression tree

21. Cluster analysis

22. Features of cluster analysis

23. k-Means clustering

24. Hierarchical clustering

25. Hierarchical clustering case studies


What is supervised learning?

Let’s say I have labeled fruits and I kept them in separate baskets. So you have separate baskets for yellow banana, golden pineapple, black grapes and so on. Now if I give you a golden pineapple you know exactly what it is and in which basket you need to keep it. So, I am helping you classify fruits by previously labeled and classified fruits.

What essentially is happening here is helping you learn about fruits which are already labeled. You know the characteristics and labels based on which they are separated into different baskets. The labeled fruits help you train your brain about their respective correct baskets. Now, for each new fruit you can put them into its respective basket. When machines learn in this way this is called supervised learning. Supervised learning is a learning in which we teach or train the machine using data which are properly or rather correctly labeled.


What is unsupervised learning?

Unsupervised learning is the learning of a machine using information that is neither classified nor labeled and allowing the algorithm to act on that information without guidance.

We will take an example to understand the unsupervised learning process. Let’s say, you are traveling to Amazon. There are many animals, snakes, birds and insects that you have never ever seen in your life. Now, in there you see a new small bird that you have never seen before. No one tells you that it is a bird not a large size insect. You can still make out that it is a bird because it has feathers, it has beak, it can fly etc. No one has taught you about it by labeling it as a bird but you learn from unlabeled data. This is unsupervised learning. The phases of learning are pretty simple. You have input data, you have your algorithm that categorizes, and then you have the output.

Who this course is for:

  • Anyone with an interest in a rewarding career in Data Science

Instructor

Spotle Learn
The Career Platform - From Learning To Hiring
Spotle Learn
  • 3.7 Instructor Rating
  • 3 Reviews
  • 25 Students
  • 31 Courses

Spotle Learn provides career ready courses in Artificial Intelligence, Data Science, Programming, Cloud Computing, IoT, Blockchain, AR and VR, Astronomy and Astrophysics and other in-demand skill areas. We have trained and certified over 100,000 people. Students from 2500 college campuses and leading corporates learn on Spotle to meet their career goals.

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.