SlideShare a Scribd company logo
AN INNOVATIVE APPROACH FOR FEATURE
SELECTION BASED ON CHICKEN SWARM
OPTIMIZATION
By
*Ahmed Hafez and Aboul Ella Hassanien
Bio-inspiring and evolutionary computation: Trends, applications and open issues workshop, 7 Nov. 2015 Faculty of
Computers and Information, Cairo University
www.egyptscience.
*Faculty of Computers and Information, Minia University and SRGE Member
Scientific Research Group in Egypt
www.egyptscience.net
Agenda
1. Introduction.
3. System Overview and Methods
4. Experimental Results.
5. Conclusions.
2. Motivation
Introduction
 Feature selection algorithm explores the data to
eliminate noisy, irrelevant, redundant data, and
simultaneously optimize the classification
performance.
 Feature selection is one of the most important stage in
data mining, multimedia information retrieval, pattern
classification, and machine learning applications,
which can influence the classification accuracy rate.
 In real world problems, feature selection is a must due
to the abundance of noisy, misleading or irrelevant
features
Introduction
Feature Selection in ML
 Naive theoretical view:
More features
=> More information
=> More discrimination power
 In practice:
many reasons why this is not the case!
Introduction
Feature Selection in ML
 Many explored domains have hundreds to tens of thousands
of variables/features with many irrelevant and redundant
ones.
 In domains with many features the underlying probability
distribution can be very complex and very hard to estimate
(e.g. dependencies between variables).
 Irrelevant and redundant features can “confuse” learners
(classifiers).
 Limited training data.
 Limited computational resources.
Agenda
1. Introduction.
3. System Overview and Methods
4. Experimental Results.
5. Conclusions.
2. Motivation.
Motivation
 Chicken Swarm Optimization is a new
evolutionary computation technique which
mimics the hierarchal order of a chicken
swarm and the behaviors of its individuals
chickens. in nature.
 The objective of feature selection:
1. Improving the prediction performance of the
predictors (classifiers).
2. Providing a faster and more cost-effective
predictors.
3. Providing a better understanding of the
underlying process that generated the data.
Motivation
 In this paper, a classification accuracy-based
fitness function is proposed by Chicken Swarm
Optimization to find optimal feature subset.
 The aim of the Chicken Swarm Optimization is
to find optimal regions of the complex search
space through the interaction of individuals in
the population. Compared with particle swarm
optimization (PSO) and Genetic Algorithms
(GA) over a set of UCI machine learning data
repository.
Agenda
1. Introduction.
3. System Overview and Methods
4. Experimental Results.
5. Conclusions.
2. Motivation.
Bio-inspired optimization
Introduction
 Inspired from the nature social behavior and dynamic
movements with communications of insects, birds, animals,
and fish.
 The term swarm (shoaling, swarming, or flocking) is applied to
fish, insects, birds, and describes a behavior of an aggregation of
animals of similar size and body orientation, generally cruising in
the same direction.
Bio-inspired optimization
Chicken Swarm Optimization (CSO)
 A chicken swarm is divided into several groups, each
group consists of one rooster and many hens and
chicks.
 Each type of chickens follow different laws of motions.
 A hierarchal order plays a significant role in the social
lives of chickens.
 The superior chickens in a flock will dominate the weak
ones.
 More dominant hens remain near to the head rooster
Bio-inspired optimization
Chicken Swarm Optimization (CSO)
 Mathematical model assumptions of CSO :
 The chicken swarm is divided into several groups. In each groups there is a
dominant rooster, followed by some hens and chicks.
 Hens follow their group-mate roosters to search for food.
 Chicks move around their mother to search for food.
 Fitness value outlines swarm hierarchy:
 individuals with best fitness value -> roosters ( group leader).
 individuals with the worst fitness values -> chicks
 others -> hens.
 The swarm hierarchy will remain unchanged only updated every several
(G) time steps..
 Rooster Movements:
 Hens Movements:
 Chicks Movements :
Bio-inspired optimization
Chicken Swarm Optimization (CSO)
Agenda
1. Introduction.
3. System Overview and Methods
4. Experimental Results.
5. Conclusions.
2. Motivation.
Experiment results
 We used 18 data sets for further
experiments. The data sets are drawn from
the UCI data repository. The data is divided
into 3 equal parts one for training, the
second part is for validation and the third
part is for testing.
 The CSO optimizer is evaluated against to
other algorithms : Genetic Algorithms (GA)
and Particle swarm optimization (PSO).
 The classification performance is measured
for each optimizer, compared to the
performance when using all features in the
each dataset without a feature selection
algorithm.
Data set No. of attributes No. of instances
Lymphography 18 148
WineEW 13 178
BreastEW 30 569
Breastcancer 9 699
CongressEW 16 435
Exactly 13 1000
Exactly2 13 1000
HeartEW 13 270
IonosphereEW 34 351
KrvskpEW 36 3196
M-of-n 13 1000
PenglungEW 325 73
SonarEW 60 208
SpectEW 22 267
Tic-tac-toe 9 958
Vote 16 300
WaveformEW 40 5000
Zoo 16 101
 Global parameter Values :
 Specific optimizer’s parameter :
Experiment results
Algorithms Parameter Value
CSO
r - The population size of roosters 0.15
h - The population size of hens 0.7
m - The population size of mother hens 0.5
PSO
w - value of the inertia factor 0.1
c - individual-best acceleration factor 0.1
GA
Crossover Fraction 0.8
Migration Fraction 0.2
Parameter Value
Fitness function constant 0.9999
The Number of iterations for optimization 70
Number of used search agents in the optimization 10
The number of times repeating the stochastic optimization 20
Experiment results
 Mean classification error on test data for each dataset compared to the data with all
features:
0
0.05
0.1
0.15
0.2
0.25
0.3
0.35
GA PSO CSO All Features
Experiment results
 Best fitness values for each dataset obtained by different optimizers :
0
0.05
0.1
0.15
0.2
0.25
0.3
GA PSO CSO All Features
Experiment results
 Worst fitness values for each dataset obtained by different optimizers :
0
0.1
0.2
0.3
0.4
0.5
GA PSO CSO All Features
Experiment results
 Mean and std fitness values obtained by different optimizers:
0
0.05
0.1
0.15
0.2
0.25
0.3
0.35
0.4
0.45
GA PSO CSO All Features
Experiment results
 Feature reduction on each dataset using different optimizers.
