SlideShare a Scribd company logo
1 of 29
Download to read offline
INTELLIGENT SENSORS AND SENSOR
NETWORKS
SURINDER KAUR
2012CS13
M.TECH(1st Year)
July 16, 2013
Department of Computer Science and Engineering
M.N.N.I.T. Allahabad,India
SURINDER KAUR 2012CS13 M.TECH(1st Year) INTELLIGENT SENSORS AND SENSOR NETWORKS
INTELLIGENT SENSORS
Sensors that are capable of sensing and transforming the
sensed data into a structured symbolic description that
supports reasoning by artificial intelligence processes.
SURINDER KAUR 2012CS13 M.TECH(1st Year) INTELLIGENT SENSORS AND SENSOR NETWORKS
NEURAL NETWORK APPROACH
Use of Neural Network in intelligent sensors for decision making
and learning in the context of the following applications:
Human localization
Discrimination of material type using:
Radial Basis Function Neural Network RBFNN.
Multi-Layer Perceptron Neural Network MLPNN.
SURINDER KAUR 2012CS13 M.TECH(1st Year) INTELLIGENT SENSORS AND SENSOR NETWORKS
HUMAN LOCALIZATION-SYSTEM ARCHITECTURE
Figure : System Architecture
SURINDER KAUR 2012CS13 M.TECH(1st Year) INTELLIGENT SENSORS AND SENSOR NETWORKS
HUMAN POSITION MEASUREMENT
Two complementary measurement are involved:
Global Measurement System:
Apply Laser Range Finders(LRFs).
Measure distance based on time of flight principle by using
laser.
Specific Measurement System
Sun Small Programmable Object Technology(Sun SPOT) is
used.
Sun SPOT has 3 sensors:
Accelerometer
Illuminance sensor
Temperature sensor
SURINDER KAUR 2012CS13 M.TECH(1st Year) INTELLIGENT SENSORS AND SENSOR NETWORKS
HUMAN LOCALIZATION
Spiking Neural Network(SNN) is used.
SNNs have the capability of memorizing
Spatial context
Temporal context
SURINDER KAUR 2012CS13 M.TECH(1st Year) INTELLIGENT SENSORS AND SENSOR NETWORKS
OUTPUT PULSE OF THE NEURON
pi(t) =
1 if hi (t) ≥ qi
0 otherwise
where pi (t) : output pulse of the ith neuron at time t
hi (t) : internal state of ith neuron at time t
qi : threshold
SURINDER KAUR 2012CS13 M.TECH(1st Year) INTELLIGENT SENSORS AND SENSOR NETWORKS
INTERNAL STATE OF NEURON
hi(t) = tanh(href
i (t) + hsyn
i (t) + hext
i (t))
where href
i (t) : is the refractoriness factor of the neuron at time t
hsyn
i (t) : includes the output pulse from the other neurons
at time t
hext
i (t) : input to the ith neuron from the environment at
time t
SURINDER KAUR 2012CS13 M.TECH(1st Year) INTELLIGENT SENSORS AND SENSOR NETWORKS
REFRACTORINESS FACTOR OF NEURON
href
i (t) =
γref .href
i (t − 1) − R if pi (t − 1) = 1
γref .href
i (t − 1) otherwise
where href
i (t) : is the refractoriness factor of the neuron
at time t
γref : discount rate
R : constant such that R > 0
SURINDER KAUR 2012CS13 M.TECH(1st Year) INTELLIGENT SENSORS AND SENSOR NETWORKS
OUTPUT FROM OTHER NEURONS
hsyn
i (t) = γsyn.hi(t − 1) +
N
j=i,j=i
wji.hPSP
j (t)
where hsyn
i (t) : the output pulse from the other neurons at time t
hi (t − 1) : internal state of ith neuron at time t-1
γsyn: temporal discount rate
wji : connection weight from jth neuron to ith neuron
hPSP
j (t) : presynaptic action potential of jth neuron at time t
SURINDER KAUR 2012CS13 M.TECH(1st Year) INTELLIGENT SENSORS AND SENSOR NETWORKS
PRESYNAPTIC ACTION POTENTIAL OF NEURON
hPSP
j (t) =
1 if pj (t) = 1
γPSP.hPSP
j (t − 1) otherwise
where hPSP
j (t) : presynaptic action potential at time t
γPSP: discount rate, such that 0< γPSP < 1
pj (t) : output pulse at time t
SURINDER KAUR 2012CS13 M.TECH(1st Year) INTELLIGENT SENSORS AND SENSOR NETWORKS
ENVIRONMENTAL INPUT TO NEURON
hext
ij (t) = tanh(β.|dij(t) − dLTM
ij |)
where hext
ij (t) : input to the jth neuron of the ith LRF
β : constant such that 0 < β < 1
dij (t) : current distance value at time t
dLTM
ij : Long-Term-Memory of the distance
It is updated using the following equation:
dLTM
ij = (1 − α).dLTM
ij + α.dij(t)
α : constant such that 0 < α < 1
SURINDER KAUR 2012CS13 M.TECH(1st Year) INTELLIGENT SENSORS AND SENSOR NETWORKS
FEATURE POINT EXTRACTION
sij (t) =



