Artificial intelligence and Machine Learning.pptx

ssuser4baffb 16 views 20 slides Jul 25, 2024
Slide 1
Slide 1 of 20
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13
Slide 14
14
Slide 15
15
Slide 16
16
Slide 17
17
Slide 18
18
Slide 19
19
Slide 20
20

About This Presentation

introduction to ai and machine learining


Slide Content

AI & Machine Learning

AI Artificial intelligence, or AI, is technology that enables computers and machines to simulate human intelligence and problem-solving capabilities.

AI Documentry

Machine Learning A sub field of Computer science and AI Learn make decision prediction from data Machine learning is a field of computer science that uses statistical technique to give computer systems the ability to learn with data, without being explicitly programmed.

Life cycle Get Data Clean, prepare & Manipulate Data Train Model Test Data Improve

Type of Data Structure Unstructured Semi structure

Structure Data structured data is the type of data that is well-organized and accurately formatted. This data exists in a format of relational databases ( RDBMSs ), meaning the information is stored in tables with rows and columns that are connected.

Unstructured Data Social Media Text Block Chat Tag Audio Video

Multi Structure E-commerce Amazon shopping Daraz Shopping Point of Sale Currency Data

Types of ML

Supervised ML

Types of Supervised ML Algorithms Regression Classification

Regression Regression  is a statistical approach used to analyze the relationship between a dependent variable (target variable) and one or more independent variables (predictor variables ).

Continue Simple Linear Regression Multiple Linear Regression Polynomial Regression

Classification Classification is a supervised machine learning method where the model tries to predict the correct label of a given input data. In classification, the model is fully trained using the training data, and then it is evaluated on test data before being used to perform prediction on new unseen data

Continue Binary Multi

Continue Random Forest Decision Tree Logistic Regression SVM

Unsupervised

Types of Unsupervised

Continue K-means clustering. KNN (k-nearest neighbors) Hierarchal clustering. Anomaly detection. Neural Networks. Principle Component Analysis.