Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Indoor localization and monitoring are applied using RFID technique, for which the RFID reader and tags are distributed as shown in Figure 1 . The
Indoor localization and monitoring are applied using RFID technique, for which the RFID reader and tags are distributed as shown in Figure The figure illustrates how a person can be monitored using vertical RFID sensors mounted on the wall of a room. Remember there are no tags mounted on the person. In this example, four types of person orientations are identified and these are:
The person lying on the floor.
The person lying on the bed
The person sitting on a chair.
Standing person.
Figure Wallmounted RFID tags for a localized and monitoring person in an indoor environment.
Data are collected from tag elements including the target data that identified the type of the person orientation. These are two matrices t and x represent the target and the output data respectively.
Three data files will be supplied to study the performance of the system in terms of neural network training confusion. These data files are named as follows:
eightsensorsmat
eightsensorsmat
eightsensorsmat
For each data set, you have to comment on the results and illustrate the following:
Write your MATLAB programme and
Plot the data for each case. Try to plot all output data from all sensors
Comment on the confusion matrix and errors for each data file using various sizes of the hidden layer such as and
For each data file, state the variations on the performance and the ROC.
What are the benefits of such a technique compared to wearable sensors applications?
Create the classification tree for the three data set, remember to transform vectors actual data t vector to indices Classes using the matlab function vecindt so that can be applied to the fitctree function and then comment on the results achieved. You have to add your pseudocode on the main matlab window into your answer.
Train four different classifiers namely: Naive Bayes', 'Discriminant Analysis', 'Classification Tree', 'Nearest Neighbor' for two data sensors and only of one data set above. Create a grid of points spanning the entire space within some bounds of the actual data values, and then predict the patient orientation using all classifiers. Comment on your observation.
Samples of output data from the sensors will be provided to you in a file named collectedsensorsmat Can you provide the estimated target data for these samples? Remember to try this on the trained data of the three files given above to you.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started