Introduction to Machine Learning
In this course, we will cover how to implement basic supervised learning and unsupervised learning algorithms.
Syllabus
6 chapters19 lessons3 projects39 quiz questionsThe Beginning of ML Journey
3 lessons6- 01ML Introduction
- 02Data to feed a model
- 03What is a ML model
Machine Learning Overview
2 lessons6- 01Supervised learning
- 02Unsupervised learning
K-Nearest-Neighbors (KNN)
Project3 lessons3- 01KNN Introduction
- 02fit method
- 03predict method
K-Means Algorithm
Project3 lessons3- 01K-Means Introduction
- 02fit method
- 03predict method
Naive Bayes
Project3 lessons3- 01Naive Bayes Introduction
- 02fit method
- 03predict method
Other Models
5 lessons18- 01Logistic Regression
- 02Linear Regression
- 03Decision Tree
- 04Support Vector Machine (SVM)
- 05Models quiz
More like this
Python Lambda Functions
In this course you will learn about lambda functions in Python, also known as anonymous functions in other languages, after this course you will be able to master this topic!
- 9
File Handling in Python
In this course you will learn everything about file handling in Python, from create, read and write to append and delete.
- 12
Calculator project using Python
In this course you will create full working console calculator with python, step by step but also without giving you the code. In the end you will have your own code!
- 29
- 6
Python JSON
In this course, you will learn about JSON and dive into the json library in Python, and master it!
- 9
Email validator using Python
In this course, you will create a fully working email validator program that takes input email from the user and outputs whether it's valid email or not!
- 8
- 2