0
0.1
0.2
0.3
0.4
0.5
0.6
0.7
0.8
0.9
GA PSO CSO
Experiment results
0
0.05
0.1
0.15
0.2
0.25
Best fitness values Worst fitness values
Average Best and Worst values over
all datasets for each optimizer
GA PSO CSO All Features
0
0.05
0.1
0.15
0.2
0.25
GA PSO CSO All Features
Average – Mean fitness values over
all datasets for each optimizer
Experiment results
0
0.1
0.2
0.3
0.4
0.5
0.6
0.7
0.8
GA PSO CSO
Average - feature reduction over all
datasets for each optimizer
0
0.05
0.1
0.15
0.2
0.25
GA PSO CSO All Features
Average - Mean classification error
over all datasets for each optimizer
Agenda
1. Introduction.
3. System Overview and Methods
4. Experimental Results.
5. Conclusions.
2. Motivation.
Conclusions
 The objective of this paper was to propose a chicken swarm optimization
(CSO) algorithm for feature selection to choose minimal number of features
and to obtain comparable or even better classification accuracy from
utilizing all attributes.
 This study shows that CSO is an effective search algorithm for feature
selection problems.
 The used fitness function targets both the classification accuracy and
reduction size, which means we can obtain a set of minimum selected
features with maximum accuracy.
 The CSO proves an advance in both reduction size and classification
accuracy over PSO and GA.
Future Work
 We will work on the updating mechanisms in CSO to resolve feature
selection to further minimize the number of attributes, maximize the
classification accuracy.
 Also, we will examine the employ of chicken swarm optimization (CSO)
algorithm for feature selection on datasets with a large number of attributes.
Thank you
E-mail: ah.hafez@gmail.com

More Related Content

Viewers also liked

CFP: The 2nd International Conference on Advanced Intelligent Systems and Inf...
CFP: The 2nd International Conference on Advanced Intelligent Systems and Inf...CFP: The 2nd International Conference on Advanced Intelligent Systems and Inf...
CFP: The 2nd International Conference on Advanced Intelligent Systems and Inf...
Aboul Ella Hassanien
 
How to (seriously) read a scientific paper
How to (seriously) read a scientific paperHow to (seriously) read a scientific paper
How to (seriously) read a scientific paper
Aboul Ella Hassanien
 
good researcher lecture
good researcher lecture good researcher lecture
good researcher lecture
Aboul Ella Hassanien
 
Journal and author impact measures Assessing your impact (h-index and beyond)
Journal and author impact measures Assessing your impact (h-index and beyond)Journal and author impact measures Assessing your impact (h-index and beyond)
Journal and author impact measures Assessing your impact (h-index and beyond)
Aboul Ella Hassanien
 
Faculty of med cu 1 feb 2017
Faculty of med cu 1 feb 2017Faculty of med cu 1 feb 2017
Faculty of med cu 1 feb 2017
Aboul Ella Hassanien
 
Dealing with Academic Rejection 25 Feb 2017
Dealing with Academic Rejection 25 Feb 2017Dealing with Academic Rejection 25 Feb 2017
Dealing with Academic Rejection 25 Feb 2017
Aboul Ella Hassanien
 
Journal ranking metrices new perspective in journal performance management
Journal ranking metrices   new perspective in journal performance managementJournal ranking metrices   new perspective in journal performance management
Journal ranking metrices new perspective in journal performance management
Aboul Ella Hassanien
 
Scientific publications and peer review ethics
Scientific publications and   peer review ethicsScientific publications and   peer review ethics
Scientific publications and peer review ethics
Aboul Ella Hassanien
 
Application of swarm intelligence optimization in biomedical
Application of swarm intelligence optimization in biomedical  Application of swarm intelligence optimization in biomedical
Application of swarm intelligence optimization in biomedical
Aboul Ella Hassanien
 
التقدم العلمي التكنولوجي وسبل تطوير البحث العلمي في العالم العربي
التقدم العلمي التكنولوجي وسبل تطوير البحث العلمي في العالم العربيالتقدم العلمي التكنولوجي وسبل تطوير البحث العلمي في العالم العربي
التقدم العلمي التكنولوجي وسبل تطوير البحث العلمي في العالم العربي
Aboul Ella Hassanien
 
Swarm intelligence algorithms
Swarm intelligence algorithmsSwarm intelligence algorithms
Swarm intelligence algorithms
Aboul Ella Hassanien
 
ندوة الجوائزالعلمية الأهتمام بالمبدعين والمتميزين والإسهام في إذكاء روح الم...
ندوة الجوائزالعلمية الأهتمام بالمبدعين والمتميزين والإسهام  في إذكاء روح الم...ندوة الجوائزالعلمية الأهتمام بالمبدعين والمتميزين والإسهام  في إذكاء روح الم...
ندوة الجوائزالعلمية الأهتمام بالمبدعين والمتميزين والإسهام في إذكاء روح الم...
Aboul Ella Hassanien
 
الثورة المعلوماتية والشفافية جسر بين الشعوب والحكومات
الثورة المعلوماتية والشفافية  جسر بين الشعوب والحكوماتالثورة المعلوماتية والشفافية  جسر بين الشعوب والحكومات
الثورة المعلوماتية والشفافية جسر بين الشعوب والحكومات
Aboul Ella Hassanien
 
Medical image analysis
Medical image analysisMedical image analysis
Medical image analysis
Aboul Ella Hassanien
 

Viewers also liked (14)

CFP: The 2nd International Conference on Advanced Intelligent Systems and Inf...
CFP: The 2nd International Conference on Advanced Intelligent Systems and Inf...CFP: The 2nd International Conference on Advanced Intelligent Systems and Inf...
CFP: The 2nd International Conference on Advanced Intelligent Systems and Inf...
 
How to (seriously) read a scientific paper
How to (seriously) read a scientific paperHow to (seriously) read a scientific paper
How to (seriously) read a scientific paper
 
good researcher lecture
good researcher lecture good researcher lecture
good researcher lecture
 
Journal and author impact measures Assessing your impact (h-index and beyond)
Journal and author impact measures Assessing your impact (h-index and beyond)Journal and author impact measures Assessing your impact (h-index and beyond)
Journal and author impact measures Assessing your impact (h-index and beyond)
 
