The objective of this course is to give you a holistic understanding of machine learning, covering theory, application, and inner workings of supervised, unsupervised, and deep learning algorithms. In this series, we'll be covering linear regression, K Nearest Neighbors, Support Vector Machines (SVM), flat clustering, hierarchical clustering, and neural networks. For each major algorithm that we cover, we will discuss the high level intuitions of the algorithms and how they are logically meant to work. Next, we'll apply the algorithms in code using real world data sets along with a module, such as with Scikit-Learn. Finally, we'll be diving into the inner workings of each of the algorithms by recreating them in code, from scratch, ourselves, including all of the math involved. This should give you a complete understanding of exactly how the algorithms work, how they can be tweaked, what advantages are, and what their disadvantages are. In order to follow along with the series, I suggest you have at the very least a basic understanding of Python. If you do not, I suggest you at least follow the Python 3 Basics tutorial until the module installation with pip tutorial. If you have a basic understanding of Python, and the willingness to learn/ask questions, you will be able to follow along here with no issues. Most of the machine learning algorithms are actually quite simple, since they need to be in order to scale to large datasets. Math involved is typically linear algebra, but I will do my best to still explain all of the math. If you are confused/lost/curious about anything, ask in the comments section on YouTube, the community here, or by emailing me. You will also need Scikit-Learn and Pandas installed, along with others that we'll grab along the way.
Displaying items by tag: Machine Learning Algorithms
Wednesday, 25 November 2020 09:10
Practical Machine Learning Tutorial with Python
Published in
Machine Learning
Tagged under
Wednesday, 25 November 2020 09:01
K Means Clustering Algorithm | K Means Example in Python | Machine Learning Algorithms | Edureka
Published in
Machine Learning
Tagged under
Wednesday, 25 November 2020 08:58
Machine Learning Algorithms | Machine Learning Tutorial | Data Science Training | Edureka
This Machine Learning Algorithms Tutorial shall teach you what machine learning is, and the various ways in which you can use machine learning to solve a problem! Towards the end, you will learn how to prepare a data-set for model creation and validation and how you can create a model using any machine learning algorithm! In this Machine Learning Algorithms Tutorial video you will understand: 1) What is an Algorithm? 2) What is Machine Learning? 3) How is a problem solved using Machine Learning? 4) Types of Machine Learning 5) Machine Learning Algorithms 6) Demo
Published in
Machine Learning
Tagged under