All in One Offer! | Access Unlimited Courses in any category starting at just $29. Offer Ends in:

Browse Library

  • Business Solutions
  • Become an Instructor
  • 0
    Shopping Cart

    Your Cart is empty. Keep shopping to find a course!

    Browse Courses
Get Unlimited Learning Access
$29
4 days left at this price!
30-Day Money-Back Guarantee

This plan includes

  • Instant access to 11,000+ online courses
  • Play & Pause Course Videos
  • HD Video Recorded Lectures
  • Learn on Mobile/PC/Tablet
  • Quizzes and Real Projects
  • Lifetime Course Certificate
  • Instructor Chat Support
  • Cancel Plan Anytime
Subscribe to Learnfly’s top courses
Get this course, plus 11,000+ of our top-rated courses for one year with Go Annually Plan.
$348 $244 a year Save 30%
4 days left at this price!
30-Day Money-Back Guarantee

This plan includes

  • Instant access to 11,000+ online courses
  • Play & Pause Course Videos
  • HD Video Recorded Lectures
  • Learn on Mobile/PC/Tablet
  • Quizzes and Real Projects
  • Lifetime Course Certificate
  • Instructor Chat Support
  • Cancel Plan Anytime
$29
$244
  • You will learn to build state-of-the-art Machine Learning models with R.
  • We will implement Deep Learning models with Keras for Regression and Classification tasks.
  • Regression Models (e.g. univariate, polynomial, multivariate)
  • Regularization Techniques
  • Classification Models (e.g. Confusion Matrix, ROC, Logistic Regression, Decision Trees, Random Forests, SVM, Ensemble Learning)
  • Association Rules (e.g. Apriori)
  • Clustering techniques (e.g. kmeans, hierarchical clustering, dbscan)
  • Dimensionality Reduction techniques (e.g. Principal Component Analysis, Factor Analysis)
  • Reinforcement Learning techniques (e.g. Upper Confidence Bound)
  • You will know how to evaluate your model, what underfitting and overfitting is, why resampling techniques are important, and how you can split your dataset into parts (train/validation/test).
  • We will understand the theory behind deep neural networks.
  • We will understand and implement convolutional neural networks - the most powerful technique for image recognition.

Did you ever wonder how machines "learn" - in this course you will find out.

We will cover all fields of Machine Learning: regression and classification techniques, clustering, association rules, reinforcement learning, and, finally, Deep Learning.

For each field, different algorithms are shown in detail: their core concepts are presented in 101 sessions. Here, you will understand how the algorithm works. Then we implement it together in lab sessions. We develop code, before I encourage you to work on exercise on your own, before you watch my solution examples. With this knowledge you can clearly identify a problem at hand and develop a plan of attack to solve it.

You will understand the advantages and disadvantages of different models and when to use which one. Furthermore, you will know how to take your knowledge into the real world.

You will get access to an interactive learning platform that will help you to understand the concepts much better.

In this course code will never come out of thin air via copy/paste. We will develop every important line of code together and I will tell you why and how we implement it.

Take a look at some sample lectures. Or visit some of my interactive learning boards. Furthermore, there is a 30 day money back warranty, so there is no risk for you taking the course right now. Don’t wait. See you in the course. 

  • Basic R knowledge
  • R beginners and professionals with interest in Machine Learning
