THE HUMAN BRAIN. observations and foundations

Size: px
Start display at page:

Download "THE HUMAN BRAIN. observations and foundations"

Transcription

1 THE HUMAN BRAIN observations and foundations

2 brains versus computers a typical brain contains something like 100 billion miniscule cells called neurons estimates go from about 50 billion to as many as 500 billion each neuron is made up of a cell body with a number of connections coming off it: numerous dendrites (for information toward the cell body) and a single axon (carrying information away). the body s size is about 10 µm. neurons make up only 10 percent of all the cells in the brain; the rest are glial cells, or neuroglia, that support and protect the neurons and feed them with energy that allows them to grow and function inside a processor the transistor, a tiny switching device (of about 1 nm), is the counterpart to a brain cell the latest single-chip processors contain over 2 billion transistors; even a basic microprocessor has about 50 million transistors, all packed onto an integrated circuit of just 25mm 2

3 wires versus neurons chips are wired in relatively simple chains that process sequences of instructions each transistor is connected to maybe few other transistors in basic arrangements to form gates, modules, supermodules, etc neurons in a brain are densely interconnected in complex, parallel ways each one is connected up to 10,000 others computers are designed for processing and storing vast amounts of meaningless data according to precise instructions (programs) brains, on the other hand, learn slowly, by a more roundabout method, often taking months or years to make complete sense of something but, unlike processors, brains seem to spontaneously put information together in astounding new

4 artificial neural networks a neural network is to simulate interconnected brain cells (copy in a simplified but reasonably faithful way) inside a computer without a program it to learn explicitly: it seems to learn all by itself so you can get it to learn things, recognize patterns, and make decisions in a humanlike way. so, neural networks are made by programming ordinary computers, working in a very traditional fashion with connected logic gates, in a serial way, to behave as though they are built from interconnected brain cells working in parallel computer simulations are just implementations ofcollections of algebraic variables and mathematical equations linking them together artificial neural networks (or ANNs) are also referred to by names like connectionist machines (the field is also called connectionism), parallel distributed processors (PDP), thinking machines, and so on

5 layered neural networks a typical neural network has anything from a few dozen to maybe even millions of artificial neurons arranged in layers, each of which connects to the layers on either side input units, are designed to receive various forms of signals from the outside world output units sit on the opposite side of the network and signal how it responds to the information it has learned in between the input units and output units are one or more layers of hidden units most neural networks are fully connected: each hidden unit is connected to every unit in the layers either side the connections between one unit and another are represented by a number called a weight, which can be either positive (if one unit excites another) or negative (if one unit suppresses or inhibits another) the higher the absolute value of the weight, the more influence one unit has on another

6 flows in neural networls feedforward flows: when operating normally (after being trained), patterns of information are fed into the network via the input units, which trigger the layers of hidden units, and these in turn arrive at the output units each unit receives inputs from the units to its left, and the inputs are multiplied by the weights of the connections they travel along every unit adds up all the input intenisties and if the sum exceeds a certain threshold, the unit "fires" and provides input to units on its right to learn, there has to be feedback, typically by a feedback process called backpropagation (sometimes abbreviated as "backprop"). this involves comparing the output a network produces with the output it was meant to produce, and using the difference between them to modify the weights of the connections in time, backpropagation causes the network to learn, reducing the difference between actual and intended output to the point where the two exactly coincide

7 backpropagation once the network has been trained with enough learning examples, it responds to entirely new set of inputs for example, suppose you've been teaching a network by showing it lots of pictures of chairs and tables, represented in some appropriate way it can understand, and telling it whether each one is a chair or a table. that doesn't mean to say a neural network can just "look" at pieces of furniture and instantly respond to them in meaningful ways consider the example we've just given: the network is not actually looking at pieces of furniture. The inputs to a network are essentially binary numbers: each input unit is either switched on or switched off. So if you had five input units, you could feed in information about five different characteristics of different chairs using binary (yes/no) answers. The questions might be 1. Does it have a back? 2. Does it have a top? 3. Does it have soft upholstery? 4. Can you sit on it comfortably for long periods of time? 5. Can you put lots of things on top of it? A typical chair would then present as Yes, No, Yes, Yes, No or in binary, while a typical table might be No, Yes, No, No, Yes or So, during the learning phase, the network is simply looking at lots of numbers like and and learning that some mean chair (which might be an output of 1) while others mean table (an output of 0).

8 competition artificial intelligence neural networks where is time? feedback? hierarchy? auto-associative memory retrieving data upon presenting part from that data consistent neurological anatomy six -layer neocortex columnar organization dedicated areas (by genetics) accepts some observation Mountcastle's common algorithm Felleman and Van Essen's "hierarchical" structure

9 the human brain: foundations Vernon Mountcastle: one region of the cortex looks slightly different from another, because of what it is connected to; there is a common algorithm that is performed by all cortical regions. Daniel Felleman, David Van Essen: they have created a detailed map of the monkey cortex global brain architecture (hierarchical structure)

10 Vernon B. Mountcastle 1950 s: columnar functional organization neurons passing each other at more than a half mm from each other do not have overlapping sensory receptive fields cortical columns through 6 layers: connections up and down the column are dramatically denser than the ones that spread from side to side genes specify how the regions of the cortex are connected, which is very specific for function and species, but the cortical tissue is doing the same thing everywhere. 6-layer neocortex appears to be a distinguishing feature of mammals: it has been found in the brains of all mammals but not in any other animals. in avians there are clear examples of cognitive processes that are thought to be neocortical in nature, despite the lack of the distinctive six-layer structure.

11 brain map of a monkey Felleman and Van Essen

