Top Banner
Artificial Neural Nets ymbiosis between computer and cognitive scie
17

Artificial Neural Nets Symbiosis between computer and cognitive sciences.

Dec 17, 2015

Download

Documents

Andrew Hart
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Artificial Neural Nets Symbiosis between computer and cognitive sciences.

Artificial Neural NetsSymbiosis between computer and cognitive sciences

Page 2: Artificial Neural Nets Symbiosis between computer and cognitive sciences.
Page 3: Artificial Neural Nets Symbiosis between computer and cognitive sciences.

Cajal -1-

Cajal Golgi

Cajal + Golgi indentification of independent neurons by staining, microscopy and looking. (Nobel Prize 1906)

Page 4: Artificial Neural Nets Symbiosis between computer and cognitive sciences.
Page 5: Artificial Neural Nets Symbiosis between computer and cognitive sciences.

Cajal -2-

Page 6: Artificial Neural Nets Symbiosis between computer and cognitive sciences.

6

Investigation of Single Neurons

Microelectrode recording of Biological Neuron activation using tungsten electrode

Hubel and Weisel. Nobel Prize 1958

Photomicrograph: Height = 1mm.

Page 7: Artificial Neural Nets Symbiosis between computer and cognitive sciences.
Page 8: Artificial Neural Nets Symbiosis between computer and cognitive sciences.

Medical Diagnosis

Symptoms Diagnosis

Cough Headache No Illness Pneumonia Flu Meningitis

0 0 1

0 1 1

1 0 1

1 1 1

Page 9: Artificial Neural Nets Symbiosis between computer and cognitive sciences.
Page 10: Artificial Neural Nets Symbiosis between computer and cognitive sciences.

Concepts and Philosophy 10CBP 2006-7

ANN Medical Diagnosis

Cough

Headache

No Illness

Pneumonia

Flu

Meningitis

1Cough

Headache 1 Flu

1

Page 11: Artificial Neural Nets Symbiosis between computer and cognitive sciences.
Page 12: Artificial Neural Nets Symbiosis between computer and cognitive sciences.

“Classical” Medical Diagnosis

If ( (symptom ! = cough) && (symptom != headache) )

illness = no illness;

else if ( (symptom ! = cough) && (symptom == headache) )

illness = meningitis;

else if ( (symptom == cough) && (symptom != headache) )

illness = pneumonia;

else if ( (symptom == cough) && (symptom == headache) )

illness = flu;

Rule-based Learning “ if … then …. else … “

Page 13: Artificial Neural Nets Symbiosis between computer and cognitive sciences.
Page 14: Artificial Neural Nets Symbiosis between computer and cognitive sciences.
Page 15: Artificial Neural Nets Symbiosis between computer and cognitive sciences.
Page 16: Artificial Neural Nets Symbiosis between computer and cognitive sciences.
Page 17: Artificial Neural Nets Symbiosis between computer and cognitive sciences.