Faculty of med cu 1 feb 2017
Faculty of med cu 1 feb 2017Faculty of med cu 1 feb 2017
Faculty of med cu 1 feb 2017
 
Dealing with Academic Rejection 25 Feb 2017
Dealing with Academic Rejection 25 Feb 2017Dealing with Academic Rejection 25 Feb 2017
Dealing with Academic Rejection 25 Feb 2017
 
Journal ranking metrices new perspective in journal performance management
Journal ranking metrices   new perspective in journal performance managementJournal ranking metrices   new perspective in journal performance management
Journal ranking metrices new perspective in journal performance management
 
Scientific publications and peer review ethics
Scientific publications and   peer review ethicsScientific publications and   peer review ethics
Scientific publications and peer review ethics
 
Application of swarm intelligence optimization in biomedical
Application of swarm intelligence optimization in biomedical  Application of swarm intelligence optimization in biomedical
Application of swarm intelligence optimization in biomedical
 
التقدم العلمي التكنولوجي وسبل تطوير البحث العلمي في العالم العربي
التقدم العلمي التكنولوجي وسبل تطوير البحث العلمي في العالم العربيالتقدم العلمي التكنولوجي وسبل تطوير البحث العلمي في العالم العربي
التقدم العلمي التكنولوجي وسبل تطوير البحث العلمي في العالم العربي
 
Swarm intelligence algorithms
Swarm intelligence algorithmsSwarm intelligence algorithms
Swarm intelligence algorithms
 
ندوة الجوائزالعلمية الأهتمام بالمبدعين والمتميزين والإسهام في إذكاء روح الم...
ندوة الجوائزالعلمية الأهتمام بالمبدعين والمتميزين والإسهام  في إذكاء روح الم...ندوة الجوائزالعلمية الأهتمام بالمبدعين والمتميزين والإسهام  في إذكاء روح الم...
ندوة الجوائزالعلمية الأهتمام بالمبدعين والمتميزين والإسهام في إذكاء روح الم...
 
الثورة المعلوماتية والشفافية جسر بين الشعوب والحكومات
الثورة المعلوماتية والشفافية  جسر بين الشعوب والحكوماتالثورة المعلوماتية والشفافية  جسر بين الشعوب والحكومات
الثورة المعلوماتية والشفافية جسر بين الشعوب والحكومات
 
Medical image analysis
Medical image analysisMedical image analysis
Medical image analysis
 

Similar to An innovative approach for feature selection based on chicken swarm optimization

BioAssay Express: Creating and exploiting assay metadata
BioAssay Express: Creating and exploiting assay metadataBioAssay Express: Creating and exploiting assay metadata
BioAssay Express: Creating and exploiting assay metadata
Philip Cheung
 
A hybrid wrapper spider monkey optimization-simulated annealing model for opt...
A hybrid wrapper spider monkey optimization-simulated annealing model for opt...A hybrid wrapper spider monkey optimization-simulated annealing model for opt...
A hybrid wrapper spider monkey optimization-simulated annealing model for opt...
International Journal of Reconfigurable and Embedded Systems
 
Lessons From The Core: Longitudinal Assessment vs. Point Sampling of Behavior...
Lessons From The Core: Longitudinal Assessment vs. Point Sampling of Behavior...Lessons From The Core: Longitudinal Assessment vs. Point Sampling of Behavior...
Lessons From The Core: Longitudinal Assessment vs. Point Sampling of Behavior...
InsideScientific
 
Genetic Algorithms for Evolving Computer Chess Programs
Genetic Algorithms for Evolving Computer Chess Programs   Genetic Algorithms for Evolving Computer Chess Programs
Genetic Algorithms for Evolving Computer Chess Programs
Patrick Walter
 
research paper
research paperresearch paper
research paper
Kalyan Ram
 
Activity Recognition from User-Annotated Acceleration Data Ling ...
Activity Recognition from User-Annotated Acceleration Data Ling ...Activity Recognition from User-Annotated Acceleration Data Ling ...
Activity Recognition from User-Annotated Acceleration Data Ling ...butest
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)
IJERD Editor
 
Machine Learning, Data Mining, Genetic Algorithms, Neural ...
Machine Learning, Data Mining, Genetic Algorithms, Neural ...Machine Learning, Data Mining, Genetic Algorithms, Neural ...
Machine Learning, Data Mining, Genetic Algorithms, Neural ...butest
 
Design of an Intelligent System for Improving Classification of Cancer Diseases
Design of an Intelligent System for Improving Classification of Cancer DiseasesDesign of an Intelligent System for Improving Classification of Cancer Diseases
Design of an Intelligent System for Improving Classification of Cancer Diseases
Mohamed Loey
 
AUTOMATED TEST CASE GENERATION AND OPTIMIZATION: A COMPARATIVE REVIEW
AUTOMATED TEST CASE GENERATION AND OPTIMIZATION: A COMPARATIVE REVIEWAUTOMATED TEST CASE GENERATION AND OPTIMIZATION: A COMPARATIVE REVIEW
AUTOMATED TEST CASE GENERATION AND OPTIMIZATION: A COMPARATIVE REVIEW
ijcsit
 
Chicken Swarm as a Multi Step Algorithm for Global Optimization
Chicken Swarm as a Multi Step Algorithm for Global OptimizationChicken Swarm as a Multi Step Algorithm for Global Optimization
Chicken Swarm as a Multi Step Algorithm for Global Optimization
inventionjournals
 
A hybrid approach from ant colony optimization and K-neare.pdf
A hybrid approach from ant colony optimization and K-neare.pdfA hybrid approach from ant colony optimization and K-neare.pdf
A hybrid approach from ant colony optimization and K-neare.pdf
RayhanaKarar
 
An experimental study on hypothyroid using rotation forest
An experimental study on hypothyroid using rotation forestAn experimental study on hypothyroid using rotation forest
An experimental study on hypothyroid using rotation forest
IJDKP
 
Volume 14 issue 03 march 2014_ijcsms_march14_10_14_rahul
Volume 14  issue 03  march 2014_ijcsms_march14_10_14_rahulVolume 14  issue 03  march 2014_ijcsms_march14_10_14_rahul
Volume 14 issue 03 march 2014_ijcsms_march14_10_14_rahulDeepak Agarwal
 