12 Modified by T. Serre from Ungerleider and Haxby, and then copied by me.

13 Modified by T. Serre from Ungerleider and Haxby, and then copied by me.

14 Modified by T. Serre from Ungerleider and Haxby, and then copied by me.

15 identifying different visual areas connectivity analysis relies on finding a characteristic pattern of inputs and outputs for each cortical area architectonics relies on finding a distinctive structure topographic organization relies on an orderly mapping of the visual field in each area, as revealed physiologically or anatomically

16 the adjacency matrix of (A) cat and (B) macaque. for the cat cortical network, the colors represent the following communities: (i) black: cognitive, (ii) blue: visual, (iii) green: auditory, and (iv) red: sensory system. for the macaque, (i) black: memory, (ii) blue: visual, (iii) green: motor, and (iv) red: detection of movement. connections between communities are shown in gray.

17 connectivity matrix each row indicates whether region on the left sends to the region at the top each column indicates whether region on the top receives from one on the left large + indicates a pathway reported in archival literature small + indicates a pathway reported in abstracts or reports dots explicitly passed and found absent blanks indicate pathways not carefully tested question marks indicate conflicting reports NR and NR? absent in that direction even though the reciprocal is reported shaded boxes on the diagonal indicate connections inside the region

18 connectivity among visual areas

19 hierarchy for visual areas Felleman and Van Essen, 1991

20 hierarchy for somatosensory and motor areas

CHAPTER 6 PRINCIPLES OF NEURAL CIRCUITS.

CHAPTER 6 PRINCIPLES OF NEURAL CIRCUITS. CHAPTER 6 PRINCIPLES OF NEURAL CIRCUITS. 6.1. CONNECTIONS AMONG NEURONS Neurons are interconnected with one another to form circuits, much as electronic components are wired together to form a functional

More information

Biological Neurons and Neural Networks, Artificial Neurons

Biological Neurons and Neural Networks, Artificial Neurons Biological Neurons and Neural Networks, Artificial Neurons Neural Computation : Lecture 2 John A. Bullinaria, 2015 1. Organization of the Nervous System and Brain 2. Brains versus Computers: Some Numbers

More information

Artificial Neural Networks and Support Vector Machines. CS 486/686: Introduction to Artificial Intelligence

Artificial Neural Networks and Support Vector Machines. CS 486/686: Introduction to Artificial Intelligence Artificial Neural Networks and Support Vector Machines CS 486/686: Introduction to Artificial Intelligence 1 Outline What is a Neural Network? - Perceptron learners - Multi-layer networks What is a Support

More information

Neural Network Design in Cloud Computing

Neural Network Design in Cloud Computing International Journal of Computer Trends and Technology- volume4issue2-2013 ABSTRACT: Neural Network Design in Cloud Computing B.Rajkumar #1,T.Gopikiran #2,S.Satyanarayana *3 #1,#2Department of Computer

More information

Brain-in-a-bag: creating an artificial brain

Brain-in-a-bag: creating an artificial brain Activity 2 Brain-in-a-bag: creating an artificial brain Age group successfully used with: Abilities assumed: Time: Size of group: 8 adult answering general questions, 20-30 minutes as lecture format, 1

More information

Auditory neuroanatomy: the Spanish heritage. Santiago Ramón y Cajal, 1852 1934

Auditory neuroanatomy: the Spanish heritage. Santiago Ramón y Cajal, 1852 1934 Auditory neuroanatomy: the Spanish heritage Santiago Ramón y Cajal, 1852 1934 Rafael Lorente de Nó, 1902 1990 3 The nervous system is made up of cells. Estimates of the number of cells vary from

More information

MANAGING QUEUE STABILITY USING ART2 IN ACTIVE QUEUE MANAGEMENT FOR CONGESTION CONTROL

MANAGING QUEUE STABILITY USING ART2 IN ACTIVE QUEUE MANAGEMENT FOR CONGESTION CONTROL MANAGING QUEUE STABILITY USING ART2 IN ACTIVE QUEUE MANAGEMENT FOR CONGESTION CONTROL G. Maria Priscilla 1 and C. P. Sumathi 2 1 S.N.R. Sons College (Autonomous), Coimbatore, India 2 SDNB Vaishnav College

More information

Analecta Vol. 8, No. 2 ISSN 2064-7964

Analecta Vol. 8, No. 2 ISSN 2064-7964 EXPERIMENTAL APPLICATIONS OF ARTIFICIAL NEURAL NETWORKS IN ENGINEERING PROCESSING SYSTEM S. Dadvandipour Institute of Information Engineering, University of Miskolc, Egyetemváros, 3515, Miskolc, Hungary,

More information

How To Use Neural Networks In Data Mining

How To Use Neural Networks In Data Mining International Journal of Electronics and Computer Science Engineering 1449 Available Online at www.ijecse.org ISSN- 2277-1956 Neural Networks in Data Mining Priyanka Gaur Department of Information and

More information

Introduction to Machine Learning and Data Mining. Prof. Dr. Igor Trajkovski trajkovski@nyus.edu.mk

Introduction to Machine Learning and Data Mining. Prof. Dr. Igor Trajkovski trajkovski@nyus.edu.mk Introduction to Machine Learning and Data Mining Prof. Dr. Igor Trakovski trakovski@nyus.edu.mk Neural Networks 2 Neural Networks Analogy to biological neural systems, the most robust learning systems

More information

Lecture One: Brain Basics

Lecture One: Brain Basics Lecture One: Brain Basics Brain Fractured Femur Bone Spinal Cord 1 How does pain get from here to here 2 How does the brain work? Every cell in your body is wired to send a signal to your brain The brain