1 if pij (t) = 1 or
hPSP
ij (t) > H or
rU
ij (t) = 1
0 otherwise
where sij (t) : feature point from ith LRF to jth neuron at time t
pij (t) : pulse output of jth neuron on ith LRF at time t
H : threshold
rU
ij (t) : flag, it is set if the distance of the jth measurement
point form the ith LRF can be measured
SURINDER KAUR 2012CS13 M.TECH(1st Year) INTELLIGENT SENSORS AND SENSOR NETWORKS
HUMAN POSITION DETECTION
It uses nearest neighbour approach.
Human position detection is based on 10 neighbourhood feature
points.
gij (t) =



1 if
5
k=−5
si,j+k ≥ S
0 otherwise
SURINDER KAUR 2012CS13 M.TECH(1st Year) INTELLIGENT SENSORS AND SENSOR NETWORKS
HUMAN POSITION DETECTION
Figure : SNN for Human Detection by LRF
SURINDER KAUR 2012CS13 M.TECH(1st Year) INTELLIGENT SENSORS AND SENSOR NETWORKS
WEIGHT UPDATION
If
hPSP
j (t − 1) < hPSP
i (t)
Then
wji = tanh(γwhtwji + ξwgt.hPSP
j (t − 1).hPSP
i (t))
where wji : connection weight from jth neuron to ith neuron
γwht: Hebbian discount rate
ξwgt: learning rate
SURINDER KAUR 2012CS13 M.TECH(1st Year) INTELLIGENT SENSORS AND SENSOR NETWORKS
SPECIFIC MEASUREMENT
Each furniture or equipment is attached with sensor.
The difference of current position from base value is input to
SNN.
If neuron fires, it means a person uses or moves its corres-
-ponding furniture.
The firing pattern indicates the time − series of human
position in the room.
The human position can be approximated to that of the corr-
-esponding furniture or equipment.
SURINDER KAUR 2012CS13 M.TECH(1st Year) INTELLIGENT SENSORS AND SENSOR NETWORKS
TIME-SERIES OF HUMAN POSITION IN A ROOM
Figure : Transition of Human Position by SNN
SURINDER KAUR 2012CS13 M.TECH(1st Year) INTELLIGENT SENSORS AND SENSOR NETWORKS
CONNECTION WEIGHTS AFTER LEARNING
Figure : Connection Strength after Learning of SNN
SURINDER KAUR 2012CS13 M.TECH(1st Year) INTELLIGENT SENSORS AND SENSOR NETWORKS
DISCRIMINATION OF MATERIAL TYPE-SYSTEM
ARCHITECTURE
Figure : The Sensor with Plunger Based Probe and Optical Mouse
SURINDER KAUR 2012CS13 M.TECH(1st Year) INTELLIGENT SENSORS AND SENSOR NETWORKS
NEURAL NETWORK BASED CLASSIFIER
(A) Multi − Layer Perceptron Neural Network(MLP NN)
Feed-Forward Neural Network
Figure : MLP NN
SURINDER KAUR 2012CS13 M.TECH(1st Year) INTELLIGENT SENSORS AND SENSOR NETWORKS
MLP-NN
yi = xi
where yi : output of ith neuron in input layer
xi : input signal
yj = fa( wij.xi)
where yj : output of jth neuron in hidden layer or output layer
fa : the activation function
wij : connection weight from ith neuron to jth neuron
xi : the input from ith neuron to jth neuron
SURINDER KAUR 2012CS13 M.TECH(1st Year) INTELLIGENT SENSORS AND SENSOR NETWORKS
NEURAL NETWORK BASED CLASSIFIER
(B) Radial Basis Function Neural Network(RBF NN)
Hidden layer applies non-linear transformation from input
space to hidden space.
The transform function is radial − symmetrical on centre
point.
In the paper Gaussian function is chosen as basis function.
SURINDER KAUR 2012CS13 M.TECH(1st Year) INTELLIGENT SENSORS AND SENSOR NETWORKS
RBF NN
yi = xi
where yi : output of ith neuron in input layer
xi : input signal
yj =
i
wi.G(|x − xi|)
where yj : output of jth neuron in hidden layer or output layer
wi : connection weight
xi : the input from ith neuron in the lower layer and the
centre point.
x : the real valued vector
The Gaussian function is given as:
G(z) = exp(−z2/(2 ∗ σ2))
where σ : variance
SURINDER KAUR 2012CS13 M.TECH(1st Year) INTELLIGENT SENSORS AND SENSOR NETWORKS
COMPARISON OF MLP NN AND RBF NN
The comparison between the two is made on the basis of following
performance measures:
Mean Square Error(MSE)
Percentage Classification Accuracy(PCLA)
Area under Receiver Operating Characteristic curve(AROC)
RBF NN is found better than MLP NN on following grounds:
Less training iterations are required.
It is more noise tolerant.
Topology optimization is easy.
SURINDER KAUR 2012CS13 M.TECH(1st Year) INTELLIGENT SENSORS AND SENSOR NETWORKS
USIC
Universal Sensor Interface Chip
Device that has high degree of in built analogue and digital
flexibility combined with an integrated micro controller.
It includes all of the processing elements needed to produce
many intelligent sensor systems.
The local intelligence is provided by the integrated RISC
processor.
SURINDER KAUR 2012CS13 M.TECH(1st Year) INTELLIGENT SENSORS AND SENSOR NETWORKS
BLOCK DIAGRAM OF USIC
Figure : Block Diagram of USIC
SURINDER KAUR 2012CS13 M.TECH(1st Year) INTELLIGENT SENSORS AND SENSOR NETWORKS
CONCLUSION
The proposed method of on − line human localization based
on SNN in intelligent sensor network can be combined with
voice recognition and visual perception for better natural
interaction between the human and the robot caregiver.
The proposed material classifier shows satisfactory
performance and RBF NN is proved better than MLP NN.
The proposed method is able to classify materials, attempts
can be made to classify the surface roughness of different
materials.
USIC provides a cost − effective solution to develop various
intelligent sensor applications using a common chip.
SURINDER KAUR 2012CS13 M.TECH(1st Year) INTELLIGENT SENSORS AND SENSOR NETWORKS
REFERENCES
T. Obo, N. Kubota, K. Taniguchi and T. Sawayama, “Human
localization based on spiking neural network in intelligent
sensor networks”,IEEE Workshop on,Robotic Intelligence In
Informationally Structured Space,2011.
Nadir N. Charniya, Sanjay V. Dudul, “Intelligent sensor
system for discrimination of material type using neural
networks”, Journal Applied Soft Computing archive Volume
12 Issue 1, Pages 543-552, January, 2012.
P. D. Wilson, S.P. Hopkins, R.S. Spraggs, I. Lewis, V. Skarda
and J. Goodey, “Application of a universal sensor interface
chip(USIC) for intelligent sensor applications”, in Proceedings
of the IEE Colloquium on Advances in Sensors, no. 232, pp.
3/13/6,December 1995.
Dekneuvel, E. and H. Medromi, “An ultrasonic intelligent
sensor for a mobile robot perceptron system. Principles,
design and experiments,” In IEEE Conference, 1999.
SURINDER KAUR 2012CS13 M.TECH(1st Year) INTELLIGENT SENSORS AND SENSOR NETWORKS