dkNET Webinar: The Mouse Metabolic Phenotyping Centers: Services and Data 01/...
dkNET Webinar: The Mouse Metabolic Phenotyping Centers: Services and Data 01/...dkNET Webinar: The Mouse Metabolic Phenotyping Centers: Services and Data 01/...
dkNET Webinar: The Mouse Metabolic Phenotyping Centers: Services and Data 01/...
dkNET
 
Precision livestock farming cattle identification based on biometric data tar...
Precision livestock farming cattle identification based on biometric data tar...Precision livestock farming cattle identification based on biometric data tar...
Precision livestock farming cattle identification based on biometric data tar...Aboul Ella Hassanien
 
Precision livestock farming cattle identification based on biometric data tar...
Precision livestock farming cattle identification based on biometric data tar...Precision livestock farming cattle identification based on biometric data tar...
Precision livestock farming cattle identification based on biometric data tar...Aboul Ella Hassanien
 
Precision livestock farming cattle identification based on biometric data tar...
Precision livestock farming cattle identification based on biometric data tar...Precision livestock farming cattle identification based on biometric data tar...
Precision livestock farming cattle identification based on biometric data tar...Aboul Ella Hassanien
 
I045046066
I045046066I045046066
I045046066
IJERA Editor
 

Similar to An innovative approach for feature selection based on chicken swarm optimization (20)

BioAssay Express: Creating and exploiting assay metadata
BioAssay Express: Creating and exploiting assay metadataBioAssay Express: Creating and exploiting assay metadata
BioAssay Express: Creating and exploiting assay metadata
 
A hybrid wrapper spider monkey optimization-simulated annealing model for opt...
A hybrid wrapper spider monkey optimization-simulated annealing model for opt...A hybrid wrapper spider monkey optimization-simulated annealing model for opt...
A hybrid wrapper spider monkey optimization-simulated annealing model for opt...
 
Lessons From The Core: Longitudinal Assessment vs. Point Sampling of Behavior...
Lessons From The Core: Longitudinal Assessment vs. Point Sampling of Behavior...Lessons From The Core: Longitudinal Assessment vs. Point Sampling of Behavior...
Lessons From The Core: Longitudinal Assessment vs. Point Sampling of Behavior...
 
Genetic Algorithms for Evolving Computer Chess Programs
Genetic Algorithms for Evolving Computer Chess Programs   Genetic Algorithms for Evolving Computer Chess Programs
Genetic Algorithms for Evolving Computer Chess Programs
 
research paper
research paperresearch paper
research paper
 
Activity Recognition from User-Annotated Acceleration Data Ling ...
Activity Recognition from User-Annotated Acceleration Data Ling ...Activity Recognition from User-Annotated Acceleration Data Ling ...
Activity Recognition from User-Annotated Acceleration Data Ling ...
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)
 
Machine Learning, Data Mining, Genetic Algorithms, Neural ...
Machine Learning, Data Mining, Genetic Algorithms, Neural ...Machine Learning, Data Mining, Genetic Algorithms, Neural ...
Machine Learning, Data Mining, Genetic Algorithms, Neural ...
 
Design of an Intelligent System for Improving Classification of Cancer Diseases
Design of an Intelligent System for Improving Classification of Cancer DiseasesDesign of an Intelligent System for Improving Classification of Cancer Diseases
Design of an Intelligent System for Improving Classification of Cancer Diseases
 
AUTOMATED TEST CASE GENERATION AND OPTIMIZATION: A COMPARATIVE REVIEW
AUTOMATED TEST CASE GENERATION AND OPTIMIZATION: A COMPARATIVE REVIEWAUTOMATED TEST CASE GENERATION AND OPTIMIZATION: A COMPARATIVE REVIEW
AUTOMATED TEST CASE GENERATION AND OPTIMIZATION: A COMPARATIVE REVIEW
 
Chicken Swarm as a Multi Step Algorithm for Global Optimization
Chicken Swarm as a Multi Step Algorithm for Global OptimizationChicken Swarm as a Multi Step Algorithm for Global Optimization
Chicken Swarm as a Multi Step Algorithm for Global Optimization
 
A hybrid approach from ant colony optimization and K-neare.pdf
A hybrid approach from ant colony optimization and K-neare.pdfA hybrid approach from ant colony optimization and K-neare.pdf
A hybrid approach from ant colony optimization and K-neare.pdf
 
An experimental study on hypothyroid using rotation forest
An experimental study on hypothyroid using rotation forestAn experimental study on hypothyroid using rotation forest
An experimental study on hypothyroid using rotation forest
 
Volume 14 issue 03 march 2014_ijcsms_march14_10_14_rahul
Volume 14  issue 03  march 2014_ijcsms_march14_10_14_rahulVolume 14  issue 03  march 2014_ijcsms_march14_10_14_rahul
Volume 14 issue 03 march 2014_ijcsms_march14_10_14_rahul
 
dkNET Webinar: The Mouse Metabolic Phenotyping Centers: Services and Data 01/...
dkNET Webinar: The Mouse Metabolic Phenotyping Centers: Services and Data 01/...dkNET Webinar: The Mouse Metabolic Phenotyping Centers: Services and Data 01/...
dkNET Webinar: The Mouse Metabolic Phenotyping Centers: Services and Data 01/...
 
Precision livestock farming cattle identification based on biometric data tar...
Precision livestock farming cattle identification based on biometric data tar...Precision livestock farming cattle identification based on biometric data tar...
Precision livestock farming cattle identification based on biometric data tar...
 
Precision livestock farming cattle identification based on biometric data tar...
Precision livestock farming cattle identification based on biometric data tar...Precision livestock farming cattle identification based on biometric data tar...
Precision livestock farming cattle identification based on biometric data tar...
 
Precision livestock farming cattle identification based on biometric data tar...
Precision livestock farming cattle identification based on biometric data tar...Precision livestock farming cattle identification based on biometric data tar...
Precision livestock farming cattle identification based on biometric data tar...
 
I045046066
I045046066I045046066
I045046066
 
November 16, Learning
November 16, LearningNovember 16, Learning
November 16, Learning
 

More from Aboul Ella Hassanien

الأطر والمبادئ الاخلاقية للذكاء الاصطناعي التوليدى.pdf
الأطر والمبادئ الاخلاقية  للذكاء الاصطناعي التوليدى.pdfالأطر والمبادئ الاخلاقية  للذكاء الاصطناعي التوليدى.pdf
الأطر والمبادئ الاخلاقية للذكاء الاصطناعي التوليدى.pdf
Aboul Ella Hassanien
 