More information

Name Date Hour. Nerve Histology Microscope Lab

Name Date Hour. Nerve Histology Microscope Lab Name Date Hour Nerve Histology Microscope Lab PRE-LAB: Answer the following questions using your reading and class notes before starting the microscope lab. 1. What is the difference between the functions

More information

Neural Networks and Back Propagation Algorithm

Neural Networks and Back Propagation Algorithm Neural Networks and Back Propagation Algorithm Mirza Cilimkovic Institute of Technology Blanchardstown Blanchardstown Road North Dublin 15 Ireland mirzac@gmail.com Abstract Neural Networks (NN) are important

More information

Self Organizing Maps: Fundamentals

Self Organizing Maps: Fundamentals Self Organizing Maps: Fundamentals Introduction to Neural Networks : Lecture 16 John A. Bullinaria, 2004 1. What is a Self Organizing Map? 2. Topographic Maps 3. Setting up a Self Organizing Map 4. Kohonen

More information

It s All in the Brain!

It s All in the Brain! It s All in the Brain! Presented by: Mari Hubig, M.Ed. 0-3 Outreach Coordinator Educational Resource Center on Deafness What is the Brain? The brain is a muscle In order to grow and flourish, the brain

More information

Memory Systems. Static Random Access Memory (SRAM) Cell

Memory Systems. Static Random Access Memory (SRAM) Cell Memory Systems This chapter begins the discussion of memory systems from the implementation of a single bit. The architecture of memory chips is then constructed using arrays of bit implementations coupled

More information

EFFICIENT DATA PRE-PROCESSING FOR DATA MINING

EFFICIENT DATA PRE-PROCESSING FOR DATA MINING EFFICIENT DATA PRE-PROCESSING FOR DATA MINING USING NEURAL NETWORKS JothiKumar.R 1, Sivabalan.R.V 2 1 Research scholar, Noorul Islam University, Nagercoil, India Assistant Professor, Adhiparasakthi College

More information

Appendix 4 Simulation software for neuronal network models