More Related Content

What's hot

next generation smart sensor
next generation smart sensornext generation smart sensor
next generation smart sensorRicha Ritambhara
 
Smart sensors seminar'
Smart sensors seminar'Smart sensors seminar'
Smart sensors seminar'Naresh Kannan
 
Smart Sensors: Analyzing Efficiency of Smart Sensors in Public Domain
Smart Sensors: Analyzing Efficiency of Smart Sensors in Public DomainSmart Sensors: Analyzing Efficiency of Smart Sensors in Public Domain
Smart Sensors: Analyzing Efficiency of Smart Sensors in Public DomainDr. Amarjeet Singh
 
Smart sensors and their Application
Smart sensors and their ApplicationSmart sensors and their Application
Smart sensors and their ApplicationYash Kant
 
T-Mobile - Internet of Things
T-Mobile - Internet of ThingsT-Mobile - Internet of Things
T-Mobile - Internet of ThingsEddie Voluntad
 
PIR sensing with arduino
PIR sensing  with  arduinoPIR sensing  with  arduino
PIR sensing with arduinochetan kadiwal
 
Introduction to smart sensors & its’ application
Introduction to smart sensors & its’ applicationIntroduction to smart sensors & its’ application
Introduction to smart sensors & its’ applicationPranay Mondal
 
Eddy current digital proximity sensing for vibration detection
Eddy current digital proximity sensing for vibration detectionEddy current digital proximity sensing for vibration detection
Eddy current digital proximity sensing for vibration detectionAJOVE
 
Pir sensor based security alarm system using um 3561 (2)
Pir sensor based security alarm system using um 3561 (2)Pir sensor based security alarm system using um 3561 (2)
Pir sensor based security alarm system using um 3561 (2)Ushaswini Chowdary
 
Occupancy sensors
Occupancy sensorsOccupancy sensors
Occupancy sensorsJhelum
 

What's hot (19)

Smart Sensor
Smart SensorSmart Sensor
Smart Sensor
 
Smart Sensor
Smart SensorSmart Sensor
Smart Sensor
 
Smart sensor
Smart sensorSmart sensor
Smart sensor
 
next generation smart sensor
next generation smart sensornext generation smart sensor
next generation smart sensor
 
Io t
Io tIo t
Io t
 
Smart sensors seminar'
Smart sensors seminar'Smart sensors seminar'
Smart sensors seminar'
 
Smart Sensors: Analyzing Efficiency of Smart Sensors in Public Domain
Smart Sensors: Analyzing Efficiency of Smart Sensors in Public DomainSmart Sensors: Analyzing Efficiency of Smart Sensors in Public Domain
Smart Sensors: Analyzing Efficiency of Smart Sensors in Public Domain
 
Smart sensors and their Application
Smart sensors and their ApplicationSmart sensors and their Application
Smart sensors and their Application
 
Sensor technology
Sensor technologySensor technology
Sensor technology
 
Sensors in IOT
Sensors in IOTSensors in IOT
Sensors in IOT
 
T-Mobile - Internet of Things
T-Mobile - Internet of ThingsT-Mobile - Internet of Things
T-Mobile - Internet of Things
 