دعوة للاستخدام المسؤول للذكاء الاصطناعي التوليدي في الأوساط الأكاديمية المعر...
دعوة للاستخدام المسؤول للذكاء الاصطناعي التوليدي في الأوساط الأكاديمية  المعر...دعوة للاستخدام المسؤول للذكاء الاصطناعي التوليدي في الأوساط الأكاديمية  المعر...
دعوة للاستخدام المسؤول للذكاء الاصطناعي التوليدي في الأوساط الأكاديمية المعر...
Aboul Ella Hassanien
 
حوار مع الأستاذ الدكتور أبو العلا عطيفى حسنين - تقنية الذكاء الاصطناعي تحول م...
حوار مع الأستاذ الدكتور أبو العلا عطيفى حسنين - تقنية الذكاء الاصطناعي تحول م...حوار مع الأستاذ الدكتور أبو العلا عطيفى حسنين - تقنية الذكاء الاصطناعي تحول م...
حوار مع الأستاذ الدكتور أبو العلا عطيفى حسنين - تقنية الذكاء الاصطناعي تحول م...
Aboul Ella Hassanien
 
الطاقة من الفضاء: علماء ينقلون الطاقة الشمسية إلى الأرض عن طريق الفضاء لأول م...
الطاقة من الفضاء: علماء ينقلون الطاقة الشمسية إلى الأرض عن طريق الفضاء لأول م...الطاقة من الفضاء: علماء ينقلون الطاقة الشمسية إلى الأرض عن طريق الفضاء لأول م...
الطاقة من الفضاء: علماء ينقلون الطاقة الشمسية إلى الأرض عن طريق الفضاء لأول م...
Aboul Ella Hassanien
 
Intelligent Avatars in the Metaverse.pptx
Intelligent Avatars in the Metaverse.pptxIntelligent Avatars in the Metaverse.pptx
Intelligent Avatars in the Metaverse.pptx
Aboul Ella Hassanien
 
دليل البحث العلمى .pdf
دليل البحث العلمى .pdfدليل البحث العلمى .pdf
دليل البحث العلمى .pdf
Aboul Ella Hassanien
 
SRGE photo.pdf
SRGE photo.pdfSRGE photo.pdf
SRGE photo.pdf
Aboul Ella Hassanien
 
الذكاء الإصطناعى وافاقه فى التعليم على مستوى الوطن العربى: مستوى السياسات
الذكاء الإصطناعى وافاقه فى التعليم على مستوى الوطن العربى: مستوى السياسات الذكاء الإصطناعى وافاقه فى التعليم على مستوى الوطن العربى: مستوى السياسات
الذكاء الإصطناعى وافاقه فى التعليم على مستوى الوطن العربى: مستوى السياسات
Aboul Ella Hassanien
 
الصحافة والإعلام الرقمى فى عصر الذكاء الاصطناعي
الصحافة والإعلام الرقمى  فى عصر الذكاء الاصطناعي  الصحافة والإعلام الرقمى  فى عصر الذكاء الاصطناعي
الصحافة والإعلام الرقمى فى عصر الذكاء الاصطناعي
Aboul Ella Hassanien
 
الميتافيرس و مستقبل التعليم فى الوطن العربى
الميتافيرس و مستقبل التعليم فى الوطن العربى الميتافيرس و مستقبل التعليم فى الوطن العربى
الميتافيرس و مستقبل التعليم فى الوطن العربى
Aboul Ella Hassanien
 
الذكاء الأصطناعى المسؤول ومستقبل الأمن المناخى وانعكاساته الاجتماعية والأمنية
الذكاء الأصطناعى المسؤول ومستقبل  الأمن المناخى وانعكاساته الاجتماعية والأمنيةالذكاء الأصطناعى المسؤول ومستقبل  الأمن المناخى وانعكاساته الاجتماعية والأمنية
الذكاء الأصطناعى المسؤول ومستقبل الأمن المناخى وانعكاساته الاجتماعية والأمنية
Aboul Ella Hassanien
 
الذكاء الأصطناعى المسؤول ومستقبل الأمن المناخى وانعكاساته الاجتماعية والأمنية
الذكاء الأصطناعى المسؤول ومستقبل  الأمن المناخى وانعكاساته الاجتماعية والأمنيةالذكاء الأصطناعى المسؤول ومستقبل  الأمن المناخى وانعكاساته الاجتماعية والأمنية
الذكاء الأصطناعى المسؤول ومستقبل الأمن المناخى وانعكاساته الاجتماعية والأمنية
Aboul Ella Hassanien
 
التغير المناخى للاطفال
التغير المناخى للاطفالالتغير المناخى للاطفال
التغير المناخى للاطفال
Aboul Ella Hassanien
 
الذكاء الاصطناعى للاطفال
الذكاء الاصطناعى للاطفالالذكاء الاصطناعى للاطفال
الذكاء الاصطناعى للاطفال
Aboul Ella Hassanien
 
إستراتيجية مصر للتنمية المستدامة: نحو جائزة الإبتكار والإبداع المؤسسى
إستراتيجية مصر للتنمية المستدامة: نحو جائزة الإبتكار والإبداع المؤسسىإستراتيجية مصر للتنمية المستدامة: نحو جائزة الإبتكار والإبداع المؤسسى
إستراتيجية مصر للتنمية المستدامة: نحو جائزة الإبتكار والإبداع المؤسسى
Aboul Ella Hassanien
 
الإقتصاد الأخضر لمواجهة التغيرات المناخية
الإقتصاد الأخضر لمواجهة التغيرات المناخية  الإقتصاد الأخضر لمواجهة التغيرات المناخية
الإقتصاد الأخضر لمواجهة التغيرات المناخية
Aboul Ella Hassanien
 
الإستخدام المسؤول للذكاء الإصطناعى فى سياق تغيرالمناخ خارطة طريق فى عال...
   الإستخدام المسؤول للذكاء الإصطناعى  فى سياق تغيرالمناخ   خارطة طريق فى عال...   الإستخدام المسؤول للذكاء الإصطناعى  فى سياق تغيرالمناخ   خارطة طريق فى عال...
