Machine Learning Tutorial for Beginners in Python

Machine Learning Tutorial for Beginners in Python

Knowledge Shelf via YouTube Direct link

9 . [Hindi]Machine Learning : Modules in Python | 2018 |Python 3

9 of 147

9 of 147

9 . [Hindi]Machine Learning : Modules in Python | 2018 |Python 3

Class Central Classrooms beta

YouTube videos curated by Class Central.

Classroom Contents

Machine Learning Tutorial for Beginners in Python

Automatically move to the next video in the Classroom when playback concludes

  1. 1 1# Import Announcement related to Machine Learning
  2. 2 2 . [Hindi]Machine Learning : Installation & Setup of Python 3.7 and Juypyter Notebook
  3. 3 3 . [Hindi]Machine Learning : Introduction to Python | 2018
  4. 4 5 . [Hindi]Machine Learning : Variables in Python | 2018 |Python 3
  5. 5 6 . [Hindi]Machine Learning : String Formatting in Python | 2018 |Python 3
  6. 6 7 . [Hindi]Machine Learning : Control Flow & Indentation in Python | 2018 |Python 3
  7. 7 8 . [Hindi]Machine Learning : Functions in Python | 2018 |Python 3
  8. 8 4 . [Hindi]Machine Learning : Input() Function & Escape Characters | 2018
  9. 9 9 . [Hindi]Machine Learning : Modules in Python | 2018 |Python 3
  10. 10 10. [Hindi]Machine Learning : If, Else, Elif in Python | 2018 |Python 3
  11. 11 11. [Hindi]Machine Learning : Break & Continue in Python | 2018 |Python 3
  12. 12 12. [Hindi]Machine Learning : For loop in Python | 2018 |Python 3
  13. 13 13. [Hindi]Machine Learning : While loop in Python | 2018 |Python 3
  14. 14 14. [Hindi]Machine Learning : Lists in Python | 2018 |Python 3
  15. 15 15. [Hindi]Machine Learning : Iterators in Python | 2018 |Python 3
  16. 16 16. [Hindi]Machine Learning : Dictionaries in Python | 2018 |Python 3
  17. 17 17. [Hindi]Machine Learning : How to install Numpy in Python | 2018 |Python 3
  18. 18 18. [Hindi]Machine Learning : How to install Numpy Functions in Python | 2018 |Python 3
  19. 19 19. [Hindi]Machine Learning : How to install Matplotlib in Python | 2018 |Python 3
  20. 20 20. [Hindi]Machine Learning : Line Plot in Matplotlib | 2018 |Python 3
  21. 21 21. [Hindi]Machine Learning : Subplot Plot in Matplotlib | 2018 |Python 3
  22. 22 22. [Hindi]Machine Learning : Bar Plot in Matplotlib | 2018 |Python 3
  23. 23 23. [Hindi]Machine Learning : Histogram Plot in Matplotlib | 2018 |Python 3
  24. 24 24. [Hindi]Machine Learning : Scatter Plot in Matplotlib | 2018 |Python 3
  25. 25 25. [Hindi]Machine Learning : Pie Chart in Matplotlib | 2018 |Python 3
  26. 26 26. [Hindi]Machine Learning : Plot Merging in Matplotlib | 2018 |Python 3
  27. 27 27. [Hindi]Machine Learning : Plot Data from CSV & Text Files using Matplotlib | 2018 |Python 3
  28. 28 28. [Hindi]Machine Learning : How to Install Pandas | 2018 |Python 3
  29. 29 29. [Hindi]Machine Learning : Live Plot in Matplotlib | 2018 |Python 3
  30. 30 30. [Hindi]Machine Learning : Series Object in Pandas | 2018 |Python 3
  31. 31 31. [Hindi]Machine Learning : Attributes in Pandas | 2018 |Python 3
  32. 32 32. [Hindi]Machine Learning : Methods,Parameters & Arguments in Pandas | 2018 |Python 3
  33. 33 33. [Hindi]Machine Learning : Read CSV File using Pandas | 2018 |Python 3
  34. 34 34. [Hindi]Machine Learning : Sort_Values & Inplace in Pandas | 2018 |Python 3
  35. 35 35. [Hindi]Machine Learning : Sort_index() in Pandas | 2018 |Python 3
  36. 36 36. [Hindi]Machine Learning : Extract Values by Index Position in Pandas | 2018 |Python 3
  37. 37 37. [Hindi]Machine Learning : Extract Values by Index Label in Pandas | 2018 |Python 3
  38. 38 38. [Hindi]Machine Learning : .get() Method in Pandas | 2018 |Python 3
  39. 39 39. [Hindi]Machine Learning : Math Methods in Pandas | 2018 |Python 3
  40. 40 40. [Hindi]Machine Learning : .idxmax(), .idxmin() Methods in Pandas | 2018 |Python 3
  41. 41 41. [Hindi]Machine Learning : .value_counts Methods in Pandas | 2018 |Python 3
  42. 42 42. [Hindi]Machine Learning : .apply() Methods in Pandas | 2018 |Python 3
  43. 43 43. [Hindi]Machine Learning : DataFrames in Pandas | 2018 |Python 3
  44. 44 44. [Hindi]Machine Learning : Shared Methods & Column Access in Pandas | 2018 |Python 3
  45. 45 45. [Hindi]Machine Learning : Add New Column to Dataframe in Pandas | 2018 |Python 3
  46. 46 46. [Hindi]Machine Learning : Broadcasting Operations in Pandas | 2018 |Python 3
  47. 47 47. [Hindi]Machine Learning : Drop Rows with Null Values in Pandas | 2018 |Python 3
  48. 48 48. [Hindi]Machine Learning : .fillna() Method for Null Values in Pandas | 2018 |Python 3
  49. 49 49. [Hindi]Machine Learning : .sort_values() in Dataframes Pandas | 2018 |Python 3
  50. 50 50. [Hindi]Machine Learning : .sort_values() for Multiple Columns in Pandas | 2018 |Python 3
  51. 51 51. [Hindi]Machine Learning : Rank Method in Pandas | 2018 |Python 3
  52. 52 52. [Hindi]Machine Learning : Filtering Dataframe in Pandas | 2018 |Python 3
  53. 53 53. [Hindi]Machine Learning : Filtering a Dataframe Based on a Condition| 2018 |Python 3
  54. 54 54. [Hindi]Machine Learning : Filter Dataframe with AND & OR Operators| 2018 |Python 3
  55. 55 55. [Hindi]Machine Learning : .isin() Method in Pandas| 2018 |Python 3
  56. 56 56. [Hindi]Machine Learning : .isnull() & .notnull() Method in Pandas| 2018 |Python 3
  57. 57 57. [Hindi]Machine Learning : .between() Method in Pandas| 2018 |Python 3
  58. 58 58. [Hindi]Machine Learning : .Duplicated() Method in Pandas| 2018 |Python 3
  59. 59 59. [Hindi]Machine Learning : .drop_duplicates() Method in Pandas| 2018 |Python 3
  60. 60 Discussion Related To Machine Learning Tutorial Series
  61. 61 60. [Hindi]Machine Learning : .set_index & .reset_index() in Pandas| 2018 |Python 3
  62. 62 61. [Hindi]Machine Learning : Retrieve Row Values Using loc in Pandas| 2018 |Python 3
  63. 63 62. [Hindi]Machine Learning : Retrieve Row Values Using iloc in Pandas| 2018 |Python 3
  64. 64 63. [Hindi]Machine Learning : Retrieve Row Values Using ix in Pandas| 2018 |Python 3
  65. 65 64. [Hindi]Machine Learning : Second Argument ofloc, iloc, ix in Pandas| 2018 |Python 3
  66. 66 65. [Hindi]Machine Learning : Set New Values for a Specific Cell or Row in Pandas| 2018 |Python 3
  67. 67 66. [Hindi]Machine Learning : Set Multiple Values in DataFrame in Pandas| 2018 |Python 3
  68. 68 67. [Hindi]Machine Learning : Rename Index Labels or Columns in Pandas| 2018 |Python 3
  69. 69 72. [Hindi]Machine Learning : The .query() Methods in Pandas| 2018 |Python 3
  70. 70 68. [Hindi]Machine Learning : Delete Rows or Columns in Pandas| 2018 |Python 3
  71. 71 69. [Hindi]Machine Learning : Create Random Sample with the .sample() in Pandas| 2018 |Python 3
  72. 72 70. [Hindi]Machine Learning : The .nsmallest() and .nlargest() Methods in Pandas| 2018 |Python 3
  73. 73 71. [Hindi]Machine Learning : The .where() Methods in Pandas| 2018 |Python 3
  74. 74 73. [Hindi]Machine Learning : The .apply() Methods in Pandas| 2018 |Python 3
  75. 75 74. [Hindi]Machine Learning : The .apply() Method with Row Values in Pandas| 2018 |Python 3
  76. 76 75. [Hindi]Machine Learning : How to install Sklearn Module| 2019 |Python 3
  77. 77 We Had Enough !!!!!!!!!!!!! for Knowledge Shelf Family
  78. 78 Why Machine Learning videos are not Coming these days ? 2019
  79. 79 Machine Learning Tutorial Related Announcment
  80. 80 76. [Hindi]Machine Learning : Types of Machine Learning Algorithms | 2019 |Python 3
  81. 81 77. [Hindi]Machine Learning : Simple Linear Regression Part-1 | 2019 |Python 3
  82. 82 78. [Hindi]Machine Learning : Ordinary Least Squares | 2019 |Python 3
  83. 83 79. [Hindi]Machine Learning : Python Coding Part - 1 | 2019 |Python 3
  84. 84 80. [Hindi]Machine Learning : Regression Line Piloting Part - 2 | 2019 |Python 3
  85. 85 81. [Hindi]Machine Learning : Equation Results Verification Part - 3 | 2019 |Python 3
  86. 86 82. [Hindi]Machine Learning : Multiple Linear Regression Part - 1 | 2019 |Python 3
  87. 87 83. [Hindi]Machine Learning : Multiple Linear Regression Part - 2 | 2019 |Python 3
  88. 88 84. [Hindi]Machine Learning : Multiple Linear Regression Part - 3 | 2019 |Python 3
  89. 89 85. [Hindi]Machine Learning : Multiple Linear Regression Part - 4 | 2019 |Python 3
  90. 90 87. [Hindi]Machine Learning : Backward Elimination Coding Part - 6 | 2019 |Python 3
  91. 91 86. [Hindi]Machine Learning : Backward Elimination Part - 5 | 2019 |Python 3
  92. 92 88. [Hindi]Machine Learning : Backward Elimination Coding Part - 7 | 2019 |Python 3
  93. 93 89. [Hindi]Machine Learning : Polynomial Linear Regression Part - 1 | 2019 |Python 3
  94. 94 90. [Hindi]Machine Learning : Polynomial Linear Regression Part - 2 | 2019 |Python 3
  95. 95 91. [Hindi]Machine Learning : Polynomial Linear Regression Part - 3 | 2019 |Python 3
  96. 96 92. [Hindi]Machine Learning : Decision Tree Algorithm Part - 1 | 2019 |Python 3
  97. 97 93. [Hindi]Machine Learning : Decision Tree Algorithm Part - 2 | 2019 |Python 3
  98. 98 94. [Hindi]Machine Learning : Random Forest Algorithm Part - 1 | 2019 |Python 3
  99. 99 95. [Hindi]Machine Learning : Random Forest Algorithm Part - 2 | 2019 |Python 3
  100. 100 96. [Hindi]Machine Learning : Logistic Regression Algorithm Part - 1 | 2019 |Python 3
  101. 101 97. [Hindi]Machine Learning : Logistic Regression Algorithm Part - 2 | 2019 |Python 3
  102. 102 98. [Hindi]Machine Learning : Logistic Regression Algorithm Part - 3 | 2019 |Python 3
  103. 103 99. [Hindi]Machine Learning : Logistic Regression Algorithm Part - 4 | 2019 |Python 3
  104. 104 100. [Hindi]Machine Learning : Logistic Regression Algorithm Part - 5 | 2019 |Python 3
  105. 105 101. [Hindi]Machine Learning : Logistic Regression Algorithm Part - 6 | 2019 |Python 3
  106. 106 102. [Hindi]Machine Learning : KNN Algorithm Part - 1 | 2019 |Python 3
  107. 107 107. [Hindi]Machine Learning : Support Vector Machine(SVM) Algorithm Part - 1 | 2019 |Python 3
  108. 108 103. [Hindi]Machine Learning : KNN Algorithm Part - 2 | 2019 |Python 3
  109. 109 104. [Hindi]Machine Learning : KNN Algorithm Part - 3 | 2019 |Python 3
  110. 110 105. [Hindi]Machine Learning : KNN Algorithm Part - 4 | 2019 |Python 3
  111. 111 106. [Hindi]Machine Learning : KNN Algorithm Part - 5 | 2019 |Python 3
  112. 112 108. [Hindi]Machine Learning : Support Vector Machine(SVM) Algorithm Part - 2 | 2019 |Python 3
  113. 113 109. [Hindi]Machine Learning : Support Vector Machine(SVM) Algorithm Part - 3 | 2019 |Python 3
  114. 114 110. [Hindi]Machine Learning : Support Vector Machine(SVM) Algorithm Part - 4 | 2019 |Python 3
  115. 115 [Hindi]Tensorflow Tutorial 00 - Announcement and Software Installation | Python | Tensorflow | 2019
  116. 116 [Hindi]Tensorflow Tutorial 01 - What is Neural Networks ? | Python | Tensorflow | 2019
  117. 117 [Hindi]Tensorflow Tutorial 02 - Activation Function, Cost Function, | Python | Tensorflow | 2019
  118. 118 [Hindi]Tensorflow Tutorial 03 - Basic Fundamentals & Syntax | Python | Tensorflow | 2019
  119. 119 [Hindi]Tensorflow Tutorial 04 - Tensorflow Graphs | Python | Tensorflow | 2019
  120. 120 [Hindi]Tensorflow Tutorial 05 - Variables & Placeholders | Python | Tensorflow | 2019
  121. 121 [Hindi]Tensorflow Tutorial 06 - First Perceptron | Python | Tensorflow | 2019
  122. 122 [Hindi]Tensorflow Tutorial 07 - First Neural Network | Python | Tensorflow | 2019
  123. 123 [Hindi]Tensorflow Tutorial 08 - Simple Regression Example | Python | Tensorflow | 2019
  124. 124 [Hindi]Tensorflow Tutorial 09 - Regression Part-1 | Python | Tensorflow | 2019
  125. 125 [Hindi]Tensorflow Tutorial 10 - Regression Part-2 | Python | Tensorflow | 2019
  126. 126 [Hindi]Tensorflow Tutorial 11 - Regression Part-3 | Python | Tensorflow | 2019
  127. 127 [Hindi]Tensorflow Tutorial 12 - Regression Part-4 | Python | Tensorflow | 2019
  128. 128 [Hindi]Tensorflow Tutorial 13 - Classification Part-1 | Python | Tensorflow | 2019
  129. 129 [Hindi]Tensorflow Tutorial 14 - Classification Part-2 | Python | Tensorflow | 2019
  130. 130 [Hindi]Tensorflow Tutorial 15 - Classification Part-3 | Python | Tensorflow | 2019
  131. 131 [Hindi]Tensorflow Tutorial 16 - Classification Part-4 | Python | Tensorflow | 2019
  132. 132 [Hindi]Tensorflow Tutorial 17 - Classification Part-5 | Python | Tensorflow | 2019
  133. 133 [Hindi]Tensorflow Tutorial 18 - Classification Part-6 | Python | Tensorflow | 2019
  134. 134 [Hindi]Tensorflow Tutorial 19 - Classification Part-7 | Python | Tensorflow | 2019
  135. 135 [Hindi]Tensorflow Tutorial 20 - House Price Pred. Regression Part-1 | Python | Tensorflow | 2019
  136. 136 [Hindi]Tensorflow Tutorial 21 - House Price Pred. Regression Part-2 | Python | Tensorflow | 2019
  137. 137 [Hindi]Tensorflow Tutorial 22 - House Price Pred. Regression Part-3 | Python | Tensorflow | 2019
  138. 138 [Hindi]Tensorflow Tutorial 23 - Salary Slab Classification Part-1 | Python | Tensorflow | 2019
  139. 139 [Hindi]Tensorflow Tutorial 24 - Salary Slab Classification Part-2 | Python | Tensorflow | 2019
  140. 140 [Hindi]Tensorflow Tutorial 25 - Salary Slab Classification Part-3 | Python | Tensorflow | 2019
  141. 141 [Hindi]Tensorflow Tutorial 26 - MNIST Dataset Introduction | Python | Tensorflow | 2019
  142. 142 [Hindi]Tensorflow Tutorial 27 - MNIST Basic Approach Part-1 | Python | Tensorflow | 2019
  143. 143 [Hindi]Tensorflow Tutorial 28 - MNIST Basic Approach Part-2 | Python | Tensorflow | 2019
  144. 144 [Hindi]Tensorflow Tutorial 29 - MNIST Basic Approach Part-3 | Python | Tensorflow | 2019
  145. 145 [Hindi]Tensorflow Tutorial 30 - MNIST with CNN Part-1 | Python | Tensorflow | 2019
  146. 146 [Hindi]Tensorflow Tutorial 31 - MNIST with CNN Part-2 | Python | Tensorflow | 2019
  147. 147 [Hindi]Final Video of Machine Learning Tutorial Series | Python | Tensorflow | ML | 2019

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.