Survey
* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project
* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project
College of Science & Technology Dep. Of Computer Science & IT BCs of Information Technology Data Mining Chapter 4_4: Classification Methods (Examples) 2013 Prepared by: Mahmoud Rafeek Al-Farra www.cst.ps/staff/mfarra Course’s Out Lines 2 Introduction Data Preparation and Preprocessing Data Representation Classification Methods Evaluation Clustering Methods Mid Exam Association Rules Knowledge Representation Special Case study : Document clustering Discussion of Case studies by students Out Lines 3 Naïve Bayesian Classifiers Artificial Neural Networks Naïve Bayesian Classifiers 4 A Bayes classifier is a simple probabilistic classifier based on applying Bayes' theorem (from Bayesian statistics) with strong (naive) independence assumptions. A more descriptive term for the underlying probability model would be "independent feature model". What is ANN? 5 An artificial neural network can be defined as a model of reasoning based on the human brain. Synapse Axon Soma Synapse Dendrites Axon Soma Dendrites Synapse What is ANN? 6 Analogy between biological and artificial neural networks Artificial Neural Networks 7 ANNs can be defined as a model of reasoning based on the human brain. A NN is a system of processing units, connections and weights associated with the connections which propagates activation from its input units to its output units, augmented by a learning rule. Artificial Neural Networks 8 ANN can be viewed as weighted directed graphs in which artificial neurons are nodes and directed edges labeled with weights are connections between neuron outputs and neuron inputs. Simple computing element in ANN 9 Artificial Neural Networks 10 The behavior of the network is determined by the combination of its architecture and its set of weights which is known as the learning of network. X i ij Wi Classification of ANN architectures 11 Feedforward neural network 12 Feedback neural network 13 Next … 14 Evaluation Thanks 15