الإستخدام المسؤول للذكاء الإصطناعى فى سياق تغيرالمناخ خارطة طريق فى عال...
Aboul Ella Hassanien
 
الذكاء الإصطناعي والتغيرات المناخية والبيئية:الفرص والتحديات والأدوات السياسية
الذكاء الإصطناعي والتغيرات المناخية والبيئية:الفرص والتحديات والأدوات السياسيةالذكاء الإصطناعي والتغيرات المناخية والبيئية:الفرص والتحديات والأدوات السياسية
الذكاء الإصطناعي والتغيرات المناخية والبيئية:الفرص والتحديات والأدوات السياسية
Aboul Ella Hassanien
 
الذكاء الاصطناعى:أسلحة لا تنام وآفاق لا تنتهى
الذكاء الاصطناعى:أسلحة لا تنام وآفاق لا تنتهى الذكاء الاصطناعى:أسلحة لا تنام وآفاق لا تنتهى
الذكاء الاصطناعى:أسلحة لا تنام وآفاق لا تنتهى
Aboul Ella Hassanien
 
اقتصاد ميتافيرس
اقتصاد ميتافيرساقتصاد ميتافيرس
اقتصاد ميتافيرس
Aboul Ella Hassanien
 

More from Aboul Ella Hassanien (20)

الأطر والمبادئ الاخلاقية للذكاء الاصطناعي التوليدى.pdf
الأطر والمبادئ الاخلاقية  للذكاء الاصطناعي التوليدى.pdfالأطر والمبادئ الاخلاقية  للذكاء الاصطناعي التوليدى.pdf
الأطر والمبادئ الاخلاقية للذكاء الاصطناعي التوليدى.pdf
 
دعوة للاستخدام المسؤول للذكاء الاصطناعي التوليدي في الأوساط الأكاديمية المعر...
دعوة للاستخدام المسؤول للذكاء الاصطناعي التوليدي في الأوساط الأكاديمية  المعر...دعوة للاستخدام المسؤول للذكاء الاصطناعي التوليدي في الأوساط الأكاديمية  المعر...
دعوة للاستخدام المسؤول للذكاء الاصطناعي التوليدي في الأوساط الأكاديمية المعر...
 
حوار مع الأستاذ الدكتور أبو العلا عطيفى حسنين - تقنية الذكاء الاصطناعي تحول م...
حوار مع الأستاذ الدكتور أبو العلا عطيفى حسنين - تقنية الذكاء الاصطناعي تحول م...حوار مع الأستاذ الدكتور أبو العلا عطيفى حسنين - تقنية الذكاء الاصطناعي تحول م...
حوار مع الأستاذ الدكتور أبو العلا عطيفى حسنين - تقنية الذكاء الاصطناعي تحول م...
 
الطاقة من الفضاء: علماء ينقلون الطاقة الشمسية إلى الأرض عن طريق الفضاء لأول م...
الطاقة من الفضاء: علماء ينقلون الطاقة الشمسية إلى الأرض عن طريق الفضاء لأول م...الطاقة من الفضاء: علماء ينقلون الطاقة الشمسية إلى الأرض عن طريق الفضاء لأول م...
الطاقة من الفضاء: علماء ينقلون الطاقة الشمسية إلى الأرض عن طريق الفضاء لأول م...
 
Intelligent Avatars in the Metaverse.pptx
Intelligent Avatars in the Metaverse.pptxIntelligent Avatars in the Metaverse.pptx
Intelligent Avatars in the Metaverse.pptx
 
دليل البحث العلمى .pdf
دليل البحث العلمى .pdfدليل البحث العلمى .pdf
دليل البحث العلمى .pdf
 
SRGE photo.pdf
SRGE photo.pdfSRGE photo.pdf
SRGE photo.pdf
 
الذكاء الإصطناعى وافاقه فى التعليم على مستوى الوطن العربى: مستوى السياسات
الذكاء الإصطناعى وافاقه فى التعليم على مستوى الوطن العربى: مستوى السياسات الذكاء الإصطناعى وافاقه فى التعليم على مستوى الوطن العربى: مستوى السياسات
الذكاء الإصطناعى وافاقه فى التعليم على مستوى الوطن العربى: مستوى السياسات
 
الصحافة والإعلام الرقمى فى عصر الذكاء الاصطناعي
الصحافة والإعلام الرقمى  فى عصر الذكاء الاصطناعي  الصحافة والإعلام الرقمى  فى عصر الذكاء الاصطناعي
الصحافة والإعلام الرقمى فى عصر الذكاء الاصطناعي
 
الميتافيرس و مستقبل التعليم فى الوطن العربى
الميتافيرس و مستقبل التعليم فى الوطن العربى الميتافيرس و مستقبل التعليم فى الوطن العربى
الميتافيرس و مستقبل التعليم فى الوطن العربى
 
الذكاء الأصطناعى المسؤول ومستقبل الأمن المناخى وانعكاساته الاجتماعية والأمنية
الذكاء الأصطناعى المسؤول ومستقبل  الأمن المناخى وانعكاساته الاجتماعية والأمنيةالذكاء الأصطناعى المسؤول ومستقبل  الأمن المناخى وانعكاساته الاجتماعية والأمنية
الذكاء الأصطناعى المسؤول ومستقبل الأمن المناخى وانعكاساته الاجتماعية والأمنية
 
الذكاء الأصطناعى المسؤول ومستقبل الأمن المناخى وانعكاساته الاجتماعية والأمنية
الذكاء الأصطناعى المسؤول ومستقبل  الأمن المناخى وانعكاساته الاجتماعية والأمنيةالذكاء الأصطناعى المسؤول ومستقبل  الأمن المناخى وانعكاساته الاجتماعية والأمنية
الذكاء الأصطناعى المسؤول ومستقبل الأمن المناخى وانعكاساته الاجتماعية والأمنية
 
التغير المناخى للاطفال
التغير المناخى للاطفالالتغير المناخى للاطفال
التغير المناخى للاطفال
 
الذكاء الاصطناعى للاطفال
الذكاء الاصطناعى للاطفالالذكاء الاصطناعى للاطفال
الذكاء الاصطناعى للاطفال
 
إستراتيجية مصر للتنمية المستدامة: نحو جائزة الإبتكار والإبداع المؤسسى
إستراتيجية مصر للتنمية المستدامة: نحو جائزة الإبتكار والإبداع المؤسسىإستراتيجية مصر للتنمية المستدامة: نحو جائزة الإبتكار والإبداع المؤسسى
إستراتيجية مصر للتنمية المستدامة: نحو جائزة الإبتكار والإبداع المؤسسى
 