PIR sensing with arduino
PIR sensing  with  arduinoPIR sensing  with  arduino
PIR sensing with arduino
 
Sensor technology
Sensor technologySensor technology
Sensor technology
 
Introduction to smart sensors & its’ application
Introduction to smart sensors & its’ applicationIntroduction to smart sensors & its’ application
Introduction to smart sensors & its’ application
 
Eddy current digital proximity sensing for vibration detection
Eddy current digital proximity sensing for vibration detectionEddy current digital proximity sensing for vibration detection
Eddy current digital proximity sensing for vibration detection
 
Sensors
SensorsSensors
Sensors
 
Smart Sensor
Smart SensorSmart Sensor
Smart Sensor
 
Pir sensor based security alarm system using um 3561 (2)
Pir sensor based security alarm system using um 3561 (2)Pir sensor based security alarm system using um 3561 (2)
Pir sensor based security alarm system using um 3561 (2)
 
Occupancy sensors
Occupancy sensorsOccupancy sensors
Occupancy sensors
 

Similar to intelligent sensors and sensor networks

Improved performance of scs based spectrum sensing in cognitive radio using d...
Improved performance of scs based spectrum sensing in cognitive radio using d...Improved performance of scs based spectrum sensing in cognitive radio using d...
Improved performance of scs based spectrum sensing in cognitive radio using d...eSAT Journals
 
Masters' Thesis Defense Slides
Masters' Thesis Defense SlidesMasters' Thesis Defense Slides
Masters' Thesis Defense SlidesRam Subramanian
 
Adaptive blind multiuser detection under impulsive noise using principal comp...
Adaptive blind multiuser detection under impulsive noise using principal comp...Adaptive blind multiuser detection under impulsive noise using principal comp...
Adaptive blind multiuser detection under impulsive noise using principal comp...csandit
 
ADAPTIVE BLIND MULTIUSER DETECTION UNDER IMPULSIVE NOISE USING PRINCIPAL COMP...
ADAPTIVE BLIND MULTIUSER DETECTION UNDER IMPULSIVE NOISE USING PRINCIPAL COMP...ADAPTIVE BLIND MULTIUSER DETECTION UNDER IMPULSIVE NOISE USING PRINCIPAL COMP...
ADAPTIVE BLIND MULTIUSER DETECTION UNDER IMPULSIVE NOISE USING PRINCIPAL COMP...csandit
 
ADAPTIVE BLIND MULTIUSER DETECTION UNDER IMPULSIVE NOISE USING PRINCIPAL COMP...
ADAPTIVE BLIND MULTIUSER DETECTION UNDER IMPULSIVE NOISE USING PRINCIPAL COMP...ADAPTIVE BLIND MULTIUSER DETECTION UNDER IMPULSIVE NOISE USING PRINCIPAL COMP...
ADAPTIVE BLIND MULTIUSER DETECTION UNDER IMPULSIVE NOISE USING PRINCIPAL COMP...cscpconf
 
Localization for wireless sensor
Localization for wireless sensorLocalization for wireless sensor
Localization for wireless sensorIJCNCJournal
 
INVERSIONOF MAGNETIC ANOMALIES DUE TO 2-D CYLINDRICAL STRUCTURES –BY AN ARTIF...
INVERSIONOF MAGNETIC ANOMALIES DUE TO 2-D CYLINDRICAL STRUCTURES –BY AN ARTIF...INVERSIONOF MAGNETIC ANOMALIES DUE TO 2-D CYLINDRICAL STRUCTURES –BY AN ARTIF...
INVERSIONOF MAGNETIC ANOMALIES DUE TO 2-D CYLINDRICAL STRUCTURES –BY AN ARTIF...ijsc
 
Inversion of Magnetic Anomalies Due to 2-D Cylindrical Structures – By an Art...
Inversion of Magnetic Anomalies Due to 2-D Cylindrical Structures – By an Art...Inversion of Magnetic Anomalies Due to 2-D Cylindrical Structures – By an Art...
Inversion of Magnetic Anomalies Due to 2-D Cylindrical Structures – By an Art...ijsc
 
INVERSIONOF MAGNETIC ANOMALIES DUE TO 2-D CYLINDRICAL STRUCTURES –BY AN ARTIF...
INVERSIONOF MAGNETIC ANOMALIES DUE TO 2-D CYLINDRICAL STRUCTURES –BY AN ARTIF...INVERSIONOF MAGNETIC ANOMALIES DUE TO 2-D CYLINDRICAL STRUCTURES –BY AN ARTIF...
INVERSIONOF MAGNETIC ANOMALIES DUE TO 2-D CYLINDRICAL STRUCTURES –BY AN ARTIF...ijsc
 
Ground Penetrating Radar
Ground Penetrating RadarGround Penetrating Radar
Ground Penetrating RadarVARUN KUMAR
 
Mimo radar detection in compound gaussian clutter using orthogonal discrete f...
Mimo radar detection in compound gaussian clutter using orthogonal discrete f...Mimo radar detection in compound gaussian clutter using orthogonal discrete f...
Mimo radar detection in compound gaussian clutter using orthogonal discrete f...ijma
 
1. 7697 8112-1-pb
1. 7697 8112-1-pb1. 7697 8112-1-pb
1. 7697 8112-1-pbIAESIJEECS
 
