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
MLOps pipeline project using Amazon SageMaker Pipelines

This project shows steps to build an end to end MLOps architecture that covers data prep, model training, realtime and batch inference, build model registry, track lineage of artifacts and model drif

AWS Samples 3 Sep 16, 2022
Machine-learning-dell - Repositório com as atividades desenvolvidas no curso de Machine Learning

📚 Descrição Neste curso da Dell aprofundamos nossos conhecimentos em Machine Learning. 🖥️ Aulas (Em curso) 1.1 - Python aplicado a Data Science 1.2

Claudia dos Anjos 1 Jan 05, 2022
pandas, scikit-learn, xgboost and seaborn integration

pandas, scikit-learn and xgboost integration.

299 Dec 30, 2022
Client - 🔥 A tool for visualizing and tracking your machine learning experiments

Weights and Biases Use W&B to build better models faster. Track and visualize all the pieces of your machine learning pipeline, from datasets to produ

Weights & Biases 5.2k Jan 03, 2023
A repository to work on Machine Learning course. Select an algorithm to classify writer's gender, of Hebrew texts.

MachineLearning A repository to work on Machine Learning course. Select an algorithm to classify writer's gender, of Hebrew texts. Tested algorithms:

Haim Adrian 1 Feb 01, 2022
AI and Machine Learning with Kubeflow, Amazon EKS, and SageMaker

Data Science on AWS - O'Reilly Book Get the book on Amazon.com Book Outline Quick Start Workshop (4-hours) In this quick start hands-on workshop, you

Data Science on AWS 2.8k Jan 03, 2023
Data Version Control or DVC is an open-source tool for data science and machine learning projects

Continuous Machine Learning project integration with DVC Data Version Control or DVC is an open-source tool for data science and machine learning proj

Azaria Gebremichael 2 Jul 29, 2021
Simple structured learning framework for python

PyStruct PyStruct aims at being an easy-to-use structured learning and prediction library. Currently it implements only max-margin methods and a perce

pystruct 666 Jan 03, 2023
A unified framework for machine learning with time series

Welcome to sktime A unified framework for machine learning with time series We provide specialized time series algorithms and scikit-learn compatible

The Alan Turing Institute 6k Jan 06, 2023
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 Jan 05, 2023
Implementation of linesearch Optimization Algorithms in Python

Nonlinear Optimization Algorithms During my time as Scientific Assistant at the Karlsruhe Institute of Technology (Germany) I implemented various Opti

Paul 3 Dec 06, 2022
Send rockets to Mars with artificial intelligence(Genetic algorithm) in python.

Send Rockets To Mars With AI Send rockets to Mars with artificial intelligence(Genetic algorithm) in python. Tools Python 3 EasyDraw How to Play Insta

Mohammad Dori 3 Jul 15, 2022
A toolbox to iNNvestigate neural networks' predictions!

iNNvestigate neural networks! Table of contents Introduction Installation Usage and Examples More documentation Contributing Releases Introduction In

Maximilian Alber 1.1k Jan 05, 2023
learn python in 100 days, a simple step could be follow from beginner to master of every aspect of python programming and project also include side project which you can use as demo project for your personal portfolio

learn python in 100 days, a simple step could be follow from beginner to master of every aspect of python programming and project also include side project which you can use as demo project for your

BDFD 6 Nov 05, 2022
A Powerful Serverless Analysis Toolkit That Takes Trial And Error Out of Machine Learning Projects

KXY: A Seemless API to 10x The Productivity of Machine Learning Engineers Documentation https://www.kxy.ai/reference/ Installation From PyPi: pip inst

KXY Technologies, Inc. 35 Jan 02, 2023
CrayLabs and user contibuted examples of using SmartSim for various simulation and machine learning applications.

SmartSim Example Zoo This repository contains CrayLabs and user contibuted examples of using SmartSim for various simulation and machine learning appl

Cray Labs 14 Mar 30, 2022
MLReef is an open source ML-Ops platform that helps you collaborate, reproduce and share your Machine Learning work with thousands of other users.

The collaboration platform for Machine Learning MLReef is an open source ML-Ops platform that helps you collaborate, reproduce and share your Machine

MLReef 1.4k Dec 27, 2022
Mosec is a high-performance and flexible model serving framework for building ML model-enabled backend and microservices

Mosec is a high-performance and flexible model serving framework for building ML model-enabled backend and microservices. It bridges the gap between any machine learning models you just trained and t

164 Jan 04, 2023
This repository contains full machine learning pipeline of the Zillow Houses competition on Kaggle platform.

Zillow-Houses This repository contains full machine learning pipeline of the Zillow Houses competition on Kaggle platform. Pipeline is consists of 10

2 Jan 09, 2022
Self Organising Map (SOM) for clustering of atomistic samples through unsupervised learning.

Self Organising Map for Clustering of Atomistic Samples - V2 Description Self Organising Map (also known as Kohonen Network) implemented in Python for

Franco Aquistapace 0 Nov 16, 2021