الإقتصاد الأخضر لمواجهة التغيرات المناخية
الإقتصاد الأخضر لمواجهة التغيرات المناخية  الإقتصاد الأخضر لمواجهة التغيرات المناخية
الإقتصاد الأخضر لمواجهة التغيرات المناخية
 
الإستخدام المسؤول للذكاء الإصطناعى فى سياق تغيرالمناخ خارطة طريق فى عال...
   الإستخدام المسؤول للذكاء الإصطناعى  فى سياق تغيرالمناخ   خارطة طريق فى عال...   الإستخدام المسؤول للذكاء الإصطناعى  فى سياق تغيرالمناخ   خارطة طريق فى عال...
الإستخدام المسؤول للذكاء الإصطناعى فى سياق تغيرالمناخ خارطة طريق فى عال...
 
الذكاء الإصطناعي والتغيرات المناخية والبيئية:الفرص والتحديات والأدوات السياسية
الذكاء الإصطناعي والتغيرات المناخية والبيئية:الفرص والتحديات والأدوات السياسيةالذكاء الإصطناعي والتغيرات المناخية والبيئية:الفرص والتحديات والأدوات السياسية
الذكاء الإصطناعي والتغيرات المناخية والبيئية:الفرص والتحديات والأدوات السياسية
 
الذكاء الاصطناعى:أسلحة لا تنام وآفاق لا تنتهى
الذكاء الاصطناعى:أسلحة لا تنام وآفاق لا تنتهى الذكاء الاصطناعى:أسلحة لا تنام وآفاق لا تنتهى
الذكاء الاصطناعى:أسلحة لا تنام وآفاق لا تنتهى
 
اقتصاد ميتافيرس
اقتصاد ميتافيرساقتصاد ميتافيرس
اقتصاد ميتافيرس
 

Recently uploaded

Group Presentation 2 Economics.Ariana Buscigliopptx
Group Presentation 2 Economics.Ariana BuscigliopptxGroup Presentation 2 Economics.Ariana Buscigliopptx
Group Presentation 2 Economics.Ariana Buscigliopptx
ArianaBusciglio
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 
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
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
Sandy Millin
 
Digital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion DesignsDigital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion Designs
chanes7
 
Pride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School DistrictPride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School District
David Douglas School District
 
Delivering Micro-Credentials in Technical and Vocational Education and Training
Delivering Micro-Credentials in Technical and Vocational Education and TrainingDelivering Micro-Credentials in Technical and Vocational Education and Training
Delivering Micro-Credentials in Technical and Vocational Education and Training
AG2 Design
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Thiyagu K
 
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdfMASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
goswamiyash170123
 
The Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collectionThe Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collection
Israel Genealogy Research Association
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
Levi Shapiro
 
How to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP ModuleHow to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP Module
Celine George
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
PIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf IslamabadPIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf Islamabad
AyyanKhan40
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
vaibhavrinwa19
 
"Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe..."Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe...
SACHIN R KONDAGURI
 
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
 
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.
 
Assignment_4_ArianaBusciglio Marvel(1).docx
Assignment_4_ArianaBusciglio Marvel(1).docxAssignment_4_ArianaBusciglio Marvel(1).docx
Assignment_4_ArianaBusciglio Marvel(1).docx
ArianaBusciglio
 
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Dr. Vinod Kumar Kanvaria
 

Recently uploaded (20)

Group Presentation 2 Economics.Ariana Buscigliopptx
Group Presentation 2 Economics.Ariana BuscigliopptxGroup Presentation 2 Economics.Ariana Buscigliopptx
Group Presentation 2 Economics.Ariana Buscigliopptx
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
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
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
 
Digital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion DesignsDigital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion Designs
 
Pride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School DistrictPride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School District
 
Delivering Micro-Credentials in Technical and Vocational Education and Training
Delivering Micro-Credentials in Technical and Vocational Education and TrainingDelivering Micro-Credentials in Technical and Vocational Education and Training
Delivering Micro-Credentials in Technical and Vocational Education and Training
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
 
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdfMASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
 
The Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collectionThe Diamonds of 2023-2024 in the IGRA collection
The Diamonds of 2023-2024 in the IGRA collection
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
 
How to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP ModuleHow to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP Module
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
 
PIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf IslamabadPIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf Islamabad
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
 
"Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe..."Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe...
 
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
 
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
 
Assignment_4_ArianaBusciglio Marvel(1).docx
Assignment_4_ArianaBusciglio Marvel(1).docxAssignment_4_ArianaBusciglio Marvel(1).docx
Assignment_4_ArianaBusciglio Marvel(1).docx
 
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
 