Word Recognition in Continuous Speech and Speaker Independent by Means of Rec...
Word Recognition in Continuous Speech and Speaker Independent by Means of Rec...Word Recognition in Continuous Speech and Speaker Independent by Means of Rec...
Word Recognition in Continuous Speech and Speaker Independent by Means of Rec...CSCJournals
 
Neural Networks for High Performance Time-Delay Estimation and Acoustic Sourc...
Neural Networks for High Performance Time-Delay Estimation and Acoustic Sourc...Neural Networks for High Performance Time-Delay Estimation and Acoustic Sourc...
Neural Networks for High Performance Time-Delay Estimation and Acoustic Sourc...cscpconf
 
NEURAL NETWORKS FOR HIGH PERFORMANCE TIME-DELAY ESTIMATION AND ACOUSTIC SOURC...
NEURAL NETWORKS FOR HIGH PERFORMANCE TIME-DELAY ESTIMATION AND ACOUSTIC SOURC...NEURAL NETWORKS FOR HIGH PERFORMANCE TIME-DELAY ESTIMATION AND ACOUSTIC SOURC...
NEURAL NETWORKS FOR HIGH PERFORMANCE TIME-DELAY ESTIMATION AND ACOUSTIC SOURC...csandit
 
Effect of grid adaptive interpolation over depth images
Effect of grid adaptive interpolation over depth imagesEffect of grid adaptive interpolation over depth images
Effect of grid adaptive interpolation over depth imagescsandit
 

Similar to intelligent sensors and sensor networks (20)

2512ijcsea02
2512ijcsea022512ijcsea02
2512ijcsea02
 
Improved performance of scs based spectrum sensing in cognitive radio using d...
Improved performance of scs based spectrum sensing in cognitive radio using d...Improved performance of scs based spectrum sensing in cognitive radio using d...
Improved performance of scs based spectrum sensing in cognitive radio using d...
 
Masters' Thesis Defense Slides
Masters' Thesis Defense SlidesMasters' Thesis Defense Slides
Masters' Thesis Defense Slides
 
Adaptive blind multiuser detection under impulsive noise using principal comp...
Adaptive blind multiuser detection under impulsive noise using principal comp...Adaptive blind multiuser detection under impulsive noise using principal comp...
Adaptive blind multiuser detection under impulsive noise using principal comp...
 
ADAPTIVE BLIND MULTIUSER DETECTION UNDER IMPULSIVE NOISE USING PRINCIPAL COMP...
ADAPTIVE BLIND MULTIUSER DETECTION UNDER IMPULSIVE NOISE USING PRINCIPAL COMP...ADAPTIVE BLIND MULTIUSER DETECTION UNDER IMPULSIVE NOISE USING PRINCIPAL COMP...
ADAPTIVE BLIND MULTIUSER DETECTION UNDER IMPULSIVE NOISE USING PRINCIPAL COMP...
 
ADAPTIVE BLIND MULTIUSER DETECTION UNDER IMPULSIVE NOISE USING PRINCIPAL COMP...
ADAPTIVE BLIND MULTIUSER DETECTION UNDER IMPULSIVE NOISE USING PRINCIPAL COMP...ADAPTIVE BLIND MULTIUSER DETECTION UNDER IMPULSIVE NOISE USING PRINCIPAL COMP...
ADAPTIVE BLIND MULTIUSER DETECTION UNDER IMPULSIVE NOISE USING PRINCIPAL COMP...
 
Localization for wireless sensor
Localization for wireless sensorLocalization for wireless sensor
Localization for wireless sensor
 
INVERSIONOF MAGNETIC ANOMALIES DUE TO 2-D CYLINDRICAL STRUCTURES –BY AN ARTIF...
INVERSIONOF MAGNETIC ANOMALIES DUE TO 2-D CYLINDRICAL STRUCTURES –BY AN ARTIF...INVERSIONOF MAGNETIC ANOMALIES DUE TO 2-D CYLINDRICAL STRUCTURES –BY AN ARTIF...
INVERSIONOF MAGNETIC ANOMALIES DUE TO 2-D CYLINDRICAL STRUCTURES –BY AN ARTIF...
 
Inversion of Magnetic Anomalies Due to 2-D Cylindrical Structures – By an Art...
Inversion of Magnetic Anomalies Due to 2-D Cylindrical Structures – By an Art...Inversion of Magnetic Anomalies Due to 2-D Cylindrical Structures – By an Art...
Inversion of Magnetic Anomalies Due to 2-D Cylindrical Structures – By an Art...
 
INVERSIONOF MAGNETIC ANOMALIES DUE TO 2-D CYLINDRICAL STRUCTURES –BY AN ARTIF...
INVERSIONOF MAGNETIC ANOMALIES DUE TO 2-D CYLINDRICAL STRUCTURES –BY AN ARTIF...INVERSIONOF MAGNETIC ANOMALIES DUE TO 2-D CYLINDRICAL STRUCTURES –BY AN ARTIF...
INVERSIONOF MAGNETIC ANOMALIES DUE TO 2-D CYLINDRICAL STRUCTURES –BY AN ARTIF...
 
Hr3114661470
Hr3114661470Hr3114661470
Hr3114661470
 
