Machine Learning Essentials – Master core ML concepts
Machine Learning Essentials – Master core ML concepts, available at $49.99, has an average rating of 4.44, with 198 lectures, 2 quizzes, based on 365 reviews, and has 4512 subscribers.
You will learn about Jumpstart the world of AI & ML Maths of Machine Learning Regression & Classification Techniques Linear & Logistic Regression K-Nearest Neighbours, K-Means Naive Bayes, Text Classification Decision Trees & Random Forests Ensemble Learning – Bagging & Boosting Dimensionality Reduction Neural Networks 8+ Hands on Projects This course is ideal for individuals who are Programmers who are curious to about Machine Learning and Artificial Intellgence or Working professionals who want to build a career in data science or Developers who wants to learn a new skill and build ML based projects or University and college students who want to strengthen their understanding of Machine Learning It is particularly useful for Programmers who are curious to about Machine Learning and Artificial Intellgence or Working professionals who want to build a career in data science or Developers who wants to learn a new skill and build ML based projects or University and college students who want to strengthen their understanding of Machine Learning.
Enroll now: Machine Learning Essentials – Master core ML concepts
Summary
Title: Machine Learning Essentials – Master core ML concepts
Price: $49.99
Average Rating: 4.44
Number of Lectures: 198
Number of Quizzes: 2
Number of Published Lectures: 198
Number of Published Quizzes: 2
Number of Curriculum Items: 200
Number of Published Curriculum Objects: 200
Original Price: ₹7,900
Quality Status: approved
Status: Live
What You Will Learn
- Jumpstart the world of AI & ML
- Maths of Machine Learning
- Regression & Classification Techniques
- Linear & Logistic Regression
- K-Nearest Neighbours, K-Means
- Naive Bayes, Text Classification
- Decision Trees & Random Forests
- Ensemble Learning – Bagging & Boosting
- Dimensionality Reduction
- Neural Networks
- 8+ Hands on Projects
Who Should Attend
- Programmers who are curious to about Machine Learning and Artificial Intellgence
- Working professionals who want to build a career in data science
- Developers who wants to learn a new skill and build ML based projects
- University and college students who want to strengthen their understanding of Machine Learning
Target Audiences
- Programmers who are curious to about Machine Learning and Artificial Intellgence
- Working professionals who want to build a career in data science
- Developers who wants to learn a new skill and build ML based projects
- University and college students who want to strengthen their understanding of Machine Learning
Read to jumpstart the world of Machine Learning & Artificial intelligence?
This hands-on course is designed for absolute beginners as well as for proficient programmers who want kickstart Machine Learning for solving real life problems. You will learn how to work with data, and train models capable of making “intelligent decisions”
Data Science has one of the most rewarding jobs of the 21st century and fortune-500 tech companies are spending heavily on data scientists! Data Science as a career is very rewarding and offers one of the highest salaries in the world. Unlike other courses, which cover only library-implementations this course is designed to give you a solid foundation in Machine Learningby covering maths and implementation from scratch in Python for most statistical techniques.
This comprehensive course is taught by Prateek Narang & Mohit Uniyal, who not just popular instructors but also have worked in Software Engineering and Data Science domains with companies like Google. They have taught thousands of students in several online and in-person courses over last 3+ years.
We are providing you this course to you at a fraction of its original cost! This is action oriented course, we not just delve into theory but focus on the practical aspects by building 8+ projects.
With over 170+ high quality video lectures, easy to understand explanations and complete code repositorythis is one of the most detailed and robust course for learning data science.
Some of the topics that you will learn in this course.
-
Logistic Regression
-
Linear Regression
-
Principal Component Analysis
-
Naive Bayes
-
Decision Trees
-
Bagging and Boosting
-
K-NN
-
K-Means
-
Neural Networks
Some of the concepts that you will learn in this course.
-
Convex Optimisation
-
Overfitting vs Underfitting
-
Bias Variance Tradeoff
-
Performance Metrics
-
Data Pre-processing
-
Feature Engineering
-
Working with numeric data, images & textual data
-
Parametric vs Non-Parametric Techniques
-
Sign up for the course and take your first step towards becoming a machine learning engineer! See you in the course!
Course Curriculum
Chapter 1: Introduction
Lecture 1: Course Overview
Lecture 2: Artificial Intelligence
Lecture 3: Machine Learning
Lecture 4: Deep Learning
Lecture 5: Computer Vision
Lecture 6: Natural Language Processing
Lecture 7: Automatic Speech Recognition
Lecture 8: Reinforcement Learning
Lecture 9: Pre-requisites
Lecture 10: Code Repository
Chapter 2: Supervised vs Unsupervised Learning
Lecture 1: Supervised Learning Introduction
Lecture 2: Supervised Learning Example
Lecture 3: Unsupervised Learning
Chapter 3: Linear Regression
Lecture 1: Introduction to Linear Regression
Lecture 2: Notation
Lecture 3: Hypothesis
Lecture 4: Loss / Error Function
Lecture 5: Training Idea
Lecture 6: Gradient Descent Optimisation
Lecture 7: Gradient Descent Code
Lecture 8: Gradient Descent – for Linear Regression
Lecture 9: The Math of Training
Lecture 10: Code 01 – Data Generation
Lecture 11: Code 02 – Data Normalisation
Lecture 12: Code 03 – Train Test Split
Lecture 13: Code 04 – Modelling
Lecture 14: Code 05 – Predictions
Lecture 15: R2 Score
Lecture 16: Code 06 – Evaluation
Lecture 17: Code 07 – Visualisation
Lecture 18: Code 08 – Trajectory [Optional]
Chapter 4: Linear Regression – Multiple Features
Lecture 1: Introduction
Lecture 2: Hypothesis
Lecture 3: Loss Function
Lecture 4: Training & Gradient Updates
Lecture 5: Code 01 – Data Prep
Lecture 6: Code 02 – Hypothesis
Lecture 7: Code 03 – Loss Function
Lecture 8: Code 04 – Gradient Computation
Lecture 9: Code 05 – Training Loop
Lecture 10: A Note about Shapes
Lecture 11: Code 06 – Evaluation
Lecture 12: Linear Regression using Sk-Learn
Chapter 5: Logistic Regression
Lecture 1: Binary Classification Introduction
Lecture 2: Notation
Lecture 3: Hypothesis Function
Lecture 4: Binary Cross-Entropy / Loss Function
Lecture 5: Gradient Update Rule
Lecture 6: Code 01 – Data Prep
Lecture 7: Code 02 – Hypothesis / Logit Model
Lecture 8: Code 03 – Binary Cross Entropy Loss
Lecture 9: Code 04 – Gradient Computation
Lecture 10: Code 05 – Training Loop
Lecture 11: Code 06 – Visualise Decision Boundary
Lecture 12: Code 07 – Predictions & Accuracy
Lecture 13: Logistic Regression using Sk-Learn
Lecture 14: Multiclass Classification : One Vs Rest
Lecture 15: Multiclass Classification : One Vs One
Chapter 6: Dimensionality Reduction/ Feature Selection
Lecture 1: Curse of Dimensionality
Lecture 2: Feature Selection Vs. Feature Extraction
Lecture 3: Filter Method
Lecture 4: Wrapper Method
Lecture 5: Embedded Method
Lecture 6: Feature Selection – Code
Chapter 7: Principal Component Analysis (PCA)
Lecture 1: Introduction to PCA
Lecture 2: Conceptual Overview of PCA
Lecture 3: Maximising Variance
Lecture 4: Minimising Distances
Lecture 5: Eigen Values & Eigen Vectors
Lecture 6: PCA Summary
Lecture 7: Understanding Eigen Values
Lecture 8: PCA Code
Lecture 9: Choosing the right dimensions
Chapter 8: K-Nearest Neigbours
Lecture 1: Introduction
Lecture 2: KNN Idea
Lecture 3: KNN Data Prep
Lecture 4: KNN Algorithm Code
Lecture 5: Euclidean and Manhattan Distance
Lecture 6: Deciding value of K
Lecture 7: KNN and Data Standardisation
Lecture 8: KNN Pros and Cons
Lecture 9: KNN using Sk-Learn
Chapter 9: PROJECT – Face Recognition
Lecture 1: OpenCV – Working with Images
Lecture 2: OpenCV – Video Input from WebCam
Lecture 3: Object Detection using Haarcascades
Lecture 4: Face Detection in Images
Lecture 5: Face Detection in Live Video
Lecture 6: Face Recognition Project Intro
Lecture 7: Face Recognition 01 – Data Collection
Instructors
-
Mohit Uniyal
Data Scientist & Coding Minutes Instructor -
Prateek Narang
Instructor & Entrepreneur – Google, Coding Minutes, Scaler
Rating Distribution
- 1 stars: 8 votes
- 2 stars: 7 votes
- 3 stars: 24 votes
- 4 stars: 129 votes
- 5 stars: 198 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024