SlideShare a Scribd company logo
➢
➢
➢
➢
➢
➢
➢
➢
➢
➢
➢
➢
➢
➢
➢
➢
➢
➢
➢
➢
➢
➢
➢
➢
➢
➢
➢
➢
➢
➢
➢
➢
➢
➢ ➢ ➢
Samples size of each class of the three datasets:
(from innermost to outermost) UCI HAR, WISDM, and KU -HAR
8.7%
8.5% 10.5%
6.4%
3.2%
9%
2.3%
4.8% 8.7%
4.3%
1.5%
1.2% 2.9%
9%
3.8%
3.8% 9.1%
2.2%
31%
38.5%
11.4%
9.4%
16.7%
15%
13.7%
18.9%
17.3%
18.5%
5.2%
4.4%
Stand (0)
Sit (1)
Talk-sit (2)
Talk-stand (3)
Stand-sit (4)
Lay (5)
Lay-stand (6)
Pick (7)
Jump (8)
Push-up (9)
Sit-up (10)
Walk (11)
Walk-back (12)
Walk-circle (13)
Run/Jog (14)
Stair-up (15)
Stair-down (16)
Table-tennis (17)
Class Sample Ratio
➢
➢
𝑪𝑿 =
𝑥1 𝑥2 𝑥3 ⋯ 𝑥𝑛
𝑥2 𝑥3 𝑥4 ⋯ 𝑥1
⋮
𝑥𝑛
⋮
𝑥1
⋮
𝑥2
⋱
⋯
⋮
𝑥𝑛−1
0.0 0.5 1.0 1.5 2.0 2.5
-0.5
0.0
0.5
Acc
Time
0 10 20 30 40 50 60
-0.5
0.0
0.5
Acc
Input
Data
2D
Max-pooling
(3,3)
Batch
Normalization
Dropout
(0.3)
Flatten
Output
Class
2D
Convolution
sigmoid
2D
Convolution
relu
2D
Max-pooling
(3,3)
2D
Convolution
sigmoid
Dropout
(0.3)
Dense
(256,
sigmoid
Dropout
(0.3)
Dense
(128,
relu
Dropout
(0.3)
Dense
(32,
sigmoid
Dense
(num_classes,
softmax
0 25 50 75 100 125 150 175 200
0
10
20
30
40
50
60
70
80
90
100
Accuracy
(%)
Epoch
Train
Test
(169, 98.9903)
97%+
43
96%+
25
95%+
13
94%+
15
98%+
94 Test Accuracy
0 25 50 75 100 125 150 175 200
0
10
20
30
40
50
60
70
80
90
100
Accuracy
(%)
Epoch
Train
Test
(190, 96.53229)
96%+
86
95%+
90
94%+
10
Test Accuracy
0 25 50 75 100 125 150 175 200
0
10
20
30
40
50
60
70
80
90
100
Accuracy
(%)
Epoch
Train
Test
(195, 96.6654)
94%+
32
93%+
11
95%+
74
96%+
29
Test Accuracy
Confusion matrices of the best classifications on testing subsets of the three datasets
(a)
(b) (c)
446 16 7 1 0 2 0 0 0 0 0 0 0 0 0 0 0 0
8 436 21 0 0 4 0 0 0 0 0 0 0 0 0 0 0 0
6 4 431 2 0 2 2 0 0 0 1 0 0 0 0 1 0 0
0 1 1 458 0 0 0 1 0 0 0 1 0 3 0 2 0 0
0 0 1 2 539 0 0 3 0 0 0 0 0 0 0 0 0 0
1 5 7 0 0 440 0 0 0 0 0 0 0 0 0 0 0 0
0 0 1 3 1 1 429 4 0 0 2 0 0 0 0 0 0 0
0 0 0 1 0 0 1 328 0 2 0 0 0 0 0 0 0 1
0 0 0 0 0 0 0 1 161 0 0 0 0 0 4 0 0 0
0 0 0 0 0 0 0 2 0 117 0 0 1 0 0 0 0 0
0 0 0 0 0 0 3 0 0 0 248 0 0 0 0 0 0 0
0 0 0 2 0 0 0 0 0 0 0 215 3 0 0 1 0 0
0 0 1 0 0 0 0 0 0 0 0 0 76 0 0 0 2 0
0 0 0 1 0 0 0 0 0 0 0 1 0 61 0 1 1 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 143 0 3 3
0 0 0 1 0 0 0 0 0 0 0 2 0 2 0 189 1 4
0 0 0 1 0 0 0 0 0 0 0 0 0 2 1 2 188 1
0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 2 110
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
17
16
15
14
13
12
11
10
9
8
7
6
5
4
3
2
1
0
Actual
Class
Predicted Class
431 0 0 0 0 0
0 386 0 0 0 0
0 0 351 0 0 0
0 1 0 431 12 0
0 0 0 12 465 0
0 0 0 1 0 485
11 15 16 1 0 5
5
0
1
16
15
11
Actual
Class
Predicted Class
1758 4 9 6 0 0
3 1414 9 6 0 0
18 13 466 26 0 3
10 11 33 378 1 1
0 0 2 0 236 3
0 0 2 0 0 202
11 14 15 16 1 0
0
1
16
15
14
11
Actual
Class
Predicted Class
➢
➢
➢
➢
➢
A Presentation on "Human Action Recognition Based on a Sequential Deep Learning Model""
A Presentation on "Human Action Recognition Based on a Sequential Deep Learning Model""
A Presentation on "Human Action Recognition Based on a Sequential Deep Learning Model""
A Presentation on "Human Action Recognition Based on a Sequential Deep Learning Model""

More Related Content

Similar to A Presentation on "Human Action Recognition Based on a Sequential Deep Learning Model""

TABLATURAS FLAMENCO: Don cortes-maya
TABLATURAS FLAMENCO: Don cortes-mayaTABLATURAS FLAMENCO: Don cortes-maya
TABLATURAS FLAMENCO: Don cortes-maya
Juan Luis Menares
 
SophiaConf 2018 - Q. Nguyen (Amadeus)
SophiaConf 2018 - Q. Nguyen (Amadeus)SophiaConf 2018 - Q. Nguyen (Amadeus)
SophiaConf 2018 - Q. Nguyen (Amadeus)
TelecomValley
 
4.4 M. Ángeles Rol
4.4 M. Ángeles Rol4.4 M. Ángeles Rol
4.4 M. Ángeles Rol
brnmomentum
 
Deep Learning con CNTK by Pablo Doval
Deep Learning con CNTK by Pablo DovalDeep Learning con CNTK by Pablo Doval
Deep Learning con CNTK by Pablo Doval
Plain Concepts
 
Pratt truss optimization using
Pratt truss optimization usingPratt truss optimization using
Pratt truss optimization using
Harish Kant Soni
 
Data Encryption Standard (DES)
Data Encryption Standard (DES)Data Encryption Standard (DES)
Data Encryption Standard (DES)
Amir Masinaei
 
Good Enough Analytics
Good Enough AnalyticsGood Enough Analytics
Good Enough Analytics
Kai Xin Thia
 
Analisis Butir-Taraf Sukar dan Daya Beda
Analisis Butir-Taraf Sukar dan Daya BedaAnalisis Butir-Taraf Sukar dan Daya Beda
Analisis Butir-Taraf Sukar dan Daya Beda
Lia Destiani
 
Your App Metrics Are Telling You How To Make Them Better: The Digits Data Report
Your App Metrics Are Telling You How To Make Them Better: The Digits Data ReportYour App Metrics Are Telling You How To Make Them Better: The Digits Data Report
Your App Metrics Are Telling You How To Make Them Better: The Digits Data Report
Braze (formerly Appboy)
 
Resultados 3 série
Resultados 3 sérieResultados 3 série
Resultados 3 sérieguest3492c4
 
Genetic Algorithm (GA) Optimization - Step-by-Step Example
Genetic Algorithm (GA) Optimization - Step-by-Step ExampleGenetic Algorithm (GA) Optimization - Step-by-Step Example
Genetic Algorithm (GA) Optimization - Step-by-Step Example
Ahmed Gad
 
Evaluation of chem lab software.
Evaluation of chem lab software.Evaluation of chem lab software.
Evaluation of chem lab software.
Abir Almaqrashi
 
Dr. azad hama sharif
Dr. azad hama sharifDr. azad hama sharif
Dr. azad hama sharif
gasha technical institute
 
Dados frequência livre da BE pelos alunos 3º período 2015-16
Dados frequência livre da BE pelos alunos 3º período 2015-16Dados frequência livre da BE pelos alunos 3º período 2015-16
Dados frequência livre da BE pelos alunos 3º período 2015-16
Biblioteca Infanta D. Mafalda
 
Quadro valor lugar milhões
Quadro valor lugar milhõesQuadro valor lugar milhões
Quadro valor lugar milhões
Bianca Zanocini
 
стандарт хэвийн тархалт
стандарт хэвийн тархалтстандарт хэвийн тархалт
стандарт хэвийн тархалтAdilbishiin Gelegjamts
 
14243.pdf
14243.pdf14243.pdf
14243.pdf
NameOliveira1
 
Intex filter part list replacement parts
Intex filter part list replacement partsIntex filter part list replacement parts
Intex filter part list replacement parts
Shane
 

Similar to A Presentation on "Human Action Recognition Based on a Sequential Deep Learning Model"" (20)

TABLATURAS FLAMENCO: Don cortes-maya
TABLATURAS FLAMENCO: Don cortes-mayaTABLATURAS FLAMENCO: Don cortes-maya
TABLATURAS FLAMENCO: Don cortes-maya
 
SophiaConf 2018 - Q. Nguyen (Amadeus)
SophiaConf 2018 - Q. Nguyen (Amadeus)SophiaConf 2018 - Q. Nguyen (Amadeus)
SophiaConf 2018 - Q. Nguyen (Amadeus)
 
4.4 M. Ángeles Rol
4.4 M. Ángeles Rol4.4 M. Ángeles Rol
4.4 M. Ángeles Rol
 
Deep Learning con CNTK by Pablo Doval
Deep Learning con CNTK by Pablo DovalDeep Learning con CNTK by Pablo Doval
Deep Learning con CNTK by Pablo Doval
 
City hall final
City hall finalCity hall final
City hall final
 
Pratt truss optimization using
Pratt truss optimization usingPratt truss optimization using
Pratt truss optimization using
 
Data Encryption Standard (DES)
Data Encryption Standard (DES)Data Encryption Standard (DES)
Data Encryption Standard (DES)
 
Good Enough Analytics
Good Enough AnalyticsGood Enough Analytics
Good Enough Analytics
 
Analisis Butir-Taraf Sukar dan Daya Beda
Analisis Butir-Taraf Sukar dan Daya BedaAnalisis Butir-Taraf Sukar dan Daya Beda
Analisis Butir-Taraf Sukar dan Daya Beda
 
spanning tree
spanning treespanning tree
spanning tree
 
Your App Metrics Are Telling You How To Make Them Better: The Digits Data Report
Your App Metrics Are Telling You How To Make Them Better: The Digits Data ReportYour App Metrics Are Telling You How To Make Them Better: The Digits Data Report
Your App Metrics Are Telling You How To Make Them Better: The Digits Data Report
 
Resultados 3 série
Resultados 3 sérieResultados 3 série
Resultados 3 série
 
Genetic Algorithm (GA) Optimization - Step-by-Step Example
Genetic Algorithm (GA) Optimization - Step-by-Step ExampleGenetic Algorithm (GA) Optimization - Step-by-Step Example
Genetic Algorithm (GA) Optimization - Step-by-Step Example
 
Evaluation of chem lab software.
Evaluation of chem lab software.Evaluation of chem lab software.
Evaluation of chem lab software.
 
Dr. azad hama sharif
Dr. azad hama sharifDr. azad hama sharif
Dr. azad hama sharif
 
Dados frequência livre da BE pelos alunos 3º período 2015-16
Dados frequência livre da BE pelos alunos 3º período 2015-16Dados frequência livre da BE pelos alunos 3º período 2015-16
Dados frequência livre da BE pelos alunos 3º período 2015-16
 
Quadro valor lugar milhões
Quadro valor lugar milhõesQuadro valor lugar milhões
Quadro valor lugar milhões
 
стандарт хэвийн тархалт
стандарт хэвийн тархалтстандарт хэвийн тархалт
стандарт хэвийн тархалт
 
14243.pdf
14243.pdf14243.pdf
14243.pdf
 
Intex filter part list replacement parts
Intex filter part list replacement partsIntex filter part list replacement parts
Intex filter part list replacement parts
 

More from Niloy Sikder

A presentation on the Convolutional Neural Network (CNN)
A presentation on the Convolutional Neural Network (CNN)A presentation on the Convolutional Neural Network (CNN)
A presentation on the Convolutional Neural Network (CNN)
Niloy Sikder
 
A presentation on "Heterogeneous Hand Guise Classification Based on Surface E...
A presentation on "Heterogeneous Hand Guise Classification Based on Surface E...A presentation on "Heterogeneous Hand Guise Classification Based on Surface E...
A presentation on "Heterogeneous Hand Guise Classification Based on Surface E...
Niloy Sikder
 
A presentation on "Early Blindness Detection Based on Retinal Images Using En...
A presentation on "Early Blindness Detection Based on Retinal Images Using En...A presentation on "Early Blindness Detection Based on Retinal Images Using En...
A presentation on "Early Blindness Detection Based on Retinal Images Using En...
Niloy Sikder
 
A presentation on "Human Activity Recognition Using Multichannel Convolutiona...
A presentation on "Human Activity Recognition Using Multichannel Convolutiona...A presentation on "Human Activity Recognition Using Multichannel Convolutiona...
A presentation on "Human Activity Recognition Using Multichannel Convolutiona...
Niloy Sikder
 
Induction Motor Bearing Health Condition Classification Using Machine Learnin...
Induction Motor Bearing Health Condition Classification Using Machine Learnin...Induction Motor Bearing Health Condition Classification Using Machine Learnin...
Induction Motor Bearing Health Condition Classification Using Machine Learnin...
Niloy Sikder
 
Data Mining Primitives, Languages & Systems
Data Mining Primitives, Languages & SystemsData Mining Primitives, Languages & Systems
Data Mining Primitives, Languages & Systems
Niloy Sikder
 
Design and Analysis of 1 Gbps Multi-host Li-Fi Model Using Wavelength Divisio...
Design and Analysis of 1 Gbps Multi-host Li-Fi Model Using Wavelength Divisio...Design and Analysis of 1 Gbps Multi-host Li-Fi Model Using Wavelength Divisio...
Design and Analysis of 1 Gbps Multi-host Li-Fi Model Using Wavelength Divisio...
Niloy Sikder
 
Fault Diagnosis of Induction Motor Bearing Using Cepstrum-based Preprocessing...
Fault Diagnosis of Induction Motor Bearing Using Cepstrum-based Preprocessing...Fault Diagnosis of Induction Motor Bearing Using Cepstrum-based Preprocessing...
Fault Diagnosis of Induction Motor Bearing Using Cepstrum-based Preprocessing...
Niloy Sikder
 
Fault Diagnosis of Motor Bearing Using Ensemble Learning Algorithm with FFT-b...
Fault Diagnosis of Motor Bearing Using Ensemble Learning Algorithm with FFT-b...Fault Diagnosis of Motor Bearing Using Ensemble Learning Algorithm with FFT-b...
Fault Diagnosis of Motor Bearing Using Ensemble Learning Algorithm with FFT-b...
Niloy Sikder
 
An Introduction to Data Mining
An Introduction to Data MiningAn Introduction to Data Mining
An Introduction to Data Mining
Niloy Sikder
 
Deep web & Darknet
Deep web & DarknetDeep web & Darknet
Deep web & Darknet
Niloy Sikder
 
Autonomous cars
Autonomous carsAutonomous cars
Autonomous cars
Niloy Sikder
 

More from Niloy Sikder (12)

A presentation on the Convolutional Neural Network (CNN)
A presentation on the Convolutional Neural Network (CNN)A presentation on the Convolutional Neural Network (CNN)
A presentation on the Convolutional Neural Network (CNN)
 
A presentation on "Heterogeneous Hand Guise Classification Based on Surface E...
A presentation on "Heterogeneous Hand Guise Classification Based on Surface E...A presentation on "Heterogeneous Hand Guise Classification Based on Surface E...
A presentation on "Heterogeneous Hand Guise Classification Based on Surface E...
 
A presentation on "Early Blindness Detection Based on Retinal Images Using En...
A presentation on "Early Blindness Detection Based on Retinal Images Using En...A presentation on "Early Blindness Detection Based on Retinal Images Using En...
A presentation on "Early Blindness Detection Based on Retinal Images Using En...
 
A presentation on "Human Activity Recognition Using Multichannel Convolutiona...
A presentation on "Human Activity Recognition Using Multichannel Convolutiona...A presentation on "Human Activity Recognition Using Multichannel Convolutiona...
A presentation on "Human Activity Recognition Using Multichannel Convolutiona...
 
Induction Motor Bearing Health Condition Classification Using Machine Learnin...
Induction Motor Bearing Health Condition Classification Using Machine Learnin...Induction Motor Bearing Health Condition Classification Using Machine Learnin...
Induction Motor Bearing Health Condition Classification Using Machine Learnin...
 
Data Mining Primitives, Languages & Systems
Data Mining Primitives, Languages & SystemsData Mining Primitives, Languages & Systems
Data Mining Primitives, Languages & Systems
 
Design and Analysis of 1 Gbps Multi-host Li-Fi Model Using Wavelength Divisio...
Design and Analysis of 1 Gbps Multi-host Li-Fi Model Using Wavelength Divisio...Design and Analysis of 1 Gbps Multi-host Li-Fi Model Using Wavelength Divisio...
Design and Analysis of 1 Gbps Multi-host Li-Fi Model Using Wavelength Divisio...
 
Fault Diagnosis of Induction Motor Bearing Using Cepstrum-based Preprocessing...
Fault Diagnosis of Induction Motor Bearing Using Cepstrum-based Preprocessing...Fault Diagnosis of Induction Motor Bearing Using Cepstrum-based Preprocessing...
Fault Diagnosis of Induction Motor Bearing Using Cepstrum-based Preprocessing...
 
Fault Diagnosis of Motor Bearing Using Ensemble Learning Algorithm with FFT-b...
Fault Diagnosis of Motor Bearing Using Ensemble Learning Algorithm with FFT-b...Fault Diagnosis of Motor Bearing Using Ensemble Learning Algorithm with FFT-b...
Fault Diagnosis of Motor Bearing Using Ensemble Learning Algorithm with FFT-b...
 
An Introduction to Data Mining
An Introduction to Data MiningAn Introduction to Data Mining
An Introduction to Data Mining
 
Deep web & Darknet
Deep web & DarknetDeep web & Darknet
Deep web & Darknet
 
Autonomous cars
Autonomous carsAutonomous cars
Autonomous cars
 

Recently uploaded

PIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf IslamabadPIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf Islamabad
AyyanKhan40
 
MATATAG CURRICULUM: ASSESSING THE READINESS OF ELEM. PUBLIC SCHOOL TEACHERS I...
MATATAG CURRICULUM: ASSESSING THE READINESS OF ELEM. PUBLIC SCHOOL TEACHERS I...MATATAG CURRICULUM: ASSESSING THE READINESS OF ELEM. PUBLIC SCHOOL TEACHERS I...
MATATAG CURRICULUM: ASSESSING THE READINESS OF ELEM. PUBLIC SCHOOL TEACHERS I...
NelTorrente
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
Priyankaranawat4
 
DRUGS AND ITS classification slide share
DRUGS AND ITS classification slide shareDRUGS AND ITS classification slide share
DRUGS AND ITS classification slide share
taiba qazi
 
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
RitikBhardwaj56
 
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama UniversityNatural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Akanksha trivedi rama nursing college kanpur.
 
World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024
ak6969907
 
What is the purpose of studying mathematics.pptx
What is the purpose of studying mathematics.pptxWhat is the purpose of studying mathematics.pptx
What is the purpose of studying mathematics.pptx
christianmathematics
 
PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.
Dr. Shivangi Singh Parihar
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
thanhdowork
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
Jean Carlos Nunes Paixão
 
Advantages and Disadvantages of CMS from an SEO Perspective
Advantages and Disadvantages of CMS from an SEO PerspectiveAdvantages and Disadvantages of CMS from an SEO Perspective
Advantages and Disadvantages of CMS from an SEO Perspective
Krisztián Száraz
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
camakaiclarkmusic
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
heathfieldcps1
 
South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)
Academy of Science of South Africa
 
Fresher’s Quiz 2023 at GMC Nizamabad.pptx
Fresher’s Quiz 2023 at GMC Nizamabad.pptxFresher’s Quiz 2023 at GMC Nizamabad.pptx
Fresher’s Quiz 2023 at GMC Nizamabad.pptx
SriSurya50
 
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
IreneSebastianRueco1
 
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat  Leveraging AI for Diversity, Equity, and InclusionExecutive Directors Chat  Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
TechSoup
 
Top five deadliest dog breeds in America
Top five deadliest dog breeds in AmericaTop five deadliest dog breeds in America
Top five deadliest dog breeds in America
Bisnar Chase Personal Injury Attorneys
 
kitab khulasah nurul yaqin jilid 1 - 2.pptx
kitab khulasah nurul yaqin jilid 1 - 2.pptxkitab khulasah nurul yaqin jilid 1 - 2.pptx
kitab khulasah nurul yaqin jilid 1 - 2.pptx
datarid22
 

Recently uploaded (20)

PIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf IslamabadPIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf Islamabad
 
MATATAG CURRICULUM: ASSESSING THE READINESS OF ELEM. PUBLIC SCHOOL TEACHERS I...
MATATAG CURRICULUM: ASSESSING THE READINESS OF ELEM. PUBLIC SCHOOL TEACHERS I...MATATAG CURRICULUM: ASSESSING THE READINESS OF ELEM. PUBLIC SCHOOL TEACHERS I...
MATATAG CURRICULUM: ASSESSING THE READINESS OF ELEM. PUBLIC SCHOOL TEACHERS I...
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
 
DRUGS AND ITS classification slide share
DRUGS AND ITS classification slide shareDRUGS AND ITS classification slide share
DRUGS AND ITS classification slide share
 
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
 
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama UniversityNatural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
 
World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024
 
What is the purpose of studying mathematics.pptx
What is the purpose of studying mathematics.pptxWhat is the purpose of studying mathematics.pptx
What is the purpose of studying mathematics.pptx
 
PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
 
Advantages and Disadvantages of CMS from an SEO Perspective
Advantages and Disadvantages of CMS from an SEO PerspectiveAdvantages and Disadvantages of CMS from an SEO Perspective
Advantages and Disadvantages of CMS from an SEO Perspective
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
 
South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)
 
Fresher’s Quiz 2023 at GMC Nizamabad.pptx
Fresher’s Quiz 2023 at GMC Nizamabad.pptxFresher’s Quiz 2023 at GMC Nizamabad.pptx
Fresher’s Quiz 2023 at GMC Nizamabad.pptx
 
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
 
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat  Leveraging AI for Diversity, Equity, and InclusionExecutive Directors Chat  Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
 
Top five deadliest dog breeds in America
Top five deadliest dog breeds in AmericaTop five deadliest dog breeds in America
Top five deadliest dog breeds in America
 
kitab khulasah nurul yaqin jilid 1 - 2.pptx
kitab khulasah nurul yaqin jilid 1 - 2.pptxkitab khulasah nurul yaqin jilid 1 - 2.pptx
kitab khulasah nurul yaqin jilid 1 - 2.pptx
 

A Presentation on "Human Action Recognition Based on a Sequential Deep Learning Model""

  • 1.
  • 3.
  • 4.
  • 5.
  • 6.
  • 7.
  • 8.
  • 10.
  • 13. Samples size of each class of the three datasets: (from innermost to outermost) UCI HAR, WISDM, and KU -HAR 8.7% 8.5% 10.5% 6.4% 3.2% 9% 2.3% 4.8% 8.7% 4.3% 1.5% 1.2% 2.9% 9% 3.8% 3.8% 9.1% 2.2% 31% 38.5% 11.4% 9.4% 16.7% 15% 13.7% 18.9% 17.3% 18.5% 5.2% 4.4% Stand (0) Sit (1) Talk-sit (2) Talk-stand (3) Stand-sit (4) Lay (5) Lay-stand (6) Pick (7) Jump (8) Push-up (9) Sit-up (10) Walk (11) Walk-back (12) Walk-circle (13) Run/Jog (14) Stair-up (15) Stair-down (16) Table-tennis (17) Class Sample Ratio
  • 14. ➢ ➢ 𝑪𝑿 = 𝑥1 𝑥2 𝑥3 ⋯ 𝑥𝑛 𝑥2 𝑥3 𝑥4 ⋯ 𝑥1 ⋮ 𝑥𝑛 ⋮ 𝑥1 ⋮ 𝑥2 ⋱ ⋯ ⋮ 𝑥𝑛−1
  • 15. 0.0 0.5 1.0 1.5 2.0 2.5 -0.5 0.0 0.5 Acc Time 0 10 20 30 40 50 60 -0.5 0.0 0.5 Acc
  • 17. 0 25 50 75 100 125 150 175 200 0 10 20 30 40 50 60 70 80 90 100 Accuracy (%) Epoch Train Test (169, 98.9903) 97%+ 43 96%+ 25 95%+ 13 94%+ 15 98%+ 94 Test Accuracy 0 25 50 75 100 125 150 175 200 0 10 20 30 40 50 60 70 80 90 100 Accuracy (%) Epoch Train Test (190, 96.53229) 96%+ 86 95%+ 90 94%+ 10 Test Accuracy 0 25 50 75 100 125 150 175 200 0 10 20 30 40 50 60 70 80 90 100 Accuracy (%) Epoch Train Test (195, 96.6654) 94%+ 32 93%+ 11 95%+ 74 96%+ 29 Test Accuracy
  • 18. Confusion matrices of the best classifications on testing subsets of the three datasets (a) (b) (c) 446 16 7 1 0 2 0 0 0 0 0 0 0 0 0 0 0 0 8 436 21 0 0 4 0 0 0 0 0 0 0 0 0 0 0 0 6 4 431 2 0 2 2 0 0 0 1 0 0 0 0 1 0 0 0 1 1 458 0 0 0 1 0 0 0 1 0 3 0 2 0 0 0 0 1 2 539 0 0 3 0 0 0 0 0 0 0 0 0 0 1 5 7 0 0 440 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 3 1 1 429 4 0 0 2 0 0 0 0 0 0 0 0 0 0 1 0 0 1 328 0 2 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 161 0 0 0 0 0 4 0 0 0 0 0 0 0 0 0 0 2 0 117 0 0 1 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 248 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 215 3 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 76 0 0 0 2 0 0 0 0 1 0 0 0 0 0 0 0 1 0 61 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 143 0 3 3 0 0 0 1 0 0 0 0 0 0 0 2 0 2 0 189 1 4 0 0 0 1 0 0 0 0 0 0 0 0 0 2 1 2 188 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 2 110 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 Actual Class Predicted Class 431 0 0 0 0 0 0 386 0 0 0 0 0 0 351 0 0 0 0 1 0 431 12 0 0 0 0 12 465 0 0 0 0 1 0 485 11 15 16 1 0 5 5 0 1 16 15 11 Actual Class Predicted Class 1758 4 9 6 0 0 3 1414 9 6 0 0 18 13 466 26 0 3 10 11 33 378 1 1 0 0 2 0 236 3 0 0 2 0 0 202 11 14 15 16 1 0 0 1 16 15 14 11 Actual Class Predicted Class
  • 19.