Ground Penetrating Radar
Ground Penetrating RadarGround Penetrating Radar
Ground Penetrating Radar
 
9.venkata naga vamsi. a
9.venkata naga vamsi. a9.venkata naga vamsi. a
9.venkata naga vamsi. a
 
Mimo radar detection in compound gaussian clutter using orthogonal discrete f...
Mimo radar detection in compound gaussian clutter using orthogonal discrete f...Mimo radar detection in compound gaussian clutter using orthogonal discrete f...
Mimo radar detection in compound gaussian clutter using orthogonal discrete f...
 
1. 7697 8112-1-pb
1. 7697 8112-1-pb1. 7697 8112-1-pb
1. 7697 8112-1-pb
 
Word Recognition in Continuous Speech and Speaker Independent by Means of Rec...
Word Recognition in Continuous Speech and Speaker Independent by Means of Rec...Word Recognition in Continuous Speech and Speaker Independent by Means of Rec...
Word Recognition in Continuous Speech and Speaker Independent by Means of Rec...
 
505 260-266
505 260-266505 260-266
505 260-266
 
Neural Networks for High Performance Time-Delay Estimation and Acoustic Sourc...
Neural Networks for High Performance Time-Delay Estimation and Acoustic Sourc...Neural Networks for High Performance Time-Delay Estimation and Acoustic Sourc...
Neural Networks for High Performance Time-Delay Estimation and Acoustic Sourc...
 
NEURAL NETWORKS FOR HIGH PERFORMANCE TIME-DELAY ESTIMATION AND ACOUSTIC SOURC...
NEURAL NETWORKS FOR HIGH PERFORMANCE TIME-DELAY ESTIMATION AND ACOUSTIC SOURC...NEURAL NETWORKS FOR HIGH PERFORMANCE TIME-DELAY ESTIMATION AND ACOUSTIC SOURC...
NEURAL NETWORKS FOR HIGH PERFORMANCE TIME-DELAY ESTIMATION AND ACOUSTIC SOURC...
 
Effect of grid adaptive interpolation over depth images
Effect of grid adaptive interpolation over depth imagesEffect of grid adaptive interpolation over depth images
Effect of grid adaptive interpolation over depth images
 

More from Surinder Kaur (12)

Lucene
LuceneLucene
Lucene
 
Agile
AgileAgile
Agile
 
MapReduce
MapReduceMapReduce
MapReduce
 
Apache Hive
Apache HiveApache Hive
Apache Hive
 
JSON Parsing
JSON ParsingJSON Parsing
JSON Parsing
 
Analysis of Emergency Evacuation of Building using PEPA
Analysis of Emergency Evacuation of Building using PEPAAnalysis of Emergency Evacuation of Building using PEPA
Analysis of Emergency Evacuation of Building using PEPA
 
Skype
SkypeSkype
Skype
 
NAT
NATNAT
NAT
 
XSLT
XSLTXSLT
XSLT
 
Dom
Dom Dom
Dom
 
java API for XML DOM
java API for XML DOMjava API for XML DOM
java API for XML DOM
 
MPI n OpenMP
MPI n OpenMPMPI n OpenMP
MPI n OpenMP
 

Recently uploaded

#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Neo4j
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxnull - The Open Security Community
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 

Recently uploaded (20)

#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
 
The transition to renewables in India.pdf
The transition to renewables in India.pdfThe transition to renewables in India.pdf
The transition to renewables in India.pdf
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 

