Princess Nora University Artificial Intelligence Artificial Neural Network (ANN) 1.

Slides:



Advertisements
Similar presentations
TWO STEP EQUATIONS 1. SOLVE FOR X 2. DO THE ADDITION STEP FIRST
Advertisements

You have been given a mission and a code. Use the code to complete the mission and you will save the world from obliteration…
Advanced Piloting Cruise Plot.
Copyright © 2003 Pearson Education, Inc. Slide 1 Computer Systems Organization & Architecture Chapters 8-12 John D. Carpinelli.
Chapter 1 The Study of Body Function Image PowerPoint
1 Copyright © 2013 Elsevier Inc. All rights reserved. Appendix 01.
1 Copyright © 2010, Elsevier Inc. All rights Reserved Fig 2.1 Chapter 2.
By D. Fisher Geometric Transformations. Reflection, Rotation, or Translation 1.
Business Transaction Management Software for Application Coordination 1 Business Processes and Coordination.
Jeopardy Q 1 Q 6 Q 11 Q 16 Q 21 Q 2 Q 7 Q 12 Q 17 Q 22 Q 3 Q 8 Q 13
Jeopardy Q 1 Q 6 Q 11 Q 16 Q 21 Q 2 Q 7 Q 12 Q 17 Q 22 Q 3 Q 8 Q 13
Title Subtitle.
My Alphabet Book abcdefghijklm nopqrstuvwxyz.
Multiplying binomials You will have 20 seconds to answer each of the following multiplication problems. If you get hung up, go to the next problem when.
0 - 0.
DIVIDING INTEGERS 1. IF THE SIGNS ARE THE SAME THE ANSWER IS POSITIVE 2. IF THE SIGNS ARE DIFFERENT THE ANSWER IS NEGATIVE.
MULT. INTEGERS 1. IF THE SIGNS ARE THE SAME THE ANSWER IS POSITIVE 2. IF THE SIGNS ARE DIFFERENT THE ANSWER IS NEGATIVE.
FACTORING ax2 + bx + c Think “unfoil” Work down, Show all steps.
Addition Facts
Year 6 mental test 5 second questions
Year 6 mental test 10 second questions
ZMQS ZMQS
Richmond House, Liverpool (1) 26 th January 2004.
REVIEW: Arthropod ID. 1. Name the subphylum. 2. Name the subphylum. 3. Name the order.
BT Wholesale October Creating your own telephone network WHOLESALE CALLS LINE ASSOCIATED.
ABC Technology Project
1 Undirected Breadth First Search F A BCG DE H 2 F A BCG DE H Queue: A get Undiscovered Fringe Finished Active 0 distance from A visit(A)
VOORBLAD.
1 Breadth First Search s s Undiscovered Discovered Finished Queue: s Top of queue 2 1 Shortest path from s.
“Start-to-End” Simulations Imaging of Single Molecules at the European XFEL Igor Zagorodnov S2E Meeting DESY 10. February 2014.
BIOLOGY AUGUST 2013 OPENING ASSIGNMENTS. AUGUST 7, 2013  Question goes here!
Factor P 16 8(8-5ab) 4(d² + 4) 3rs(2r – s) 15cd(1 + 2cd) 8(4a² + 3b²)
Squares and Square Root WALK. Solve each problem REVIEW:
Basel-ICU-Journal Challenge18/20/ Basel-ICU-Journal Challenge8/20/2014.
Do you have the Maths Factor?. Maths Can you beat this term’s Maths Challenge?
© 2012 National Heart Foundation of Australia. Slide 2.
Lets play bingo!!. Calculate: MEAN Calculate: MEDIAN
Understanding Generalist Practice, 5e, Kirst-Ashman/Hull
Chapter 5 Test Review Sections 5-1 through 5-4.
GG Consulting, LLC I-SUITE. Source: TEA SHARS Frequently asked questions 2.
Addition 1’s to 20.
25 seconds left…...
H to shape fully developed personality to shape fully developed personality for successful application in life for successful.
Januar MDMDFSSMDMDFSSS
Week 1.
Analyzing Genes and Genomes
We will resume in: 25 Minutes.
©Brooks/Cole, 2001 Chapter 12 Derived Types-- Enumerated, Structure and Union.
Figure Essential Cell Biology (© Garland Science 2010)
Intracellular Compartments and Transport
A SMALL TRUTH TO MAKE LIFE 100%
PSSA Preparation.
Immunobiology: The Immune System in Health & Disease Sixth Edition
Essential Cell Biology
How Cells Obtain Energy from Food
Immunobiology: The Immune System in Health & Disease Sixth Edition
CpSc 3220 Designing a Database
Traktor- og motorlære Kapitel 1 1 Kopiering forbudt.
Artificial Intelligence (CS 461D)
Artificial Neural Networks
Artificial Intelligence CSC 361 Prof. Mohamed Batouche Computer Science Department CCIS – King Saud University Riyadh, Saudi Arabia
Machine Learning Chapter 4. Artificial Neural Networks
Dr.Abeer Mahmoud ARTIFICIAL INTELLIGENCE (CS 461D) Dr. Abeer Mahmoud Computer science Department Princess Nora University Faculty of Computer & Information.
Artificial Intelligence (CS 370D)
Artificial Intelligence CSC 361
Presentation transcript:

Princess Nora University Artificial Intelligence Artificial Neural Network (ANN) 1

Neural Network 2

3

4

5

6

7

8

9

10

11

Perceptron 12

13

14

15

16

17

18

19

20

21

22

23

24

25

26

27

28

Artificial Neural Networks When using ANN, we have to define:When using ANN, we have to define: –Artificial Neuron Model –ANN Architecture –Learning mode

Developing Intelligent Program Systems Machine Learning : Neural Nets Neural nets can be used to answer the following: – Pattern recognition: Does that image contain a face? – Classification problems: Is this cell defective? – Prediction: Given these symptoms, the patient has disease X – Forecasting: predicting behavior of stock market – Handwriting: is character recognized?

Artificial Neural Network Learning paradigms Supervised learning: –Teacher presents ANN input-output pairs, –ANN weights adjusted according to error Classification Control Function approximation Associative memory Unsupervised learning: –no teacher Clustering

ANN capabilities LearningLearning Approximate reasoningApproximate reasoning Generalisation capabilityGeneralisation capability Noise filteringNoise filtering Parallel processingParallel processing Distributed knowledge baseDistributed knowledge base Fault toleranceFault tolerance

Main Problems with ANN Contrary to Expert sytems, with ANN the Knowledge base is not transparent (black box)Contrary to Expert sytems, with ANN the Knowledge base is not transparent (black box) Learning sometimes difficult/slowLearning sometimes difficult/slow Limited storage capabilityLimited storage capability

When to use ANNs? Input is high-dimensional discrete or real-valued (e.g. raw sensor input).Input is high-dimensional discrete or real-valued (e.g. raw sensor input). Inputs can be highly correlated or independent.Inputs can be highly correlated or independent. Output is discrete or real valuedOutput is discrete or real valued Output is a vector of valuesOutput is a vector of values Possibly noisy data. Data may contain errorsPossibly noisy data. Data may contain errors Form of target function is unknownForm of target function is unknown Long training time are acceptableLong training time are acceptable Fast evaluation of target function is requiredFast evaluation of target function is required Human readability of learned target function is unimportantHuman readability of learned target function is unimportant ⇒ ANN is much like a black-box