0% found this document useful (0 votes)
11 views15 pages

AI01

Uploaded by

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

AI01

Uploaded by

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

BIG DATA ANALYSIS

AND ARTIFICIAL IN-


TELLIGENCE STARTI-
NG WITH PYTHON

Dr. TRAN QUOC KHAI


Email: [email protected]
Artificial intelligence
▪ Artificial intelligence
– The advanced method is much simpler and easier than before.

– Even if you do not know the detailed and deep contents, it has
become an environment where artificial intelligence can be
developed more easily than before because the functions are
modularized.

– It can be operated with just a few lines of code for simple


artificial intelligence learning and prediction.
Artificial intelligence
▪ The future of artificial intelligence
– Creating infinite wealth by digging deep into all industries and
social fields.

– Since it is difficult for other majors to access their field of


expertise, only they can create the most customized artificial
intelligence service.

– Since AI services have different characteristics for each field, the


application of big data analysis methods or AI service models is
different.
Artificial intelligence
▪ Artificial Intelligence
– Traditional artificial intelligence

– Machine Learning

– Deep Learning
Artificial intelligence
▪ Artificial Intelligence
– Deep Learning
Part I - Python Basics
▪ Part I - Python Basics
– Python Basics

– Variables and I/O functions

– Conditionals and iterations

– Function

– Strings and arrays

– Object oriented programming


Part I - Python Basics
▪ Part II Big data analysis
– Environment and functions for big data analysis

– Big data analysis initial example

– Numpy for statistics and mathematical functions

– Function for big data analysis

– Pandas for dataframe processing

– Big data processing and analysis

– Big data analysis challenges


Part I - Python Basics
▪ Part III Artificial Intelligence and Machine
Learning
– Basic concepts of machine learning

– Machine learning model

– Machine learning model practice


Chapter 01
Python Basics
Table of contents

1.1 Python basics


1.1 Python installation

Big Data Analytics &


Artificial Intelligence
Starting with Python
Integrated development environment

▪ Integrated development environment


– IDLE(Integrated Development Environment)
▪ Python
– Python 3.6 – 3.11
▪ Download
https://www.python.org/downloads
Run IDLE
▪ IDLE Shell Window
– Python's default command editor
– When a programmer enters a command, the
result is output interactively.
Prompt
▪ Prompt
– The symbol ‘>>>’ is the prompt
– Execute by typing the command and enter key
– Some statements have no output

You might also like