View More...
  • Section 1 : Introduction 6 Lectures 00:34:37

    • Lecture 1 :
    • Lecture 2 :
    • AI 101
    • Lecture 3 :
    • Machine Learning 101
    • Lecture 4 :
    • Models
    • Lecture 5 :
    • Teaser Overview
    • Lecture 6 :
    • Teaser Lab
  • Section 2 : R Refresher 7 Lectures 00:41:08

    • Lecture 1 :
    • How to get the code
    • Lecture 2 :
    • Rmarkdown Lab
    • Lecture 3 :
    • Piping 101
    • Lecture 4 :
    • Data Manipulation Lab
    • Lecture 5 :
    • Data Reshaping 101
    • Lecture 6 :
    • Data Reshaping Lab
    • Lecture 7 :
    • Packages Preparation Lab
  • Section 3 : ----- Regression, Model Preparation, and Regularization ----- 2 Lectures 00:01:38

    • Lecture 1 :
    • Section Overview
    • Lecture 2 :
    • How to get the code
  • Section 4 : Regression 13 Lectures 01:26:29

    • Lecture 1 :
    • Regression Types 101
    • Lecture 2 :
    • Univariate Regression 101
    • Lecture 3 :
    • Univariate Regression Interactive
    • Lecture 4 :
    • Univariate Regression Lab
    • Lecture 5 :
    • Univariate Regression Exercise
    • Lecture 6 :
    • Univariate Regression Solution
    • Lecture 7 :
    • Polynomial Regression 101
    • Lecture 8 :
    • Polynomial Regression Lab
    • Lecture 9 :
    • Multivariate Regression 101
    • Lecture 10 :
    • Multivariate Regression Lab
    • Lecture 11 :
    • Multivariate Regression Exercise
    • Lecture 12 :
    • Multivariate Regression Solution
    • Lecture 13 :
    • Regression Quiz
    • This quiz tests your knowledge on regression.
  • Section 5 : Model Preparation and Evaluation 6 Lectures 00:57:55

    • Lecture 1 :
    • Underfitting Overfitting 101
    • Lecture 2 :
    • Train / Validation / Test Split 101
    • Lecture 3 :
    • Train / Validation / Test Split Interactive
    • Lecture 4 :
    • Train / Validation / Test Split Lab
    • Lecture 5 :
    • Resampling Techniques 101
    • Lecture 6 :
    • Resampling Techniques Lab
  • Section 6 : Regularization 2 Lectures 00:23:36

    • Lecture 1 :
    • Regularization 101
    • Lecture 2 :
    • Regularization Lab
  • Section 7 : ----- Classification ----- 2 Lectures 00:01:38

    • Lecture 1 :
    • Classification Introduction
    • Lecture 2 :
    • How to get the code
  • Section 8 : Classification Basics 7 Lectures 00:51:17

    • Lecture 1 :
    • Confusion Matrix 101
    • Lecture 2 :
    • ROC Curve 101
    • Lecture 3 :
    • ROC Curve Interactive
    • Lecture 4 :
    • ROC Curve Lab (Intro)
    • Lecture 5 :
    • ROC Curve Lab (Coding 1/3)
    • Lecture 6 :
    • ROC Curve Lab (Coding 2/3)
    • Lecture 7 :
    • ROC Curve Lab (Coding 3/3)
  • Section 9 : Decision Trees 3 Lectures 00:22:04

    • Lecture 1 :
    • Decision Trees 101
    • Lecture 2 :
    • Decision Trees Lab (Intro)
    • Lecture 3 :
    • Decision Trees Lab (Coding)
  • Section 10 : Random Forests 5 Lectures 00:29:10

    • Lecture 1 :
    • Random Forests 101
    • Lecture 2 :
    • Random Forests Interactive
    • Lecture 3 :
    • Random Forests Lab (Intro)
    • Lecture 4 :
    • Random Forests Lab (Coding 1/2)
    • Lecture 5 :
    • Random Forests Lab (Coding 2/2)
  • Section 11 : Logistic Regression 4 Lectures 00:24:27

    • Lecture 1 :
    • Logistic Regression 101
    • Lecture 2 :
    • Logistic Regression Lab (Intro)
    • Lecture 3 :
    • Logistic Regression Lab (Coding 1/2)
    • Lecture 4 :
    • Logistic Regression Lab (Coding 2/2)
  • Section 12 : Support Vector Machines 4 Lectures 00:20:08

    • Lecture 1 :
    • Support Vector Machines 101
    • Lecture 2 :
    • Support Vector Machines Lab (Intro)
    • Lecture 3 :
    • Support Vector Machines Lab (Coding 1/2)
    • Lecture 4 :
    • Support Vector Machines Lab (Coding 2/2)
  • Section 13 : Ensemble Models 2 Lectures 00:03:17

    • Lecture 1 :
    • Ensemble Models 101
    • Lecture 2 :
    • Classification Quiz
    • This quiz tests your knowledge on classification techniques.
  • Section 14 : ----- Association Rules ----- 2 Lectures 00:07:29

    • Lecture 1 :
    • Association Rules 101
    • Lecture 2 :
    • How to get the code
  • Section 15 : Apriori 6 Lectures 00:41:44

    • Lecture 1 :
    • Apriori 101
    • Lecture 2 :
    • Apriori Lab (Intro)
    • Lecture 3 :
    • Apriori Lab (Coding 1/2)
    • Lecture 4 :
    • Apriori Lab (Coding 2/2)
    • Lecture 5 :
    • Apriori Exercise
    • Lecture 6 :
    • Apriori Solution
  • Section 16 : ----- Clustering ----- 2 Lectures 00:04:30

    • Lecture 1 :
    • Clustering Overview
    • Lecture 2 :
    • How to get the code
  • Section 17 : kmeans 4 Lectures 00:37:05

    • Lecture 1 :
    • kmeans 101
    • Lecture 2 :
    • kmeans Lab
    • Lecture 3 :
    • kmeans Exercise
    • Lecture 4 :
    • kmeans Solution
  • Section 18 : Hierarchical Clustering 3 Lectures 00:33:22

    • Lecture 1 :
    • Hierarchical Clustering 101
    • Lecture 2 :
    • Hierarchical Clustering Interactive
    • Lecture 3 :
    • Hierarchical Clustering Lab
  • Section 19 : Dbscan 3 Lectures 00:18:44

    • Lecture 1 :
    • Dbscan 101
    • Lecture 2 :
    • Dbscan Lab
    • Lecture 3 :
    • Clustering Quiz
    • This quiz tests your knowledge on clustering.
  • Section 20 : ----- Dimensionality Reduction ----- 1 Lectures

    • Lecture 1 :
    • Dimensionality Reduction Overview
  • Section 21 : Principal Component Analysis (PCA) 4 Lectures 00:34:57

    • Lecture 1 :
    • PCA 101
    • Lecture 2 :
    • PCA Lab
    • Lecture 3 :
    • PCA Exercise
    • Lecture 4 :
    • PCA Solution
  • Section 22 : Factor Analysis 5 Lectures 00:27:29

    • Lecture 1 :
    • Factor Analysis 101
    • Lecture 2 :
    • Factor Analysis Lab (Intro)
    • Lecture 3 :
    • Factor Analysis Lab (Coding 1/2)
    • Lecture 4 :
    • Factor Analysis Lab (Coding 2/2)
    • Lecture 5 :
    • Dimensionality Reduction Quiz
    • This quiz tests your knowledge on dimensionality reduction.
  • Section 23 : ----- Reinforcement Learning ----- 6 Lectures 00:44:16

    • Lecture 1 :
    • Upper Confidence Bound 101
    • Lecture 2 :
    • Upper Confidence Bound Interactive
    • Lecture 3 :
    • How to get the code
    • Lecture 4 :
    • Upper Confidence Bound Lab (Intro)
    • Lecture 5 :
    • Upper Confidence Bound Lab (Coding 1/2)
    • Lecture 6 :
    • Upper Confidence Bound Lab (Coding 2/2)
  • Section 24 : ----- Deep Learning ----- 8 Lectures 00:28:26

    • Lecture 1 :
    • Deep Learning 101
    • Lecture 2 :
    • Performance
    • Lecture 3 :
    • From Perceptron to Neural Networks
    • Lecture 4 :
    • How to get the code
    • Lecture 5 :
    • Activation Functions
    • Lecture 6 :
    • Optimizer
    • Lecture 7 :
    • Deep Learning Frameworks
    • Lecture 8 :
    • Layer Types
  • Section 25 : Deep Learning Regression 4 Lectures 00:22:27

    • Lecture 1 :
    • Workspace Preparation
    • Lecture 2 :
    • Multi-Target Regression Lab (Intro)
    • Lecture 3 :
    • Multi-Target Regression Lab (Coding 1/2)
    • Lecture 4 :
    • Multi-Target Regression Lab (Coding 2/2)
  • Section 26 : Convolutional Neural Networks 5 Lectures 00:34:09

    • Lecture 1 :
    • Convolutional Neural Networks 101
    • Lecture 2 :
    • Convolutional Neural Networks Interactive
    • Lecture 3 :
    • Deep Learning Quiz
    • This quiz tests your knowledge on Deep Learning.
    • Lecture 4 :
    • Convolutional Neural Networks Lab (Intro)
    • Lecture 5 :
    • Convolutional Neural Networks Lab (Coding)
  • Section 27 : Deep Learning Classification 7 Lectures 00:49:54

    • Lecture 1 :
    • Binary Classification Lab (Intro)
    • Lecture 2 :
    • Binary Classification Lab (Coding 1/2)
    • Lecture 3 :
    • Binary Classification Lab (Coding 2/2)
    • Lecture 4 :
    • Multi-Label Classification Lab (Intro)
    • Lecture 5 :
    • Multi-Label Classification Lab (Coding 1/3)
    • Lecture 6 :
    • Multi-Label Classification Lab (Coding 2/3)
    • Lecture 7 :
    • Multi-Label Classification Lab (Coding 3/3)
  • Section 28 : Bonus 1 Lectures

    • Lecture 1 :
    • Congratulations and Thank You!
  • How do i access the course after purchase?

    It's simple. When you sign up, you'll immediately have unlimited viewing of thousands of expert courses, paths to guide your learning, tools to measure your skills and hands-on resources like exercise files. There’s no limit on what you can learn and you can cancel at any time.
  • Are these video based online self-learning courses?

    Yes. All of the courses comes with online video based lectures created by certified instructors. Instructors have crafted these courses with a blend of high quality interactive videos, lectures, quizzes & real world projects to give you an indepth knowledge about the topic.
  • Can i play & pause the course as per my convenience?

    Yes absolutely & thats one of the advantage of self-paced courses. You can anytime pause or resume the course & come back & forth from one lecture to another lecture, play the videos mulitple times & so on.
  • How do i contact the instructor for any doubts or questions?

    Most of these courses have general questions & answers already covered within the course lectures. However, if you need any further help from the instructor, you can use the inbuilt Chat with Instructor option to send a message to an instructor & they will reply you within 24 hours. You can ask as many questions as you want.
  • Do i need a pc to access the course or can i do it on mobile & tablet as well?

    Brilliant question? Isn't it? You can access the courses on any device like PC, Mobile, Tablet & even on a smart tv. For mobile & a tablet you can download the Learnfly android or an iOS app. If mobile app is not available in your country, you can access the course directly by visting our website, its fully mobile friendly.
  • Do i get any certificate for the courses?

    Yes. Once you complete any course on our platform along with provided assessments by the instructor, you will be eligble to get certificate of course completion.
  • For how long can i access my course on the platform?

    You require an active subscription to access courses on our platform. If your subscription is active, you can access any course on our platform with no restrictions.
  • Is there any free trial?

    Currently, we do not offer any free trial.
  • Can i cancel anytime?

    Yes, you can cancel your subscription at any time. Your subscription will auto-renew until you cancel, but why would you want to?

