0% found this document useful (0 votes)
91 views2 pages

Introduction To Python (Session 1)

The document outlines the topics to be covered in a Python training program across 6 sessions. Session 1 introduces the Python environment, basics of the language, and object-oriented concepts. Session 2 focuses on the Numpy library for numerical processing and array operations. Session 3 covers Matplotlib for data visualization. Sessions 4-6 introduce machine learning algorithms including linear regression, KNN, decision trees, SVMs, and K-means clustering with exercises in Python.

Uploaded by

jayanthikrishnan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
91 views2 pages

Introduction To Python (Session 1)

The document outlines the topics to be covered in a Python training program across 6 sessions. Session 1 introduces the Python environment, basics of the language, and object-oriented concepts. Session 2 focuses on the Numpy library for numerical processing and array operations. Session 3 covers Matplotlib for data visualization. Sessions 4-6 introduce machine learning algorithms including linear regression, KNN, decision trees, SVMs, and K-means clustering with exercises in Python.

Uploaded by

jayanthikrishnan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Introduction to python (Session 1)

 Environment Setup

 Setting up Anaconda, Spyder/VS Code

 Installing Libraries

 Introduction to python crash course

 Basics of python

 Oops Concept

 Modules in python

 Course exercise

Python for Data Analysis – Numpy (Session 2)

 Introduction to Numpy

 Numpy Arrays

 Quick Note on Array Indexing

 Numpy Array Indexing and Operations

 Operations

Python for Data Visualization – Matplotlib (Session 3)

 Introduction to Matplotlib

 Matplotlib Set up

 Matplotlib Plot

 Matplotlib Next steps

 Matplotlib Exercises

Machine Learning (Session 4)


 Introduction to Machine Learning

 Machine Learning with Python

 Linear Regression with Python Deep Dive (Simple, Multiple and Polynomial
Regressions)

 Linear Regression Exercise

Machine Learning (Session 5)

 KNN with Python

 KNN Project Exercise

 Decision Trees and Random Exercise

Machine Learning (Session 6)

 Support Vector Machines with Python

 SVM Visualization

 SVM Exercise

 K Means with Python

 K Means Visualization

 K Means Exercise

You might also like