intelligent sensors and sensor networks

  • 1. INTELLIGENT SENSORS AND SENSOR NETWORKS SURINDER KAUR 2012CS13 M.TECH(1st Year) July 16, 2013 Department of Computer Science and Engineering M.N.N.I.T. Allahabad,India SURINDER KAUR 2012CS13 M.TECH(1st Year) INTELLIGENT SENSORS AND SENSOR NETWORKS
  • 2. INTELLIGENT SENSORS Sensors that are capable of sensing and transforming the sensed data into a structured symbolic description that supports reasoning by artificial intelligence processes. SURINDER KAUR 2012CS13 M.TECH(1st Year) INTELLIGENT SENSORS AND SENSOR NETWORKS
  • 3. NEURAL NETWORK APPROACH Use of Neural Network in intelligent sensors for decision making and learning in the context of the following applications: Human localization Discrimination of material type using: Radial Basis Function Neural Network RBFNN. Multi-Layer Perceptron Neural Network MLPNN. SURINDER KAUR 2012CS13 M.TECH(1st Year) INTELLIGENT SENSORS AND SENSOR NETWORKS
  • 4. HUMAN LOCALIZATION-SYSTEM ARCHITECTURE Figure : System Architecture SURINDER KAUR 2012CS13 M.TECH(1st Year) INTELLIGENT SENSORS AND SENSOR NETWORKS
  • 5. HUMAN POSITION MEASUREMENT Two complementary measurement are involved: Global Measurement System: Apply Laser Range Finders(LRFs). Measure distance based on time of flight principle by using laser. Specific Measurement System Sun Small Programmable Object Technology(Sun SPOT) is used. Sun SPOT has 3 sensors: Accelerometer Illuminance sensor Temperature sensor SURINDER KAUR 2012CS13 M.TECH(1st Year) INTELLIGENT SENSORS AND SENSOR NETWORKS
  • 6. HUMAN LOCALIZATION Spiking Neural Network(SNN) is used. SNNs have the capability of memorizing Spatial context Temporal context SURINDER KAUR 2012CS13 M.TECH(1st Year) INTELLIGENT SENSORS AND SENSOR NETWORKS
  • 7. OUTPUT PULSE OF THE NEURON pi(t) = 1 if hi (t) ≥ qi 0 otherwise where pi (t) : output pulse of the ith neuron at time t hi (t) : internal state of ith neuron at time t qi : threshold SURINDER KAUR 2012CS13 M.TECH(1st Year) INTELLIGENT SENSORS AND SENSOR NETWORKS
  • 8. INTERNAL STATE OF NEURON hi(t) = tanh(href i (t) + hsyn i (t) + hext i (t)) where href i (t) : is the refractoriness factor of the neuron at time t hsyn i (t) : includes the output pulse from the other neurons at time t hext i (t) : input to the ith neuron from the environment at time t SURINDER KAUR 2012CS13 M.TECH(1st Year) INTELLIGENT SENSORS AND SENSOR NETWORKS
  • 9. REFRACTORINESS FACTOR OF NEURON href i (t) = γref .href i (t − 1) − R if pi (t − 1) = 1 γref .href i (t − 1) otherwise where href i (t) : is the refractoriness factor of the neuron at time t γref : discount rate R : constant such that R > 0 SURINDER KAUR 2012CS13 M.TECH(1st Year) INTELLIGENT SENSORS AND SENSOR NETWORKS
  • 10. OUTPUT FROM OTHER NEURONS hsyn i (t) = γsyn.hi(t − 1) + N j=i,j=i wji.hPSP j (t) where hsyn i (t) : the output pulse from the other neurons at time t hi (t − 1) : internal state of ith neuron at time t-1 γsyn: temporal discount rate wji : connection weight from jth neuron to ith neuron hPSP j (t) : presynaptic action potential of jth neuron at time t SURINDER KAUR 2012CS13 M.TECH(1st Year) INTELLIGENT SENSORS AND SENSOR NETWORKS
  • 11. PRESYNAPTIC ACTION POTENTIAL OF NEURON hPSP j (t) = 1 if pj (t) = 1 γPSP.hPSP j (t − 1) otherwise where hPSP j (t) : presynaptic action potential at time t γPSP: discount rate, such that 0< γPSP < 1 pj (t) : output pulse at time t SURINDER KAUR 2012CS13 M.TECH(1st Year) INTELLIGENT SENSORS AND SENSOR NETWORKS
  • 12. ENVIRONMENTAL INPUT TO NEURON hext ij (t) = tanh(β.|dij(t) − dLTM ij |) where hext ij (t) : input to the jth neuron of the ith LRF β : constant such that 0 < β < 1 dij (t) : current distance value at time t dLTM ij : Long-Term-Memory of the distance It is updated using the following equation: dLTM ij = (1 − α).dLTM ij + α.dij(t) α : constant such that 0 < α < 1 SURINDER KAUR 2012CS13 M.TECH(1st Year) INTELLIGENT SENSORS AND SENSOR NETWORKS
  • 13. FEATURE POINT EXTRACTION sij (t) =    1 if pij (t) = 1 or hPSP ij (t) > H or rU ij (t) = 1 0 otherwise where sij (t) : feature point from ith LRF to jth neuron at time t pij (t) : pulse output of jth neuron on ith LRF at time t H : threshold rU ij (t) : flag, it is set if the distance of the jth measurement point form the ith LRF can be measured SURINDER KAUR 2012CS13 M.TECH(1st Year) INTELLIGENT SENSORS AND SENSOR NETWORKS
  • 14. HUMAN POSITION DETECTION It uses nearest neighbour approach. Human position detection is based on 10 neighbourhood feature points. gij (t) =    1 if 5 k=−5 si,j+k ≥ S 0 otherwise SURINDER KAUR 2012CS13 M.TECH(1st Year) INTELLIGENT SENSORS AND SENSOR NETWORKS
  • 15. HUMAN POSITION DETECTION Figure : SNN for Human Detection by LRF SURINDER KAUR 2012CS13 M.TECH(1st Year) INTELLIGENT SENSORS AND SENSOR NETWORKS
  • 16. WEIGHT UPDATION If hPSP j (t − 1) < hPSP i (t) Then wji = tanh(γwhtwji + ξwgt.hPSP j (t − 1).hPSP i (t)) where wji : connection weight from jth neuron to ith neuron γwht: Hebbian discount rate ξwgt: learning rate SURINDER KAUR 2012CS13 M.TECH(1st Year) INTELLIGENT SENSORS AND SENSOR NETWORKS
  • 17. SPECIFIC MEASUREMENT Each furniture or equipment is attached with sensor. The difference of current position from base value is input to SNN. If neuron fires, it means a person uses or moves its corres- -ponding furniture. The firing pattern indicates the time − series of human position in the room. The human position can be approximated to that of the corr- -esponding furniture or equipment. SURINDER KAUR 2012CS13 M.TECH(1st Year) INTELLIGENT SENSORS AND SENSOR NETWORKS
  • 18. TIME-SERIES OF HUMAN POSITION IN A ROOM Figure : Transition of Human Position by SNN SURINDER KAUR 2012CS13 M.TECH(1st Year) INTELLIGENT SENSORS AND SENSOR NETWORKS
  • 19. CONNECTION WEIGHTS AFTER LEARNING Figure : Connection Strength after Learning of SNN SURINDER KAUR 2012CS13 M.TECH(1st Year) INTELLIGENT SENSORS AND SENSOR NETWORKS
  • 20. DISCRIMINATION OF MATERIAL TYPE-SYSTEM ARCHITECTURE Figure : The Sensor with Plunger Based Probe and Optical Mouse SURINDER KAUR 2012CS13 M.TECH(1st Year) INTELLIGENT SENSORS AND SENSOR NETWORKS
  • 21. NEURAL NETWORK BASED CLASSIFIER (A) Multi − Layer Perceptron Neural Network(MLP NN) Feed-Forward Neural Network Figure : MLP NN SURINDER KAUR 2012CS13 M.TECH(1st Year) INTELLIGENT SENSORS AND SENSOR NETWORKS
  • 22. MLP-NN yi = xi where yi : output of ith neuron in input layer xi : input signal yj = fa( wij.xi) where yj : output of jth neuron in hidden layer or output layer fa : the activation function wij : connection weight from ith neuron to jth neuron xi : the input from ith neuron to jth neuron SURINDER KAUR 2012CS13 M.TECH(1st Year) INTELLIGENT SENSORS AND SENSOR NETWORKS
  • 23. NEURAL NETWORK BASED CLASSIFIER (B) Radial Basis Function Neural Network(RBF NN) Hidden layer applies non-linear transformation from input space to hidden space. The transform function is radial − symmetrical on centre point. In the paper Gaussian function is chosen as basis function. SURINDER KAUR 2012CS13 M.TECH(1st Year) INTELLIGENT SENSORS AND SENSOR NETWORKS
  • 24. RBF NN yi = xi where yi : output of ith neuron in input layer xi : input signal yj = i wi.G(|x − xi|) where yj : output of jth neuron in hidden layer or output layer wi : connection weight xi : the input from ith neuron in the lower layer and the centre point. x : the real valued vector The Gaussian function is given as: G(z) = exp(−z2/(2 ∗ σ2)) where σ : variance SURINDER KAUR 2012CS13 M.TECH(1st Year) INTELLIGENT SENSORS AND SENSOR NETWORKS
  • 25. COMPARISON OF MLP NN AND RBF NN The comparison between the two is made on the basis of following performance measures: Mean Square Error(MSE) Percentage Classification Accuracy(PCLA) Area under Receiver Operating Characteristic curve(AROC) RBF NN is found better than MLP NN on following grounds: Less training iterations are required. It is more noise tolerant. Topology optimization is easy. SURINDER KAUR 2012CS13 M.TECH(1st Year) INTELLIGENT SENSORS AND SENSOR NETWORKS
  • 26. USIC Universal Sensor Interface Chip Device that has high degree of in built analogue and digital flexibility combined with an integrated micro controller. It includes all of the processing elements needed to produce many intelligent sensor systems. The local intelligence is provided by the integrated RISC processor. SURINDER KAUR 2012CS13 M.TECH(1st Year) INTELLIGENT SENSORS AND SENSOR NETWORKS
  • 27. BLOCK DIAGRAM OF USIC Figure : Block Diagram of USIC SURINDER KAUR 2012CS13 M.TECH(1st Year) INTELLIGENT SENSORS AND SENSOR NETWORKS
  • 28. CONCLUSION The proposed method of on − line human localization based on SNN in intelligent sensor network can be combined with voice recognition and visual perception for better natural interaction between the human and the robot caregiver. The proposed material classifier shows satisfactory performance and RBF NN is proved better than MLP NN. The proposed method is able to classify materials, attempts can be made to classify the surface roughness of different materials. USIC provides a cost − effective solution to develop various intelligent sensor applications using a common chip. SURINDER KAUR 2012CS13 M.TECH(1st Year) INTELLIGENT SENSORS AND SENSOR NETWORKS
  • 29. REFERENCES T. Obo, N. Kubota, K. Taniguchi and T. Sawayama, “Human localization based on spiking neural network in intelligent sensor networks”,IEEE Workshop on,Robotic Intelligence In Informationally Structured Space,2011. Nadir N. Charniya, Sanjay V. Dudul, “Intelligent sensor system for discrimination of material type using neural networks”, Journal Applied Soft Computing archive Volume 12 Issue 1, Pages 543-552, January, 2012. P. D. Wilson, S.P. Hopkins, R.S. Spraggs, I. Lewis, V. Skarda and J. Goodey, “Application of a universal sensor interface chip(USIC) for intelligent sensor applications”, in Proceedings of the IEE Colloquium on Advances in Sensors, no. 232, pp. 3/13/6,December 1995. Dekneuvel, E. and H. Medromi, “An ultrasonic intelligent sensor for a mobile robot perceptron system. Principles, design and experiments,” In IEEE Conference, 1999. SURINDER KAUR 2012CS13 M.TECH(1st Year) INTELLIGENT SENSORS AND SENSOR NETWORKS