Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
R Ultimate 2024: R for Data Science and Machine Learning
Rating: 4.5 out of 5(403 ratings)
11,229 students

R Ultimate 2024: R for Data Science and Machine Learning

R Basics, Data Science, Statistical Machine Learning models, Deep Learning, Shiny and much more (All R code included)
Created byBert Gollnick
Last updated 5/2024
English

What you'll learn

  • learn all aspects of R from Basics, over Data Science, to Machine Learning and Deep Learning
  • learn R basics (data types, structures, variables, and more)
  • learn R programming (writing loops, functions, and more)
  • data im- and export
  • basic data manipulation (piping, filtering, aggregation of results, data reshaping, set operations, joining datasets)
  • data visualisation (different packages are learned, e.g. ggplot, plotly, leaflet, dygraphs)
  • advanced data manipulation (outlier detection, missing data handling, regular expressions)
  • regression models (create and apply regression models)
  • model evaluation (What is underfitting and overfitting? Why is data splitted into training and testing? What are resampling techniques?)
  • regularization (What is regularization? How can you apply it?)
  • classification models (understand different algorithms and learn how to apply logistic regression, decision trees, random forests, support vector machines)
  • association rules (learn the apriori model)
  • clustering (kmeans, hierarchical clustering, DBscan)
  • dimensionality reduction (factor analysis, principal component analysis)
  • Reinforcement Learning (upper confidence bound)
  • Deep Learning (deep learning for multi-target regression, binary and multi-label classification)
  • Deep Learning (learn image classification with convolutional neural networks)
  • Deep Learning (learn about Semantic Segmentation)
  • Deep Learning (Recurrent Neural Networks, LSTMs)
  • More on Deep Learning, e.g. Autoencoders, pretrained models, ...
  • R/Shiny for web application development and deployment

Course content

31 sections204 lectures22h 42m total length
  • Course Overview5:17

    Explore the course structure from basics to machine learning, covering data types, import/export, data manipulation, visualization, and deep learning across supervised, unsupervised, and reinforcement learning.

  • R and RStudio (Overview and Installation)9:31

    Install and configure R and RStudio for a local data science setup. Use open source, cross-platform support, graphics, and over ten thousand packages; enable a dedicated library and dark theme.

  • How to get the code2:16

    Visit the home page and open the material section to access course files. Download the static zip or clone the GitHub repository, then extract or work with the local files.

  • How to get the code (alternative)0:25
  • RStudio Introduction / Project Setup9:57

    Set up an RStudio project, load and organize files with clear naming, and use the four windows—coding, console, environment, and history—to run code and manage packages.

  • File Formats8:58

    Explore file formats for R workflows, from scripts and notebooks to markdown, html, and pdf, with interactive graphs, latish documents, and speedups using c++.

  • Rmarkdown Lab9:26

    Learn to build reproducible reports with rmarkdown by combining code chunks and text in chapters with a table of contents; render interactive html documents with plots and interactive tables.

  • Package Handling1:03

Requirements

  • no prior knowledge required - just be passionate to gain new skills

Description

You want to be able to perform your own data analyses with R? You want to learn how to get business-critical insights out of your data? Or you want to get a job in this amazing field? In all of these cases, you found the right course!

We will start with the very Basics of R, like data types and -structures, programming of loops and functions, data im- and export.

Then we will dive deeper into data analysis: we will learn how to manipulate data by filtering, aggregating results, reshaping data, set operations, and joining datasets. We will discover different visualisation techniques for presenting complex data. Furthermore find out to present interactive timeseries data, or interactive geospatial data.

Advanced data manipulation techniques are covered, e.g. outlier detection, missing data handling, and regular expressions.

We will cover all fields of Machine Learning: Regression and Classification techniques, Clustering, Association Rules, Reinforcement Learning, and, possibly most importantly, Deep Learning for Regression, Classification, Convolutional Neural Networks, Autoencoders, Recurrent Neural Networks, ...

You will also learn to develop web applications and how to deploy them with R/Shiny.

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.

Who this course is for:

  • R beginners interested in learning R
  • data science practitioners who want to deepen their knowledge
  • developers who want to learn different aspects of Machine Learning