This is the material used in my free Persian course: Machine Learning with Python

Overview

Machine_Learning_intro

:) سلام دوستان

This is the material used in my free Persian course: Machine Learning with Python (available on YouTube).

This 2 hours long course offers a practical introduction into Machine Learning with Python. this course is for you if you are familiar with data analytics libraries in Python (Pandas, NumPy, Matplotlib) and you are looking for a hands-on introduction to Machine Learning. After finishing this course, you will grasp the basic concepts in Machine Learning and be able to use its techniques on any data with Scikit-Learn, the most commonly used library for Machine Learning in Python.

Note

Oddly, the notebook cells are horizontally aligned when rendered on GitHub. I haven't found the solution to this problem unfortunately. However, they are correctly aligned when rendered on Jupyter, so I recommend downloading the notebook files and opening them with Jupyter or Colab or similar IDEs.


Topics covered:

Intro_to_ML_1:

  • 1:
    • What is Machine Learning?
    • Types of Machine Learning
    • Types of Supervised Learning
  • 2.1:
    • Types of Regression
    • Simple Linear Regression
  • 2.2:
    • Model Evaluation in Regression
    • Overfitting
    • Train/test split
    • Cross-Validation
    • Accuracy Metrics for Regression
    • Simple Linear Regression with Python
  • 2.3:
    • Multiple Linear Regression with Python
    • Polynomial Regression with Python
  • 2.4:
    • Regularization
    • Ridge Regression with Python
    • Lasso Regression with Python

Intro_to_ML_2:

  • 3.1:
    • Types of Classification
    • K-nearest neighbors (KNN)
  • 3.2:
    • Evaluation metrics in Classification
    • Confusion Matrix
    • KNN with Python
  • 3.3:
    • Decision Trees with Python
    • Logistic Regression with Python
    • Support Vector Machines (SVM) with Python
  • 3.4:
    • Neural Networks
    • Perceptron with Python
    • Multi-Layer Perceptron (MLP) with Python

Intro_to_ML_3:

  • 4:
    • Why reduce dimensionality?
    • Feature Selection with Python
    • Feature Extraction with Python

Contact

Feel free to email me your questions here: [email protected]

Material gathered, created, and taught by Yara Mohamadi.

Owner
Yara Mohamadi
Yara Mohamadi
Decision tree is the most powerful and popular tool for classification and prediction

Diabetes Prediction Using Decision Tree Introduction Decision tree is the most powerful and popular tool for classification and prediction. A Decision

Arjun U 1 Jan 23, 2022
vortex particles for simulating smoke in 2d

vortex-particles-method-2d vortex particles for simulating smoke in 2d -vortexparticles_s

12 Aug 23, 2022
A mindmap summarising Machine Learning concepts, from Data Analysis to Deep Learning.

A mindmap summarising Machine Learning concepts, from Data Analysis to Deep Learning.

Daniel Formoso 5.7k Dec 30, 2022
MBTR is a python package for multivariate boosted tree regressors trained in parameter space.

MBTR is a python package for multivariate boosted tree regressors trained in parameter space.

SUPSI-DACD-ISAAC 61 Dec 19, 2022
A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning

imbalanced-learn imbalanced-learn is a python package offering a number of re-sampling techniques commonly used in datasets showing strong between-cla

6.2k Jan 01, 2023
Open MLOps - A Production-focused Open-Source Machine Learning Framework

Open MLOps - A Production-focused Open-Source Machine Learning Framework Open MLOps is a set of open-source tools carefully chosen to ease user experi

Data Revenue 590 Dec 28, 2022
QuickAI is a Python library that makes it extremely easy to experiment with state-of-the-art Machine Learning models.

QuickAI is a Python library that makes it extremely easy to experiment with state-of-the-art Machine Learning models.

152 Jan 02, 2023
MaD GUI is a basis for graphical annotation and computational analysis of time series data.

MaD GUI Machine Learning and Data Analytics Graphical User Interface MaD GUI is a basis for graphical annotation and computational analysis of time se

Machine Learning and Data Analytics Lab FAU 10 Dec 19, 2022
🌊 River is a Python library for online machine learning.

River is a Python library for online machine learning. It is the result of a merger between creme and scikit-multiflow. River's ambition is to be the go-to library for doing machine learning on strea

OnlineML 4k Jan 03, 2023
Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Dask, Flink and DataFlow

eXtreme Gradient Boosting Community | Documentation | Resources | Contributors | Release Notes XGBoost is an optimized distributed gradient boosting l

Distributed (Deep) Machine Learning Community 23.6k Jan 03, 2023
Kaggler is a Python package for lightweight online machine learning algorithms and utility functions for ETL and data analysis.

Kaggler is a Python package for lightweight online machine learning algorithms and utility functions for ETL and data analysis. It is distributed under the MIT License.

Jeong-Yoon Lee 720 Dec 25, 2022
Bodywork deploys machine learning projects developed in Python, to Kubernetes.

Bodywork deploys machine learning projects developed in Python, to Kubernetes. It helps you to: serve models as microservices execute batch jobs run r

Bodywork Machine Learning 409 Jan 01, 2023
fMRIprep Pipeline To Machine Learning

fMRIprep Pipeline To Machine Learning(Demo) 所有配置均在config.py文件下定义 前置环境(lilab) 各个节点均安装docker,并有fmripre的镜像 可以使用conda中的base环境(相应的第三份包之后更新) 1. fmriprep scr

Alien 3 Mar 08, 2022
A machine learning toolkit dedicated to time-series data

tslearn The machine learning toolkit for time series analysis in Python Section Description Installation Installing the dependencies and tslearn Getti

2.3k Dec 29, 2022
Time series changepoint detection

changepy Changepoint detection in time series in pure python Install pip install changepy Examples from changepy import pelt from cha

Rui Gil 92 Nov 08, 2022
Warren - Stock Price Predictor

Web app to predict closing stock prices in real time using Facebook's Prophet time series algorithm with a multi-variate, single-step time series forecasting strategy.

Kumar Nityan Suman 153 Jan 03, 2023
Predicting diabetes over a five year period using logistic regression and the Pima First-Nation dataset

Diabetes This script uses the Pima First Nations dataset to create a model to predict whether or not an individual will develop Diabetes Mellitus Type

1 Mar 28, 2022
Covid-polygraph - a set of Machine Learning-driven fact-checking tools

Covid-polygraph, a set of Machine Learning-driven fact-checking tools that aim to address the issue of misleading information related to COVID-19.

1 Apr 22, 2022
A classification model capable of accurately predicting the price of secondhand cars

The purpose of this project is create a classification model capable of accurately predicting the price of secondhand cars. The data used for model building is open source and has been added to this

Akarsh Singh 2 Sep 13, 2022
(3D): LeGO-LOAM, LIO-SAM, and LVI-SAM installation and application

SLAM-application: installation and test (3D): LeGO-LOAM, LIO-SAM, and LVI-SAM Tested on Quadruped robot in Gazebo ● Results: video, video2 Requirement

EungChang-Mason-Lee 203 Dec 26, 2022