44027 Course Views

1 Courses

I am a hands-on Data Scientist with a lot of domain knowledge on Renewable Energies, especially Wind Energy. Currently I work for a leading manufacturer of wind turbines. I provide trainings on Data Science and Machine Learning with R since many years. I studied Aeronautics, and Economics. My main interests are Machine Learning, Data Science, and Blockchain.
View More...
  • Unmatched Variety and Value!
    Learnfly's monthly subscription offers unlimited access to a vast range of courses. Affordable pricing, compared to competitors, makes it the ultimate choice for continuous learning.
    Jessica M.

    4.7

    JM
  • Top-Notch Quality, Affordable Rates!
    High-quality courses with certified instructors make Learnfly stand out. The affordable pricing is a game-changer for those seeking premium education.
    Alex P.

    4.5

    AP
  • Certified Excellence Every Time!
    Learnfly's courses, taught by certified instructors, ensure top-notch learning experiences. The course completion certificates add significant value to one's skill set.
    Sarah R.

    4.3

    SR
  • Round-the-Clock Support!
    Learnfly goes the extra mile with 24/7 course support. Their dedication to helping students succeed is commendable.
    Ryan K.

    4.1

    RK
  • Learn Anywhere, Anytime!
    Whether on mobile, PC, or tablet, Learnfly's platform offers flexibility. Learning on the go has never been easier.
    Emily S.

    4.7

    ES
  • Job-Ready Skills!
    Learnfly's job-oriented courses equip learners with practical skills for the workplace. An investment in career growth!
    Jake M.

    4.2

    JM
  • Budget-Friendly Brilliance!
    Learnfly's pricing is a steal for the quality and variety of courses offered. Quality education without breaking the bank.
    Olivia T.

    4.5

    OT
  • Instructor Excellence Unleashed!
    Learn from the best with Learnfly's certified instructors. The platform ensures that knowledge is imparted by industry experts.
    Daniel L.

    4.0

    DL
  • Achievement Unlocked!
    Learnfly not only offers courses but also recognizes your efforts with course completion certificates. A sense of accomplishment with every course finished.
    Maya H.

    4.6

    MH
  • Learning Revolution!
    Learnfly's platform is a revolution in education. Access to unlimited courses at affordable rates is a game-changer.
    Ethan W.

    4.7

    EW
  • machine-learning-from-scratch-using-python

    Machine Learning from Scratch using...

    By : Saheb Singh chaddha

    Lectures 14 Beginner 0:16:2
  • data-preprocessing-for-machine-learning-using-matlab

    Data Preprocessing for Machine Lear...

    By : Dr. Nouman Azam

    Lectures 30 Beginner 4:14:3
  • machine-learning-for-data-science-using-matlab

    Machine Learning for Data Science u...

    By : Dr. Nouman Azam

    Lectures 62 Beginner 9:12:36
  • road-map-to-artificial-intelligence-and-machine-learning

    Road Map to Artificial Intelligence...

    By : Vinoth Rathinam

    Lectures 13 Beginner 0:48:49
  • master-chatbot-development-w-o-coding-ibm-watson-assistant

    Master CHATBOT development w/o codi...

    By : Tushar Sukhiya

    Lectures 16 Intermedite 1:17:1
  • master-in-ibm-watson-visual-recognition-service

    Master in IBM Watson Visual Recogni...

    By : Tushar Sukhiya

    Lectures 5 Beginner 0:5:36

Students learning on Learnfly works with Fortune 500 companies around the globe.

Sign Up & Start Learning
By signing up, you agree to our Terms of Use and Privacy Policy
Reset Password
Enter your email address and we'll send you a link to reset your password.