lecture 1
lecture 1
diploma
Lecture 1
Agenda
Introduction
Python 2 vs python 3
Python installation
4 5
Machine learning Capstone project
Putting all together in one
Supervised, unsupervised
big project
and reinforcement
learning algorithms
Projects we
will do Capstone project
Kaggle projects
Python projects
Many tasks that covers every single lesson we take
Python curriculum
Part 1: Object and Part 2: statements, Part 3: oop,errors and
data structure basics methods and exception handling
functions
• Numbers • Objects
• Strings • If statements • Classes
• Lists • For loop • Methods
• Dictionaries • While loop • Inheritance
• Tuples • Range() • Special methods
• Files • List comprehension • Errors
• Sets • Methods • Exceptions
• Booleans • Function
• Try. Except
• Basic operators • Lambda expression
• Chained
• finally
• Nested statements
comparison • scopes
operators
Python curriculum
Part 4: Part 5: introduction to Part 6: data analysis
modules,packges and gui and visualization
built in functions packages
• Tkinter library
• Creating modules • Concepts • Numpy
• Installing modules • widgets • Pandas
• Map • Geometry • Matplotlib
• Reduce management • Seaborn
• Filter • Event handling • Plotly
• Zip • Build an application
• Enumerate
• Decorators
• Generators
Mathematics curriculum
Part 1: linear algebra Part 2: statistics Part 3: calculus
Python properties
What is AI
01
Computer vision
02 I hope and I believe that this
Template will your Time, Money and
Reputation. Get a modern
PowerPoint Presentation that is
beautifully designed.
Natural language processing
I hope and I believe that this 03
Template will your Time, Money and
Reputation. Get a modern
PowerPoint Presentation that is
04
beautifully designed. Robotics
I hope and I believe that this Template will your Time,
Money and Reputation. Get a modern PowerPoint
Presentation that is beautifully designed.
So what is
machine learning
Machine learning is an application
of artificial intelligence (AI) that
provides systems the ability to
automatically learn and improve
from experience without being
explicitly programmed. Machine
learning focuses on the
development of computer programs
that can access data and use it
learn for themselves.
Types of machine learning
Reinforcement learning
Reinforcement Learning is a type
of Machine Learning, and thereby also a Unsupervised learning
branch of Artificial Intelligence. It allows Unsupervised learning is a type of machine
machines and software agents to learning algorithm used to draw inferences
automatically determine the ideal behavior from datasets consisting of input data
within a specific context, in order to without labeled responses. The most
maximize its performance. common unsupervised learning method is
cluster analysis, which is used for
exploratory data analysis to find hidden
patterns or grouping in data.
Supervised learning
Supervised learning is the Data mining task
of inferring a function from
labeled training data. The training data
consist of a set of training examples.
Machine learning applications