Exam, neural diagnosis and monitoring Flashcards
what does partition clustering method applied to feature-based data representation provide with?
The partition clustering methods provide a splitting of the feature space into a fixed number of clusters
What does the Naive Bayers classifiers assume under the supervised learning paradigm?
Class conditional independence between features
What can be used as a performance index regarding the evaluation of the performance of a classifier system?
An estimate of the probability of classification error can be used as a performance index
What is visual evoked potentials (VEP)?
- A visual evoked potential is a potential caused by a visual stimulus
- (example an alternating checkerboard pattern on a computer screen)
- Responses are recorded from electrodes that are placed on the back of your head and are observed as a reading on an (EEG)
Regarding the classification of VEPs?
A possible data representation that serves as input to the decision module for this problem is a feature vector containing latencies and amplitudes of particular peaks of the VEP signal
The miniskowski distance Equation of classification of VEPs?
d=[Number of features corresponding to amplitude]
r=2 vid Euclidean distance
r=1 using Manhattan distance
What is K-means?
- A Clustering algorithm
- Uses the least squared Euclidean distance which is the intuitive nearest mean
- partitional
- attempt to minimize the distance between points labeled to be in a cluster and a point designated as the center of the cluster
- How should classification based on FDG-PET images of alzheimer disease vs normal population be made?
- What is a possible data prespresentation?
3-5. How can the feature space be reduced?
- Computed aided diagnosis systems for the classification of AD vs N may be based on support vector machines
- One possible feature-space data representation for the FDG-PET images is using the Voxel intensities as features
- Feature selection methods can be used to reduce the dimensionality of the feature space
- Mapping of the feature space into another space of lower dimensionality such as principal component analysis (PCA) is a form of dimensionality reduction
- Clustering methods can be used as a pre-processing step for the feature selection procedure
- The lower number of features used, the better classification result
How can clustering algorithms be obtained?
Different clustering algorithms can be obtained by adopting different (di)similarity measures between objects or between clusters
why is clustering algoritms useful?
For exploratory data analysis, devising structure from unlabelled data
what does MAP classifiers require?
the estimation/defenition of a priori class probabilities
What does the Naive Bayes classifiers assume?
Class conditional independence between features
What is Bayesian classifiers?
A sub-class of statistical classification methods
what data is used in semi-supervised learning methods?
Semi-supervised learning methods use both labelled and unlabelled data for training, and labelled data for testing
Name one pre-processing step for the classification of VEPs!
One possible pre-processing step consists of averaging over multiple EEG segments synchronized with the visual stimuli onset, in order to recover the VEP signal from the background EEG activity