Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Data Science and Machine Learning Bootcamp with R, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:02:35
    Introduction to Course
  2. Урок 2. 00:02:03
    Course Curriculum
  3. Урок 3. 00:03:51
    What is Data Science?
  4. Урок 4. 00:06:20
    Windows Installation Procedure
  5. Урок 5. 00:05:28
    Mac OS Installation Procedure
  6. Урок 6. 00:00:22
    Development Environment Overview
  7. Урок 7. 00:09:01
    Course Notes
  8. Урок 8. 00:12:34
    Guide to RStudio
  9. Урок 9. 00:02:28
    Introduction to R Basics
  10. Урок 10. 00:04:31
    Arithmetic in R
  11. Урок 11. 00:05:26
    Variables
  12. Урок 12. 00:05:32
    R Basic Data Types
  13. Урок 13. 00:07:36
    Vector Basics
  14. Урок 14. 00:04:24
    Vector Operations
  15. Урок 15. 00:09:37
    Vector Indexing and Slicing
  16. Урок 16. 00:02:13
    Getting Help with R and RStudio
  17. Урок 17. 00:06:32
    Comparison Operators
  18. Урок 18. 00:02:14
    R Basics Training Exercise
  19. Урок 19. 00:07:22
    R Basics Training Exercise - Solutions Walkthrough
  20. Урок 20. 00:00:49
    Introduction to R Matrices
  21. Урок 21. 00:10:24
    Creating a Matrix
  22. Урок 22. 00:04:16
    Matrix Arithmetic
  23. Урок 23. 00:05:23
    Matrix Operations
  24. Урок 24. 00:06:35
    Matrix Selection and Indexing
  25. Урок 25. 00:08:15
    Factor and Categorical Matrices
  26. Урок 26. 00:01:01
    Matrix Training Exercise
  27. Урок 27. 00:13:11
    Matrix Training Exercises - Solutions Walkthrough
  28. Урок 28. 00:00:45
    Introduction to R Data Frames
  29. Урок 29. 00:08:44
    Data Frame Basics
  30. Урок 30. 00:09:16
    Data Frame Indexing and Selection
  31. Урок 31. 00:15:59
    Overview of Data Frame Operations - Part 1
  32. Урок 32. 00:18:41
    Overview of Data Frame Operations - Part 2
  33. Урок 33. 00:01:07
    Data Frame Training Exercise
  34. Урок 34. 00:15:09
    Data Frame Training Exercises - Solutions Walkthrough
  35. Урок 35. 00:09:01
    List Basics
  36. Урок 36. 00:00:25
    Introduction to Data Input and Output with R
  37. Урок 37. 00:06:10
    CSV Files with R
  38. Урок 38. 00:11:44
    Excel Files with R
  39. Урок 39. 00:09:57
    SQL with R
  40. Урок 40. 00:06:53
    Web Scraping with R
  41. Урок 41. 00:00:59
    Introduction to Programming Basics
  42. Урок 42. 00:08:06
    Logical Operators
  43. Урок 43. 00:15:01
    if, else, and else if Statements
  44. Урок 44. 00:01:28
    Conditional Statements Training Exercise
  45. Урок 45. 00:12:06
    Conditional Statements Training Exercise - Solutions Walkthrough
  46. Урок 46. 00:06:54
    While Loops
  47. Урок 47. 00:12:29
    For Loops
  48. Урок 48. 00:19:16
    Functions
  49. Урок 49. 00:02:15
    Functions Training Exercise
  50. Урок 50. 00:20:16
    Functions Training Exercise - Solutions
  51. Урок 51. 00:00:55
    Introduction to Advanced R Programming
  52. Урок 52. 00:09:50
    Built-in R Features
  53. Урок 53. 00:15:17
    Apply
  54. Урок 54. 00:03:23
    Math Functions with R
  55. Урок 55. 00:05:17
    Regular Expressions
  56. Урок 56. 00:12:08
    Dates and Timestamps
  57. Урок 57. 00:00:41
    Data Manipulation Overview
  58. Урок 58. 00:11:43
    Guide to Using Dplyr
  59. Урок 59. 00:10:05
    Guide to Using Dplyr - Part 2
  60. Урок 60. 00:06:20
    Pipe Operator
  61. Урок 61. 00:01:10
    Dplyr Training Exercise
  62. Урок 62. 00:06:48
    Dplyr Training Exercise - Solutions Walkthrough
  63. Урок 63. 00:20:32
    Guide to Using Tidyr
  64. Урок 64. 00:06:44
    Overview of ggplot2
  65. Урок 65. 00:18:38
    Histograms
  66. Урок 66. 00:17:01
    Scatterplots
  67. Урок 67. 00:07:58
    Barplots
  68. Урок 68. 00:07:03
    Boxplots
  69. Урок 69. 00:07:49
    2 Variable Plotting
  70. Урок 70. 00:10:48
    Coordinates and Faceting
  71. Урок 71. 00:05:24
    Themes
  72. Урок 72. 00:02:30
    ggplot2 Exercises
  73. Урок 73. 00:12:52
    ggplot2 Exercise Solutions
  74. Урок 74. 00:02:48
    Data Visualization Project
  75. Урок 75. 00:10:57
    Data Visualization Project - Solutions Walkthrough - Part 1
  76. Урок 76. 00:10:49
    Data Visualization Project Solutions Walkthrough - Part 2
  77. Урок 77. 00:08:50
    Overview of Plotly and Interactive Visualizations
  78. Урок 78. 00:07:56
    Introduction to Capstone Project
  79. Урок 79. 00:22:00
    Capstone Project Solutions Walkthrough
  80. Урок 80. 00:16:49
    Introduction to Machine Learning
  81. Урок 81. 00:05:27
    Introduction to Linear Regression
  82. Урок 82. 00:19:41
    Linear Regression with R - Part 1
  83. Урок 83. 00:20:12
    Linear Regression with R - Part 2
  84. Урок 84. 00:11:55
    Linear Regression with R - Part 3
  85. Урок 85. 00:08:29
    Introduction to Linear Regression Project
  86. Урок 86. 00:21:24
    ML - Linear Regression Project - Solutions Part 1
  87. Урок 87. 00:10:56
    ML - Linear Regression Project - Solutions Part 2
  88. Урок 88. 00:11:38
    Introduction to Logistic Regression
  89. Урок 89. 00:20:01
    Logistic Regression with R - Part 1
  90. Урок 90. 00:18:42
    Logistic Regression with R - Part 2
  91. Урок 91. 00:01:41
    Introduction to Logistic Regression Project
  92. Урок 92. 00:20:03
    Logistic Regression Project Solutions - Part 1
  93. Урок 93. 00:15:05
    Logistic Regression Project Solutions - Part 2
  94. Урок 94. 00:13:10
    Logistic Regression Project - Solutions Part 3
  95. Урок 95. 00:05:01
    Introduction to K Nearest Neighbors
  96. Урок 96. 00:19:06
    K Nearest Neighbors with R
  97. Урок 97. 00:03:18
    Introduction K Nearest Neighbors Project
  98. Урок 98. 00:11:23
    K Nearest Neighbors Project Solutions
  99. Урок 99. 00:06:31
    Introduction to Tree Methods
  100. Урок 100. 00:12:02
    Decision Trees and Random Forests with R
  101. Урок 101. 00:01:42
    Introduction to Decision Trees and Random Forests Project
  102. Урок 102. 00:16:43
    Tree Methods Project Solutions - Part 1
  103. Урок 103. 00:04:47
    Tree Methods Project Solutions - Part 2
  104. Урок 104. 00:04:14
    Introduction to Support Vector Machines
  105. Урок 105. 00:14:51
    Support Vector Machines with R
  106. Урок 106. 00:02:14
    Introduction to SVM Project
  107. Урок 107. 00:11:05
    Support Vector Machines Project - Solutions Part 1
  108. Урок 108. 00:10:19
    Support Vector Machines Project - Solutions Part 2
  109. Урок 109. 00:04:51
    Introduction to K-Means Clustering
  110. Урок 110. 00:09:34
    K Means Clustering with R
  111. Урок 111. 00:01:57
    Introduction to K Means Clustering Project
  112. Урок 112. 00:17:13
    K Means Clustering Project - Solutions Walkthrough
  113. Урок 113. 00:04:26
    Introduction to Natural Language Processing
  114. Урок 114. 00:04:51
    Natural Language Processing with R - Part 1
  115. Урок 115. 00:15:57
    Natural Language Processing with R - Part 2
  116. Урок 116. 00:06:14
    Introduction to Neural Nets
  117. Урок 117. 00:21:53
    Neural Nets with R
  118. Урок 118. 00:02:09
    Introduction to Neural Nets Project
  119. Урок 119. 00:09:13
    Neural Nets Project - Solutions