An innovative approach for feature selection based on chicken swarm optimization

  • 1. AN INNOVATIVE APPROACH FOR FEATURE SELECTION BASED ON CHICKEN SWARM OPTIMIZATION By *Ahmed Hafez and Aboul Ella Hassanien Bio-inspiring and evolutionary computation: Trends, applications and open issues workshop, 7 Nov. 2015 Faculty of Computers and Information, Cairo University www.egyptscience. *Faculty of Computers and Information, Minia University and SRGE Member
  • 2. Scientific Research Group in Egypt www.egyptscience.net
  • 3. Agenda 1. Introduction. 3. System Overview and Methods 4. Experimental Results. 5. Conclusions. 2. Motivation
  • 4. Introduction  Feature selection algorithm explores the data to eliminate noisy, irrelevant, redundant data, and simultaneously optimize the classification performance.  Feature selection is one of the most important stage in data mining, multimedia information retrieval, pattern classification, and machine learning applications, which can influence the classification accuracy rate.  In real world problems, feature selection is a must due to the abundance of noisy, misleading or irrelevant features
  • 5. Introduction Feature Selection in ML  Naive theoretical view: More features => More information => More discrimination power  In practice: many reasons why this is not the case!
  • 6. Introduction Feature Selection in ML  Many explored domains have hundreds to tens of thousands of variables/features with many irrelevant and redundant ones.  In domains with many features the underlying probability distribution can be very complex and very hard to estimate (e.g. dependencies between variables).  Irrelevant and redundant features can “confuse” learners (classifiers).  Limited training data.  Limited computational resources.
  • 7. Agenda 1. Introduction. 3. System Overview and Methods 4. Experimental Results. 5. Conclusions. 2. Motivation.
  • 8. Motivation  Chicken Swarm Optimization is a new evolutionary computation technique which mimics the hierarchal order of a chicken swarm and the behaviors of its individuals chickens. in nature.  The objective of feature selection: 1. Improving the prediction performance of the predictors (classifiers). 2. Providing a faster and more cost-effective predictors. 3. Providing a better understanding of the underlying process that generated the data.
  • 9. Motivation  In this paper, a classification accuracy-based fitness function is proposed by Chicken Swarm Optimization to find optimal feature subset.  The aim of the Chicken Swarm Optimization is to find optimal regions of the complex search space through the interaction of individuals in the population. Compared with particle swarm optimization (PSO) and Genetic Algorithms (GA) over a set of UCI machine learning data repository.
  • 10. Agenda 1. Introduction. 3. System Overview and Methods 4. Experimental Results. 5. Conclusions. 2. Motivation.
  • 11. Bio-inspired optimization Introduction  Inspired from the nature social behavior and dynamic movements with communications of insects, birds, animals, and fish.  The term swarm (shoaling, swarming, or flocking) is applied to fish, insects, birds, and describes a behavior of an aggregation of animals of similar size and body orientation, generally cruising in the same direction.
  • 12. Bio-inspired optimization Chicken Swarm Optimization (CSO)  A chicken swarm is divided into several groups, each group consists of one rooster and many hens and chicks.  Each type of chickens follow different laws of motions.  A hierarchal order plays a significant role in the social lives of chickens.  The superior chickens in a flock will dominate the weak ones.  More dominant hens remain near to the head rooster
  • 13. Bio-inspired optimization Chicken Swarm Optimization (CSO)  Mathematical model assumptions of CSO :  The chicken swarm is divided into several groups. In each groups there is a dominant rooster, followed by some hens and chicks.  Hens follow their group-mate roosters to search for food.  Chicks move around their mother to search for food.  Fitness value outlines swarm hierarchy:  individuals with best fitness value -> roosters ( group leader).  individuals with the worst fitness values -> chicks  others -> hens.  The swarm hierarchy will remain unchanged only updated every several (G) time steps..
  • 14.  Rooster Movements:  Hens Movements:  Chicks Movements : Bio-inspired optimization Chicken Swarm Optimization (CSO)
  • 15. Agenda 1. Introduction. 3. System Overview and Methods 4. Experimental Results. 5. Conclusions. 2. Motivation.
  • 16. Experiment results  We used 18 data sets for further experiments. The data sets are drawn from the UCI data repository. The data is divided into 3 equal parts one for training, the second part is for validation and the third part is for testing.  The CSO optimizer is evaluated against to other algorithms : Genetic Algorithms (GA) and Particle swarm optimization (PSO).  The classification performance is measured for each optimizer, compared to the performance when using all features in the each dataset without a feature selection algorithm. Data set No. of attributes No. of instances Lymphography 18 148 WineEW 13 178 BreastEW 30 569 Breastcancer 9 699 CongressEW 16 435 Exactly 13 1000 Exactly2 13 1000 HeartEW 13 270 IonosphereEW 34 351 KrvskpEW 36 3196 M-of-n 13 1000 PenglungEW 325 73 SonarEW 60 208 SpectEW 22 267 Tic-tac-toe 9 958 Vote 16 300 WaveformEW 40 5000 Zoo 16 101
  • 17.  Global parameter Values :  Specific optimizer’s parameter : Experiment results Algorithms Parameter Value CSO r - The population size of roosters 0.15 h - The population size of hens 0.7 m - The population size of mother hens 0.5 PSO w - value of the inertia factor 0.1 c - individual-best acceleration factor 0.1 GA Crossover Fraction 0.8 Migration Fraction 0.2 Parameter Value Fitness function constant 0.9999 The Number of iterations for optimization 70 Number of used search agents in the optimization 10 The number of times repeating the stochastic optimization 20
  • 18. Experiment results  Mean classification error on test data for each dataset compared to the data with all features: 0 0.05 0.1 0.15 0.2 0.25 0.3 0.35 GA PSO CSO All Features
  • 19. Experiment results  Best fitness values for each dataset obtained by different optimizers : 0 0.05 0.1 0.15 0.2 0.25 0.3 GA PSO CSO All Features
  • 20. Experiment results  Worst fitness values for each dataset obtained by different optimizers : 0 0.1 0.2 0.3 0.4 0.5 GA PSO CSO All Features
  • 21. Experiment results  Mean and std fitness values obtained by different optimizers: 0 0.05 0.1 0.15 0.2 0.25 0.3 0.35 0.4 0.45 GA PSO CSO All Features
  • 22. Experiment results  Feature reduction on each dataset using different optimizers. 0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 GA PSO CSO
  • 23. Experiment results 0 0.05 0.1 0.15 0.2 0.25 Best fitness values Worst fitness values Average Best and Worst values over all datasets for each optimizer GA PSO CSO All Features 0 0.05 0.1 0.15 0.2 0.25 GA PSO CSO All Features Average – Mean fitness values over all datasets for each optimizer
  • 24. Experiment results 0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 GA PSO CSO Average - feature reduction over all datasets for each optimizer 0 0.05 0.1 0.15 0.2 0.25 GA PSO CSO All Features Average - Mean classification error over all datasets for each optimizer
  • 25. Agenda 1. Introduction. 3. System Overview and Methods 4. Experimental Results. 5. Conclusions. 2. Motivation.
  • 26. Conclusions  The objective of this paper was to propose a chicken swarm optimization (CSO) algorithm for feature selection to choose minimal number of features and to obtain comparable or even better classification accuracy from utilizing all attributes.  This study shows that CSO is an effective search algorithm for feature selection problems.  The used fitness function targets both the classification accuracy and reduction size, which means we can obtain a set of minimum selected features with maximum accuracy.  The CSO proves an advance in both reduction size and classification accuracy over PSO and GA.
  • 27. Future Work  We will work on the updating mechanisms in CSO to resolve feature selection to further minimize the number of attributes, maximize the classification accuracy.  Also, we will examine the employ of chicken swarm optimization (CSO) algorithm for feature selection on datasets with a large number of attributes.