Appendix 4 Simulation software for neuronal network models Appendix 4 Simulation software for neuronal network models D.1 Introduction This Appendix describes the Matlab software that has been made available with Cerebral Cortex: Principles of Operation (Rolls

More information

Artificial neural networks

Artificial neural networks Artificial neural networks Now Neurons Neuron models Perceptron learning Multi-layer perceptrons Backpropagation 2 It all starts with a neuron 3 Some facts about human brain ~ 86 billion neurons ~ 10 15

More information

NEURAL NETWORKS IN DATA MINING

NEURAL NETWORKS IN DATA MINING NEURAL NETWORKS IN DATA MINING 1 DR. YASHPAL SINGH, 2 ALOK SINGH CHAUHAN 1 Reader, Bundelkhand Institute of Engineering & Technology, Jhansi, India 2 Lecturer, United Institute of Management, Allahabad,

More information

Improving Decision Making and Managing Knowledge

Improving Decision Making and Managing Knowledge Improving Decision Making and Managing Knowledge Decision Making and Information Systems Information Requirements of Key Decision-Making Groups in a Firm Senior managers, middle managers, operational managers,

More information

Processing the Image or Can you Believe what you see? Light and Color for Nonscientists PHYS 1230

Processing the Image or Can you Believe what you see? Light and Color for Nonscientists PHYS 1230 Processing the Image or Can you Believe what you see? Light and Color for Nonscientists PHYS 1230 Optical Illusions http://www.michaelbach.de/ot/mot_mib/index.html Vision We construct images unconsciously

More information

Nervous System: Spinal Cord and Spinal Nerves (Chapter 13) Lecture Materials for Amy Warenda Czura, Ph.D. Suffolk County Community College

Nervous System: Spinal Cord and Spinal Nerves (Chapter 13) Lecture Materials for Amy Warenda Czura, Ph.D. Suffolk County Community College Nervous System: Spinal Cord and Spinal Nerves (Chapter 13) Lecture Materials for Amy Warenda Czura, Ph.D. Suffolk County Community College Primary Sources for figures and content: Eastern Campus Marieb,

More information

CS311 Lecture: Sequential Circuits

CS311 Lecture: Sequential Circuits CS311 Lecture: Sequential Circuits Last revised 8/15/2007 Objectives: 1. To introduce asynchronous and synchronous flip-flops (latches and pulsetriggered, plus asynchronous preset/clear) 2. To introduce

More information

Gates, Circuits, and Boolean Algebra

Gates, Circuits, and Boolean Algebra Gates, Circuits, and Boolean Algebra Computers and Electricity A gate is a device that performs a basic operation on electrical signals Gates are combined into circuits to perform more complicated tasks

More information

Introduction to Psychology, 7th Edition, Rod Plotnik Module 3: Brain s Building Blocks. Module 3. Brain s Building Blocks

Introduction to Psychology, 7th Edition, Rod Plotnik Module 3: Brain s Building Blocks. Module 3. Brain s Building Blocks Module 3 Brain s Building Blocks Structure of the Brain Genes chains of chemicals that are arranged like rungs on a twisting ladder there are about 100,000 genes that contain chemical instructions that

More information

Introduction to Artificial Neural Networks

Introduction to Artificial Neural Networks POLYTECHNIC UNIVERSITY Department of Computer and Information Science Introduction to Artificial Neural Networks K. Ming Leung Abstract: A computing paradigm known as artificial neural network is introduced.

More information

31.1 The Neuron. BUILD Vocabulary. Lesson Objectives

31.1 The Neuron. BUILD Vocabulary. Lesson Objectives Name Class Date 31.1 The Neuron Lesson Objectives Identify the functions of the nervous system. Describe the function of neurons. Describe how a nerve impulse is transmitted. BUILD Vocabulary A. The chart

More information

Padma Charan Das Dept. of E.T.C. Berhampur, Odisha, India

Padma Charan Das Dept. of E.T.C. Berhampur, Odisha, India Volume 5, Issue 3, March 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Measuring Quality

More information

Agent Simulation of Hull s Drive Theory

Agent Simulation of Hull s Drive Theory Agent Simulation of Hull s Drive Theory Nick Schmansky Department of Cognitive and Neural Systems Boston University March 7, 4 Abstract A computer simulation was conducted of an agent attempting to survive

More information

SELECTING NEURAL NETWORK ARCHITECTURE FOR INVESTMENT PROFITABILITY PREDICTIONS

SELECTING NEURAL NETWORK ARCHITECTURE FOR INVESTMENT PROFITABILITY PREDICTIONS UDC: 004.8 Original scientific paper SELECTING NEURAL NETWORK ARCHITECTURE FOR INVESTMENT PROFITABILITY PREDICTIONS Tonimir Kišasondi, Alen Lovren i University of Zagreb, Faculty of Organization and Informatics,

More information

Back Propagation Neural Networks User Manual

Back Propagation Neural Networks User Manual Back Propagation Neural Networks User Manual Author: Lukáš Civín Library: BP_network.dll Runnable class: NeuralNetStart Document: Back Propagation Neural Networks Page 1/28 Content: 1 INTRODUCTION TO BACK-PROPAGATION

More information

Obtaining Knowledge. Lecture 7 Methods of Scientific Observation and Analysis in Behavioral Psychology and Neuropsychology.

Obtaining Knowledge. Lecture 7 Methods of Scientific Observation and Analysis in Behavioral Psychology and Neuropsychology. Lecture 7 Methods of Scientific Observation and Analysis in Behavioral Psychology and Neuropsychology 1.Obtaining Knowledge 1. Correlation 2. Causation 2.Hypothesis Generation & Measures 3.Looking into

More information

1. True or False? A voltage level in the range 0 to 2 volts is interpreted as a binary 1.

1. True or False? A voltage level in the range 0 to 2 volts is interpreted as a binary 1. File: chap04, Chapter 04 1. True or False? A voltage level in the range 0 to 2 volts is interpreted as a binary 1. 2. True or False? A gate is a device that accepts a single input signal and produces one

More information

Brain Basics: A Brain in Sync

Brain Basics: A Brain in Sync Brain Basics: A Brain in Sync By: Dr. Robert Melillo The idea of a functional relationship between the left and right sides of the brain is hardly new. In 1949, Canadian neuropsychologist Donald O. Hebb,

More information

VISUAL ALGEBRA FOR COLLEGE STUDENTS. Laurie J. Burton Western Oregon University

VISUAL ALGEBRA FOR COLLEGE STUDENTS. Laurie J. Burton Western Oregon University VISUAL ALGEBRA FOR COLLEGE STUDENTS Laurie J. Burton Western Oregon University VISUAL ALGEBRA FOR COLLEGE STUDENTS TABLE OF CONTENTS Welcome and Introduction 1 Chapter 1: INTEGERS AND INTEGER OPERATIONS

More information

NEUROEVOLUTION OF AUTO-TEACHING ARCHITECTURES

NEUROEVOLUTION OF AUTO-TEACHING ARCHITECTURES NEUROEVOLUTION OF AUTO-TEACHING ARCHITECTURES EDWARD ROBINSON & JOHN A. BULLINARIA School of Computer Science, University of Birmingham Edgbaston, Birmingham, B15 2TT, UK e.robinson@cs.bham.ac.uk This

More information

Electronic Circuit Construction:

Electronic Circuit Construction: Electronic Circuit Construction: Various methods are used for building electronic circuits. The method that you choose depends on a number of factors, including the resources available to you and whether

More information

Handwritten Digit Recognition with a Back-Propagation Network

Handwritten Digit Recognition with a Back-Propagation Network 396 Le Cun, Boser, Denker, Henderson, Howard, Hubbard and Jackel Handwritten Digit Recognition with a Back-Propagation Network Y. Le Cun, B. Boser, J. S. Denker, D. Henderson, R. E. Howard, W. Hubbard,

More information

Levels of Analysis and ACT-R

Levels of Analysis and ACT-R 1 Levels of Analysis and ACT-R LaLoCo, Fall 2013 Adrian Brasoveanu, Karl DeVries [based on slides by Sharon Goldwater & Frank Keller] 2 David Marr: levels of analysis Background Levels of Analysis John

More information

Lesson # 5A Workshop: Complex Networks and Graphs (Adapted from Teaching Engineering s It s a Connected World )

Lesson # 5A Workshop: Complex Networks and Graphs (Adapted from Teaching Engineering s It s a Connected World ) Subject area / course / grade level: Science Grade 7-10 Summary: Students are introduced to networks and systems. The students will use this knowledge to create their own model of a neural network (Lesson

More information

Neurophysiology. 2.1 Equilibrium Potential

Neurophysiology. 2.1 Equilibrium Potential 2 Neurophysiology 2.1 Equilibrium Potential An understanding of the concepts of electrical and chemical forces that act on ions, electrochemical equilibrium, and equilibrium potential is a powerful tool

More information

Brain Maps The Sensory Homunculus

Brain Maps The Sensory Homunculus Brain Maps The Sensory Homunculus Our brains are maps. This mapping results from the way connections in the brain are ordered and arranged. The ordering of neural pathways between different parts of the

More information

ANN Based Fault Classifier and Fault Locator for Double Circuit Transmission Line

ANN Based Fault Classifier and Fault Locator for Double Circuit Transmission Line International Journal of Computer Sciences and Engineering Open Access Research Paper Volume-4, Special Issue-2, April 2016 E-ISSN: 2347-2693 ANN Based Fault Classifier and Fault Locator for Double Circuit

More information

Standards Alignment Minnesota Science Standards Alignment Matrix www.brainu.org/resources/mnstds

Standards Alignment Minnesota Science Standards Alignment Matrix www.brainu.org/resources/mnstds Lesson Summary: Neurons transfer information by releasing neurotransmitters across the synapse or space between neurons. Students model the chemical communication between pre-synaptic and post-synaptic

More information

American International Journal of Research in Science, Technology, Engineering & Mathematics

American International Journal of Research in Science, Technology, Engineering & Mathematics American International Journal of Research in Science, Technology, Engineering & Mathematics Available online at http://www.iasir.net ISSN (Print): 2328-349, ISSN (Online): 2328-3580, ISSN (CD-ROM): 2328-3629

More information

BRAIN storming Copyright, Poliakoff and Bee, 2000

BRAIN storming Copyright, Poliakoff and Bee, 2000 by Ellen Poliakoff and Sally Bee Illustrations by Serena Korda BRAIN storming The 1990 s was hailed as the decade of the brain. We ask, what do we really know about the elusive workings of the grey matter

More information

BRAIN TRAINING: THE NEW SCIENCE OF INTELLIGENCE LAUREL SCHOOL ONE LYMAN CIRCLE SHAKER HEIGHTS, OHIO 44122 216.455.3061 WWW.LAURELSCHOOL.

BRAIN TRAINING: THE NEW SCIENCE OF INTELLIGENCE LAUREL SCHOOL ONE LYMAN CIRCLE SHAKER HEIGHTS, OHIO 44122 216.455.3061 WWW.LAURELSCHOOL. BRAIN TRAINING: THE NEW SCIENCE OF INTELLIGENCE LAUREL SCHOOL ONE LYMAN CIRCLE SHAKER HEIGHTS, OHIO 44122 216.455.3061 WWW.LAURELSCHOOL.ORG VIEW FROM THE PAST We used to think that brains were a lot like

More information

UNIVERSITY OF BOLTON SCHOOL OF ENGINEERING MS SYSTEMS ENGINEERING AND ENGINEERING MANAGEMENT SEMESTER 1 EXAMINATION 2015/2016 INTELLIGENT SYSTEMS

UNIVERSITY OF BOLTON SCHOOL OF ENGINEERING MS SYSTEMS ENGINEERING AND ENGINEERING MANAGEMENT SEMESTER 1 EXAMINATION 2015/2016 INTELLIGENT SYSTEMS TW72 UNIVERSITY OF BOLTON SCHOOL OF ENGINEERING MS SYSTEMS ENGINEERING AND ENGINEERING MANAGEMENT SEMESTER 1 EXAMINATION 2015/2016 INTELLIGENT SYSTEMS MODULE NO: EEM7010 Date: Monday 11 th January 2016

More information

MultiExperiment Viewer Quickstart Guide

MultiExperiment Viewer Quickstart Guide MultiExperiment Viewer Quickstart Guide Table of Contents: I. Preface - 2 II. Installing MeV - 2 III. Opening a Data Set - 2 IV. Filtering - 6 V. Clustering a. HCL - 8 b. K-means - 11 VI. Modules a. T-test

More information

Controlled & automatic processing: behavior, theory, and biological mechanisms

Controlled & automatic processing: behavior, theory, and biological mechanisms Cognitive Science 27 (2003) 525 559 Controlled & automatic processing: behavior, theory, and biological mechanisms Walter Schneider, Jason M. Chein Department of Psychology, University of Pittsburgh, 3939

More information

INTRODUCTION TO DIGITAL SYSTEMS. IMPLEMENTATION: MODULES (ICs) AND NETWORKS IMPLEMENTATION OF ALGORITHMS IN HARDWARE

INTRODUCTION TO DIGITAL SYSTEMS. IMPLEMENTATION: MODULES (ICs) AND NETWORKS IMPLEMENTATION OF ALGORITHMS IN HARDWARE INTRODUCTION TO DIGITAL SYSTEMS 1 DESCRIPTION AND DESIGN OF DIGITAL SYSTEMS FORMAL BASIS: SWITCHING ALGEBRA IMPLEMENTATION: MODULES (ICs) AND NETWORKS IMPLEMENTATION OF ALGORITHMS IN HARDWARE COURSE EMPHASIS:

More information

Study on the Evaluation for the Knowledge Sharing Efficiency of the Knowledge Service Network System in Agile Supply Chain

Study on the Evaluation for the Knowledge Sharing Efficiency of the Knowledge Service Network System in Agile Supply Chain Send Orders for Reprints to reprints@benthamscience.ae 384 The Open Cybernetics & Systemics Journal, 2015, 9, 384-389 Open Access Study on the Evaluation for the Knowledge Sharing Efficiency of the Knowledge

More information

[Refer Slide Time: 05:10]

[Refer Slide Time: 05:10] Principles of Programming Languages Prof: S. Arun Kumar Department of Computer Science and Engineering Indian Institute of Technology Delhi Lecture no 7 Lecture Title: Syntactic Classes Welcome to lecture

More information

transcription networks

transcription networks Global l structure t of sensory transcription networks 02/7/2012 Counting possible graph patterns in an n-node graph One 1-node Three 2-node graph pattern graph patterns Thirteen 3-node graph patterns

More information

Neural Network and Genetic Algorithm Based Trading Systems. Donn S. Fishbein, MD, PhD Neuroquant.com

Neural Network and Genetic Algorithm Based Trading Systems. Donn S. Fishbein, MD, PhD Neuroquant.com Neural Network and Genetic Algorithm Based Trading Systems Donn S. Fishbein, MD, PhD Neuroquant.com Consider the challenge of constructing a financial market trading system using commonly available technical

More information

The Action Potential Graphics are used with permission of: adam.com (http://www.adam.com/) Benjamin Cummings Publishing Co (http://www.awl.

The Action Potential Graphics are used with permission of: adam.com (http://www.adam.com/) Benjamin Cummings Publishing Co (http://www.awl. The Action Potential Graphics are used with permission of: adam.com (http://www.adam.com/) Benjamin Cummings Publishing Co (http://www.awl.com/bc) ** If this is not printed in color, it is suggested you

More information

The Brain. What is it? Neurons Glial Cells Connective Tissue Connective Fiber White Matter Grey Matter Cerebro-spinal Fluid

The Brain. What is it? Neurons Glial Cells Connective Tissue Connective Fiber White Matter Grey Matter Cerebro-spinal Fluid The Brain What is it? Neurons Glial Cells Connective Tissue Connective Fiber White Matter Grey Matter Cerebro-spinal Fluid A More Realistic View When we look at the brain we see mostly the Cerebral Cortex

More information

How to prepare an optical illusionthemed

How to prepare an optical illusionthemed ARVO Outreach Tools How to prepare an optical illusionthemed exhibit at a science exhibition 1801 Rockville Pike, Suite 400 Rockville, MD 20852 +1.240.221.2900 arvo.org Questions? @arvo.org How to prepare

More information

Price Prediction of Share Market using Artificial Neural Network (ANN)

Price Prediction of Share Market using Artificial Neural Network (ANN) Prediction of Share Market using Artificial Neural Network (ANN) Zabir Haider Khan Department of CSE, SUST, Sylhet, Bangladesh Tasnim Sharmin Alin Department of CSE, SUST, Sylhet, Bangladesh Md. Akter

More information

Big Data: Rethinking Text Visualization

Big Data: Rethinking Text Visualization Big Data: Rethinking Text Visualization Dr. Anton Heijs anton.heijs@treparel.com Treparel April 8, 2013 Abstract In this white paper we discuss text visualization approaches and how these are important

More information

Visual area MT responds to local motion. Visual area MST responds to optic flow. Visual area STS responds to biological motion. Macaque visual areas

Visual area MT responds to local motion. Visual area MST responds to optic flow. Visual area STS responds to biological motion. Macaque visual areas Visual area responds to local motion MST a Visual area MST responds to optic flow MST a Visual area STS responds to biological motion STS Macaque visual areas Flattening the brain What is a visual area?

More information

Role of Neural network in data mining

Role of Neural network in data mining Role of Neural network in data mining Chitranjanjit kaur Associate Prof Guru Nanak College, Sukhchainana Phagwara,(GNDU) Punjab, India Pooja kapoor Associate Prof Swami Sarvanand Group Of Institutes Dinanagar(PTU)

More information

Recurrent Neural Networks

Recurrent Neural Networks Recurrent Neural Networks Neural Computation : Lecture 12 John A. Bullinaria, 2015 1. Recurrent Neural Network Architectures 2. State Space Models and Dynamical Systems 3. Backpropagation Through Time

More information

The Visual Cortex 0 http://www.tutis.ca/neuromd/index.htm 20 February 2013

The Visual Cortex 0 http://www.tutis.ca/neuromd/index.htm 20 February 2013 T he Visual Cortex 0 Chapter contents Contents Chapter 2... 0 T he Visual Cortex... 0 Chapter Contents... 1 Introduction... 2 Optic Chiasm... 2 Where do the eye's ganglion cells project to?... 3 To where

More information

Vanderbilt University School of Nursing. Running Scopia Videoconferencing from Windows

Vanderbilt University School of Nursing. Running Scopia Videoconferencing from Windows Vanderbilt University School of Nursing Running Scopia Videoconferencing from Windows gordonjs 3/4/2011 Table of Contents Contents Installing the Software... 3 Configuring your Audio and Video... 7 Entering

More information

Instructions for Creating Silly Survey Database

Instructions for Creating Silly Survey Database Instructions for Creating Silly Survey Database Create a New Database 1. Find the shortcut or the file that starts MS Access and click it to activate the program. 2. In the Create a New Database Using

More information

INTELLIGENT ENERGY MANAGEMENT OF ELECTRICAL POWER SYSTEMS WITH DISTRIBUTED FEEDING ON THE BASIS OF FORECASTS OF DEMAND AND GENERATION Chr.

INTELLIGENT ENERGY MANAGEMENT OF ELECTRICAL POWER SYSTEMS WITH DISTRIBUTED FEEDING ON THE BASIS OF FORECASTS OF DEMAND AND GENERATION Chr. INTELLIGENT ENERGY MANAGEMENT OF ELECTRICAL POWER SYSTEMS WITH DISTRIBUTED FEEDING ON THE BASIS OF FORECASTS OF DEMAND AND GENERATION Chr. Meisenbach M. Hable G. Winkler P. Meier Technology, Laboratory

More information

1. Classification problems

1. Classification problems Neural and Evolutionary Computing. Lab 1: Classification problems Machine Learning test data repository Weka data mining platform Introduction Scilab 1. Classification problems The main aim of a classification

More information

Lecture 6. Artificial Neural Networks

Lecture 6. Artificial Neural Networks Lecture 6 Artificial Neural Networks 1 1 Artificial Neural Networks In this note we provide an overview of the key concepts that have led to the emergence of Artificial Neural Networks as a major paradigm

More information

An Introduction to Neural Networks

An Introduction to Neural Networks An Introduction to Vincent Cheung Kevin Cannons Signal & Data Compression Laboratory Electrical & Computer Engineering University of Manitoba Winnipeg, Manitoba, Canada Advisor: Dr. W. Kinsner May 27,

More information

The Physiology of the Senses Lecture 1 - The Eye www.tutis.ca/senses/

The Physiology of the Senses Lecture 1 - The Eye www.tutis.ca/senses/ The Physiology of the Senses Lecture 1 - The Eye www.tutis.ca/senses/ Contents Objectives... 2 Introduction... 2 Accommodation... 3 The Iris... 4 The Cells in the Retina... 5 Receptive Fields... 8 The

More information

Classroom Activities. These educational materials were developed by the Carnegie Science Center <http://www.carnegiesciencecenter.org/>.

Classroom Activities. These educational materials were developed by the Carnegie Science Center <http://www.carnegiesciencecenter.org/>. Classroom Activities These materials are designed to increase students' understanding about what makes a robot a robot, how robots sense, think, and act as well as the uses and limitations of working robots.

More information

Chapter 7: The Nervous System

Chapter 7: The Nervous System Chapter 7: The Nervous System Objectives Discuss the general organization of the nervous system Describe the structure & function of a nerve Draw and label the pathways involved in a withdraw reflex Define

More information

Chapter 14: The Cutaneous Senses

Chapter 14: The Cutaneous Senses Chapter 14: The Cutaneous Senses Skin - heaviest organ in the body Cutaneous System Epidermis is the outer layer of the skin, which is made up of dead skin cells Dermis is below the epidermis and contains

More information

Follow links Class Use and other Permissions. For more information, send email to: permissions@pupress.princeton.edu

Follow links Class Use and other Permissions. For more information, send email to: permissions@pupress.princeton.edu COPYRIGHT NOTICE: David A. Kendrick, P. Ruben Mercado, and Hans M. Amman: Computational Economics is published by Princeton University Press and copyrighted, 2006, by Princeton University Press. All rights

More information

Neural Network Stock Trading Systems Donn S. Fishbein, MD, PhD Neuroquant.com

Neural Network Stock Trading Systems Donn S. Fishbein, MD, PhD Neuroquant.com Neural Network Stock Trading Systems Donn S. Fishbein, MD, PhD Neuroquant.com There are at least as many ways to trade stocks and other financial instruments as there are traders. Remarkably, most people

More information

Machine Learning Approach for Estimating Sensor Deployment Regions on Satellite Images

Machine Learning Approach for Estimating Sensor Deployment Regions on Satellite Images Machine Learning Approach for Estimating Sensor Deployment Regions on Satellite Images 1 Enes ATEŞ, 2 *Tahir Emre KALAYCI, 1 Aybars UĞUR 1 Faculty of Engineering, Department of Computer Engineering Ege

More information

Cognitive Neuroscience. Questions. Multiple Methods. Electrophysiology. Multiple Methods. Approaches to Thinking about the Mind

Cognitive Neuroscience. Questions. Multiple Methods. Electrophysiology. Multiple Methods. Approaches to Thinking about the Mind Cognitive Neuroscience Approaches to Thinking about the Mind Cognitive Neuroscience Evolutionary Approach Sept 20-22, 2004 Interdisciplinary approach Rapidly changing How does the brain enable cognition?

More information

W03 Analysis of DC Circuits. Yrd. Doç. Dr. Aytaç Gören

W03 Analysis of DC Circuits. Yrd. Doç. Dr. Aytaç Gören W03 Analysis of DC Circuits Yrd. Doç. Dr. Aytaç Gören ELK 2018 - Contents W01 Basic Concepts in Electronics W02 AC to DC Conversion W03 Analysis of DC Circuits (self and condenser) W04 Transistors and

More information

Module 1: The Brain and the Central Nervous System (CNS)

Module 1: The Brain and the Central Nervous System (CNS) Module 1: The Brain and the Central Nervous System (CNS) By the end of this unit, the learner will be able to: Describe the anatomy of the brain and the central nervous system Identify regions of the brain

More information

Yaffs NAND Flash Failure Mitigation

Yaffs NAND Flash Failure Mitigation Yaffs NAND Flash Failure Mitigation Charles Manning 2012-03-07 NAND flash is one of very few types of electronic device which are knowingly shipped with errors and are expected to generate further errors

More information

Parts of a Computer. Preparation. Objectives. Standards. Materials. 1 1999 Micron Technology Foundation, Inc. All Rights Reserved

Parts of a Computer. Preparation. Objectives. Standards. Materials. 1 1999 Micron Technology Foundation, Inc. All Rights Reserved Parts of a Computer Preparation Grade Level: 4-9 Group Size: 20-30 Time: 75-90 Minutes Presenters: 1-3 Objectives This lesson will enable students to: Identify parts of a computer Categorize parts of a

More information

Feed-Forward mapping networks KAIST 바이오및뇌공학과 정재승

Feed-Forward mapping networks KAIST 바이오및뇌공학과 정재승 Feed-Forward mapping networks KAIST 바이오및뇌공학과 정재승 How much energy do we need for brain functions? Information processing: Trade-off between energy consumption and wiring cost Trade-off between energy consumption

More information

Assessing Data Mining: The State of the Practice

Assessing Data Mining: The State of the Practice Assessing Data Mining: The State of the Practice 2003 Herbert A. Edelstein Two Crows Corporation 10500 Falls Road Potomac, Maryland 20854 www.twocrows.com (301) 983-3555 Objectives Separate myth from reality

More information

Name: Teacher: Olsen Hour:

Name: Teacher: Olsen Hour: Name: Teacher: Olsen Hour: The Nervous System: Part 1 Textbook p216-225 41 In all exercises, quizzes and tests in this class, always answer in your own words. That is the only way that you can show that

More information

Digital Versus Analog Lesson 2 of 2

Digital Versus Analog Lesson 2 of 2 Digital Versus Analog Lesson 2 of 2 HDTV Grade Level: 9-12 Subject(s): Science, Technology Prep Time: < 10 minutes Activity Duration: 50 minutes Materials Category: General classroom National Education

More information

Photonic Reservoir Computing with coupled SOAs

Photonic Reservoir Computing with coupled SOAs Photonic Reservoir Computing with coupled SOAs Kristof Vandoorne, Wouter Dierckx, David Verstraete, Benjamin Schrauwen, Roel Baets, Peter Bienstman and Jan Van Campenhout OSC 2008: August 26 Intelligence

More information

Best Teaching Practices Conference. Teacher ID: BTPC07_07 SUBJECT: BIOLOGY. Class: X. TOPIC: Exploring our Nervous System

Best Teaching Practices Conference. Teacher ID: BTPC07_07 SUBJECT: BIOLOGY. Class: X. TOPIC: Exploring our Nervous System Best Teaching Practices Conference Teacher ID: BTPC07_07 SUBJECT: BIOLOGY Class: X TOPIC: Exploring our Nervous System OBJECTIVES: Use Information Technology to enable the students to: Explain the general

More information

Neurotransmission: Muscle Messages

Neurotransmission: Muscle Messages 2 Neurotransmission: Muscle Messages GOAL The goal of this unit is to reinforce the process of neuromuscular transmission with hands-on materials. Set-up: -Reaction Time poster -Nerve-muscle poster -Synapse

More information

THE BASICS OF PLL FREQUENCY SYNTHESIS

THE BASICS OF PLL FREQUENCY SYNTHESIS Supplementary Reading for 27 - Oscillators Ron Bertrand VK2DQ http://www.radioelectronicschool.com THE BASICS OF PLL FREQUENCY SYNTHESIS The phase locked loop (PLL) method of frequency synthesis is now

More information

Analog control unit for mobile robots

Analog control unit for mobile robots Analog control unit for mobile robots Soldering kit for experimentation For Fischertechnik robots and others Most diverse functions Requires no programming Patented sensor technology Summary We are pleased

More information

what operations can it perform? how does it perform them? on what kind of data? where are instructions and data stored?

what operations can it perform? how does it perform them? on what kind of data? where are instructions and data stored? Inside the CPU how does the CPU work? what operations can it perform? how does it perform them? on what kind of data? where are instructions and data stored? some short, boring programs to illustrate the

More information

Describe the process of parallelization as it relates to problem solving.

Describe the process of parallelization as it relates to problem solving. Level 2 (recommended for grades 6 9) Computer Science and Community Middle school/junior high school students begin using computational thinking as a problem-solving tool. They begin to appreciate the

More information

Vision: Receptors. Modes of Perception. Vision: Summary 9/28/2012. How do we perceive our environment? Sensation and Perception Terminology

Vision: Receptors. Modes of Perception. Vision: Summary 9/28/2012. How do we perceive our environment? Sensation and Perception Terminology How do we perceive our environment? Complex stimuli are broken into individual features, relayed to the CNS, then reassembled as our perception Sensation and Perception Terminology Stimulus: physical agent

More information

Computational Intelligence Introduction

Computational Intelligence Introduction Computational Intelligence Introduction Farzaneh Abdollahi Department of Electrical Engineering Amirkabir University of Technology Fall 2011 Farzaneh Abdollahi Neural Networks 1/21 Fuzzy Systems What are

More information

Development of a Network Configuration Management System Using Artificial Neural Networks

Development of a Network Configuration Management System Using Artificial Neural Networks Development of a Network Configuration Management System Using Artificial Neural Networks R. Ramiah*, E. Gemikonakli, and O. Gemikonakli** *MSc Computer Network Management, **Tutor and Head of Department

More information

An Artificial Neural Networks-Based on-line Monitoring Odor Sensing System

An Artificial Neural Networks-Based on-line Monitoring Odor Sensing System Journal of Computer Science 5 (11): 878-882, 2009 ISSN 1549-3636 2009 Science Publications An Artificial Neural Networks-Based on-line Monitoring Odor Sensing System Yousif Al-Bastaki The College of Information

More information

Education and the Brain: A Bridge Too Far John T. Bruer. Key Concept: the Human Brain and Learning

Education and the Brain: A Bridge Too Far John T. Bruer. Key Concept: the Human Brain and Learning Education and the Brain: A Bridge Too Far John T. Bruer Key Concept: the Human Brain and Learning John T. Bruer Scholar in cognitivist approaches to human learning and instruction. His argument refers

More information

THREE YEAR DEGREE (HONS.) COURSE BACHELOR OF COMPUTER APPLICATION (BCA) First Year Paper I Computer Fundamentals

THREE YEAR DEGREE (HONS.) COURSE BACHELOR OF COMPUTER APPLICATION (BCA) First Year Paper I Computer Fundamentals THREE YEAR DEGREE (HONS.) COURSE BACHELOR OF COMPUTER APPLICATION (BCA) First Year Paper I Computer Fundamentals Full Marks 100 (Theory 75, Practical 25) Introduction to Computers :- What is Computer?

More information