19 results on '"Classification rates"'
Search Results
2. A model-based approach for clustering of multivariate semicontinuous data with application to dietary pattern analysis and intervention.
- Author
-
Jiang, Tao, Lu, Yahui, Duan, Huimin, Zhang, Wei, and Liu, Aiyi
- Subjects
- *
FOOD habits , *TYPE 1 diabetes , *CONTINUOUS distributions , *CHILD psychology , *FOOD consumption , *STATISTICS , *COMPUTER simulation , *RESEARCH , *MULTIVARIATE analysis , *RESEARCH methodology , *DIET , *EVALUATION research , *MEDICAL cooperation , *COMPARATIVE studies , *RESEARCH funding , *QUESTIONNAIRES , *CLUSTER analysis (Statistics) , *ALGORITHMS , *HEALTH promotion - Abstract
Semicontinuous data, characterized by a sizable number of zeros and observations from a continuous distribution, are frequently encountered in health research concerning food consumptions, physical activities, medical and pharmacy claims expenditures, and many others. In analyzing such semicontinuous data, it is imperative that the excessive zeros be adequately accounted for to obtain unbiased and efficient inference. Although many methods have been proposed in the literature for the modeling and analysis of semicontinuous data, little attention has been given to clustering of semicontinuous data to identify important patterns that could be indicative of certain health outcomes or intervention effects. We propose a Bernoulli-normal mixture model for clustering of multivariate semicontinuous data and demonstrate its accuracy as compared to the well-known clustering method with the conventional normal mixture model. The proposed method is illustrated with data from a dietary intervention trial to promote healthy eating behavior among children with type 1 diabetes. In the trial, certain diabetes friendly foods (eg, total fruit, whole fruit, dark green and orange vegetables and legumes, whole grain) were only consumed by a proportion of study participants, yielding excessive zero values due to nonconsumption of the foods. Baseline foods consumptions data in the trial are used to explore preintervention dietary patterns among study participants. While the conventional normal mixture model approach fails to do so, the proposed Bernoulli-normal mixture model approach has shown to be able to identify a dietary profile that significantly differentiates the intervention effects from others, as measured by the popular healthy eating index at the end of the trial. [ABSTRACT FROM AUTHOR]
- Published
- 2020
- Full Text
- View/download PDF
3. E-mail classification with machine learning and word embeddings for improved customer support
- Author
-
Borg, Anton, Boldt, Martin, Rosander, Oliver, Ahlstrand, Jim, Borg, Anton, Boldt, Martin, Rosander, Oliver, and Ahlstrand, Jim
- Abstract
Classifying e-mails into distinct labels can have a great impact on customer support. By using machine learning to label e-mails, the system can set up queues containing e-mails of a specific category. This enables support personnel to handle request quicker and more easily by selecting a queue that match their expertise. This study aims to improve a manually defined rule-based algorithm, currently implemented at a large telecom company, by using machine learning. The proposed model should have higher F1-score and classification rate. Integrating or migrating from a manually defined rule-based model to a machine learning model should also reduce the administrative and maintenance work. It should also make the model more flexible. By using the frameworks, TensorFlow, Scikit-learn and Gensim, the authors conduct a number of experiments to test the performance of several common machine learning algorithms, text-representations, word embeddings to investigate how they work together. A long short-term memory network showed best classification performance with an F1-score of 0.91. The authors conclude that long short-term memory networks outperform other non-sequential models such as support vector machines and AdaBoost when predicting labels for e-mails. Further, the study also presents a Web-based interface that were implemented around the LSTM network, which can classify e-mails into 33 different labels. © 2020, The Author(s)., Open access
- Published
- 2021
- Full Text
- View/download PDF
4. E-mail classification with machine learning and word embeddings for improved customer support
- Author
-
Borg, Anton, Boldt, Martin, Rosander, Oliver, Ahlstrand, Jim, Borg, Anton, Boldt, Martin, Rosander, Oliver, and Ahlstrand, Jim
- Abstract
Classifying e-mails into distinct labels can have a great impact on customer support. By using machine learning to label e-mails, the system can set up queues containing e-mails of a specific category. This enables support personnel to handle request quicker and more easily by selecting a queue that match their expertise. This study aims to improve a manually defined rule-based algorithm, currently implemented at a large telecom company, by using machine learning. The proposed model should have higher F1-score and classification rate. Integrating or migrating from a manually defined rule-based model to a machine learning model should also reduce the administrative and maintenance work. It should also make the model more flexible. By using the frameworks, TensorFlow, Scikit-learn and Gensim, the authors conduct a number of experiments to test the performance of several common machine learning algorithms, text-representations, word embeddings to investigate how they work together. A long short-term memory network showed best classification performance with an F1-score of 0.91. The authors conclude that long short-term memory networks outperform other non-sequential models such as support vector machines and AdaBoost when predicting labels for e-mails. Further, the study also presents a Web-based interface that were implemented around the LSTM network, which can classify e-mails into 33 different labels. © 2020, The Author(s)., Open access
- Published
- 2020
- Full Text
- View/download PDF
5. A surrogate-assisted GA enabling high-throughput ML by optimal feature and discretization selection
- Author
-
Garcia, Johan and Garcia, Johan
- Abstract
Novel lookup-based classification approaches allow machine-learning (ML) to be performed at extremely high classification rates for suitable low-dimensional classification problems. A central aspect of such approaches is the crucial importance placed on the optimal selection of features and discretized feature representations. In this work we propose and study a hybrid-genetic algorithm (hGAm) approach to solve this optimization problem. For the considered problem the fitness evaluation function is expensive, as it entails training a ML classifier with the proposed set of features and representations, and then evaluating the resulting classifier. We have here devised a surrogate problem by casting the feature selection and representation problem as a combinatorial optimization problem in the form of a multiple-choice quadratic knapsack problem (MCQKP). The orders of magnitude faster evaluation of the surrogate problem allows a comprehensive hGAm performance evaluation to be performed. The results show that a suitable trade-off exists at around 5000 fitness evaluations, and the results also provide a characterization of the parameter behaviors as input to future extensions.
- Published
- 2020
- Full Text
- View/download PDF
6. E-mail classification with machine learning and word embeddings for improved customer support
- Author
-
Jim Ahlstrand, Anton Borg, Martin Boldt, and Oliver Rosander
- Subjects
Classification performance ,Computer science ,Interface (Java) ,02 engineering and technology ,Machine learning ,computer.software_genre ,01 natural sciences ,Language Technology (Computational Linguistics) ,Set (abstract data type) ,Artificial Intelligence ,Rule-based models ,0103 physical sciences ,0202 electrical engineering, electronic engineering, information engineering ,Long short-term memory ,AdaBoost ,010306 general physics ,Språkteknologi (språkvetenskaplig databehandling) ,Adaptive boosting ,Support vector machines ,Learning systems ,Classification rates ,business.industry ,Computer Sciences ,Natural language processing ,Brain ,Email classification ,Text representation ,E-mail classification ,Customer support ,Test (assessment) ,Embeddings ,Support vector machine ,Electronic mail ,Datavetenskap (datalogi) ,Machine learning models ,Rule based algorithms ,020201 artificial intelligence & image processing ,Web-based interface ,Artificial intelligence ,business ,computer ,Software ,Word (computer architecture) ,Multimedia systems - Abstract
Classifying e-mails into distinct labels can have a great impact on customer support. By using machine learning to label e-mails, the system can set up queues containing e-mails of a specific category. This enables support personnel to handle request quicker and more easily by selecting a queue that match their expertise. This study aims to improve a manually defined rule-based algorithm, currently implemented at a large telecom company, by using machine learning. The proposed model should have higher$$F_1$$F1-score and classification rate. Integrating or migrating from a manually defined rule-based model to a machine learning model should also reduce the administrative and maintenance work. It should also make the model more flexible. By using the frameworks, TensorFlow, Scikit-learn and Gensim, the authors conduct a number of experiments to test the performance of several common machine learning algorithms, text-representations, word embeddings to investigate how they work together. A long short-term memory network showed best classification performance with an$$F_1$$F1-score of 0.91. The authors conclude that long short-term memory networks outperform other non-sequential models such as support vector machines and AdaBoost when predicting labels for e-mails. Further, the study also presents a Web-based interface that were implemented around the LSTM network, which can classify e-mails into 33 different labels.
- Published
- 2021
7. A morphological approach for feature space partitioning.
- Author
-
Barata, T. and Pina, P.
- Abstract
A mathematical morphology-based methodology to construct decision region borders that geometrically model the training sets of points is presented in this letter. It is shown that the incorporation of the geometric features of the training sets leads to higher classification rates. Our approach is illustrated with two features of seven land-cover classes [forest (3), soil (2), vegetation, and water] constructed from remotely sensed images of a region in the center of Portugal. [ABSTRACT FROM PUBLISHER]
- Published
- 2006
- Full Text
- View/download PDF
8. Computer-Aided Diagnosis in Hysteroscopic Imaging
- Author
-
Neofytou, Marios S., Tanos, Vasilios, Constantinou, Ioannis P., Kyriacou, Efthyvoulos C., Pattichis, Marios S., Pattichis, Constantinos S., Pattichis, Constantinos S. [0000-0003-1271-8151], Pattichis, Marios S. [0000-0002-1574-1827], and Kyriacou, Efthyvoulos C. [0000-0002-4589-519X]
- Subjects
Computer science ,Computer-aided hysteroscopy ,Diseases ,CAD ,HSL and HSV ,User-Computer Interface ,Probabilistic neural network ,Endometrial cancer ,Health Information Management ,Image texture ,middle aged ,Computer vision ,Texture features ,receiver operating characteristic ,Classification (of information) ,Classification rates ,Textures ,Middle Aged ,Classification ,Computer Science Applications ,Computer aided diagnosis ,female ,Female ,Neural networks ,Biotechnology ,Feature extraction ,computer interface ,Hysteroscopy ,Computer-aided diagnostic (CAD) ,Probabilistic neural networks ,Image Interpretation, Computer-Assisted ,Humans ,human ,procedures ,Electrical and Electronic Engineering ,Gray level differences ,Support vector machines ,uterus ,business.industry ,Uterus ,Endoscopy ,computer assisted diagnosis ,Pattern recognition ,Endometrial Neoplasms ,Support vector machine ,Support vector machine (SVMs) ,ROC Curve ,Computer-aided diagnosis ,Computer aided diagnostics ,RGB color model ,pathology ,Artificial intelligence ,business - Abstract
The paper presents the development of a computeraided diagnostic (CAD) system for the early detection of endometrial cancer. The proposed CAD system supports reproducibility through texture feature standardization, standardized multifeature selection, and provides physicians with comparative distributions of the extracted texture features. The CAD system was validated using 516 regions of interest (ROIs) extracted from 52 subjects. The ROIs were equally distributed among normal and abnormal cases. To support reproducibility, the RGB images were first gamma corrected and then converted into HSV and YCrCb. From each channel of the gamma-corrected YCrCb, HSV, and RGB color systems, we extracted the following texture features: 1) statistical features (SFs), 2) spatial gray-level dependence matrices (SGLDM), and 3) gray-level difference statistics (GLDS). The texture features were then used as inputs with support vector machines (SVMs) and the probabilistic neural network (PNN) classifiers. After accounting for multiple comparisons, texture features extracted from abnormal ROIs were found to be significantly different than texture features extracted from normal ROIs. Compared to texture features extracted from normal ROIs, abnormal ROIs were characterized by lower image intensity, while variance, entropy, and contrast gave higher values. In terms of ROI classification, the best results were achieved by using SF and GLDS features with an SVM classifier. For this combination, the proposed CAD system achieved an 81% correct classification rate. 2168-2194 © 2014 IEEE. 19 3 1129 1136 Cited By :2
- Published
- 2015
9. Perception of working conditions on the quality of working life: Employees linked to health companies in Barranquilla, Colombia
- Author
-
Laura Martinez Buelvas, Jaramillo-Naranjo, O., Gamarra-Amarís, O., Llinás-Herrera, A., Jiménez-Pérez, F., and Soliman K.S.
- Subjects
Economic and social effects ,Classification rates ,Occupational risks ,Psychosocial aspects ,Principal component analysis ,Quality of working life ,Working conditions ,Principal components analysis ,Environmental variables ,Information management ,Health ,Sustainable development ,Personnel ,Internal reliabilities ,Reliability analysis ,Occupational safety - Abstract
Working conditions and their interaction on Quality of Working Life (QWL) perception in health sector employees from Barranquilla-Colombia were studied and modeled in a sample of 333 people aged between 16 and 73 years old. Reliability analysis, exploratory factor and principal components analysis with VARIMAX rotation, and binary logistical regressions was performed. Results show acceptable internal reliability of the scale (α = 0.996) and satisfactory adequacy of factorial matrix data (KMO = 0.934). Sixty-three items grouped into ten elements presented the factorial structure: four belong to working conditions and six to QWL. The results showed that occupational safety and psychosocial aspects positively affects the Quality of Working Life, with an overall classification rate of 92.2%. QWL in the health sector is a function of environmental variables, which can have an impact on the quality of the service and, therefore, on social welfare. © 2017 International Business Information Management Association IBIMA. All Rights Reserved.
- Published
- 2017
10. Detecting age groups using touch interaction based on neuromotor characteristics.
- Author
-
Hernandez‐Ortega, J., Morales, A., Fierrez, J., and Acien, A.
- Abstract
A new parental control method to prevent unauthorised usage of touch devices by kids is proposed. The impact of rapidly advancing technology on the developing child has seen an increase exposition to new forms of danger. Studies reveal that 97% of US children under the age of four use mobile devices. A reliable and efficient method to prevent the use of touch devices by preschool children is proposed. The proposed method is based on the analysis of the neuromotor characteristics of the users according to the decomposition of simple drag and drop tasks using the kinematic theory of rapid human movements. The experimentation is conducted on a publicly available database with samples obtained from 89 children between 3 and 6 years old and 30 adults. The results are compared with an existent system based only on task time and accuracy. Finally, both systems are combined at score level to achieve better performances. The results, with correct classification rates over 96% in the combined system, show the discriminative ability of the proposed neuromotor‐inspired features and the possibility of combining this system with others to improve their final performance. [ABSTRACT FROM AUTHOR]
- Published
- 2017
- Full Text
- View/download PDF
11. What's in the Container? : Classifying Object Contents from Vision and Touch
- Author
-
Güler, Püren, Bekiroglu, Yasemin, Gratal, Xavi, Pauwels, Karl, Kragic, Danica, Güler, Püren, Bekiroglu, Yasemin, Gratal, Xavi, Pauwels, Karl, and Kragic, Danica
- Abstract
Robots operating in household environments need to interact with food containers of different types. Whether a container is filled with milk, juice, yogurt or coffee may affect the way robots grasp and manipulate the container. In this paper, we concentrate on the problem of identifying what kind of content is in a container based on tactile and/or visual feedback in combination with grasping. In particular, we investigate the benefits of using unimodal (visual or tactile) or bimodal (visual-tactile) sensory data for this purpose. We direct our study toward cardboard containers with liquid or solid content or being empty. The motivation for using grasping rather than shaking is that we want to investigate the content prior to applying manipulation actions to a container. Our results show that we achieve comparable classification rates with unimodal data and that the visual and tactile data are complimentary., QC 20150407
- Published
- 2014
- Full Text
- View/download PDF
12. Network Anomaly Classification by Support Vector Classifiers Ensemble and Non-linear Projection Techniques
- Author
-
De La Hoz, Eduardo, Ortiz, Andrés, Ortega, Julio, and De-La-Hoz-Franco, Emiro
- Subjects
network anomaly ,Network intrusions ,Classification rates ,Detección de anomalías de red ,Vector de soporte clasificadores ,Support vector classifiers ensemble ,Tasas de clasificación ,Intrusiones de red ,Proyecciones no lineales ,kernel pca ,Técnicas de reducción de la dimensionalidad ,Sistemas de detección de intrusos ,Conjunto de clasificadores de vectores de apoyo ,isomap ,Support vector classifiers ,Dimensionality reduction techniques ,support vector machine ensemble ,Intrusion detection systems ,Redes de ordenadores - Medidas de seguridad ,Network anomaly detection ,Nonlinear projections - Abstract
Network anomaly detection is currently a challenge due to the number of different attacks and the number of potential attackers. Intrusion detection systems aim to detect misuses or network anomalies in order to block ports or connections, whereas firewalls act according to a predefined set of rules. However, detecting the specific anomaly provides valuable information about the attacker that may be used to further protect the system, or to react accordingly. This way, detecting network intrusions is a current challenge due to growth of the Internet and the number of potential intruders. In this paper we present an intrusion detection technique using an ensemble of support vector classifiers and dimensionality reduction techniques to generate a set of discriminant features. The results obtained using the NSL-KDD dataset outperforms previously obtained classification rates La detección de anomalías en la red es actualmente un desafío debido a la cantidad de ataques diferentes y el número de posibles atacantes. Los sistemas de detección de intrusos apuntan a detectar los abusos. o anomalías de la red para bloquear puertos o conexiones, mientras que los firewalls actúan de acuerdo a un conjunto predefinido de reglas. Sin embargo, la detección de la anomalía específica proporciona información valiosa sobre el atacante que puede usarse para proteger aún más el sistema, o para reaccionar en consecuencia. De esta manera, la detección de intrusiones en la red es un desafío actual debido a el crecimiento de Internet y el número de posibles intrusos. En este trabajo presentamos una técnica de detección de intrusos utilizando un conjunto de clasificadores de vectores de soporte y técnicas de reducción de dimensionalidad para generar un conjunto de características discriminantes. Los resultados obtenido utilizando el conjunto de datos NSL-KDD supera las tasas de clasificación obtenidas previamente
- Published
- 2013
13. Multiscale Amplitude-Modulation Frequency-Modulation (AM-FM) Texture Analysis of Multiple Sclerosis in Brain MRI Images
- Author
-
Loizou, Christos P., Murray, V., Pattichis, Marios S., Seimenis, Ioannis, Pantzaris, Marios C., Pattichis, Constantinos S., Pattichis, Constantinos S. [0000-0003-1271-8151], Pattichis, Marios S. [0000-0002-1574-1827], Loizou, Christos P. [0000-0003-1247-8573], and Pantzaris, Marios C. [0000-0003-2937-384X]
- Subjects
Male ,Pathology ,magnetic resonance imaging (MRI) ,Instantaneous frequency ,Nuclear magnetic resonance ,Image texture ,Modulation frequencies ,Image Processing, Computer-Assisted ,MRI scan ,Medicine ,nuclear magnetic resonance imaging ,Texture features ,texture analysis ,medicine.diagnostic_test ,Classification rates ,Gray scale ,adult ,White matter ,article ,Brain ,methodology ,Textures ,General Medicine ,artificial intelligence ,Segmented regions ,Magnetic Resonance Imaging ,Computer Science Applications ,Amplitude-modulation frequency-modulation (AM–FM) ,medicine.anatomical_structure ,multiple sclerosis (MS) ,female ,Area Under Curve ,Engineering and Technology ,Female ,Medical imaging ,medicine.symptom ,Longitudinal study ,Algorithms ,Biotechnology ,Adult ,medicine.medical_specialty ,Multiple Sclerosis ,area under the curve ,brain ,Medical Engineering ,Instantaneous phase ,Resonance ,Statistics, Nonparametric ,Amplitude modulation ,Lesion ,Multiple sclerosis ,Magnetic resonance imaging ,male ,Artificial Intelligence ,nonparametric test ,Different scale ,Humans ,human ,Electrical and Electronic Engineering ,Multiscales ,Amplitude-modulation frequency-modulation (AMFM) ,Disease progression ,Expanded Disability Status Scale ,algorithm ,business.industry ,Image segmentation ,medicine.disease ,image processing ,Brain MRI ,Classification results ,pathology ,business ,Instantaneous amplitude ,Brain MR - Abstract
This study introduces the use of multiscale amplitude modulation-frequency modulation (AM-FM) texture analysis of multiple sclerosis (MS) using magnetic resonance (MR) images from brain. Clinically, there is interest in identifying potential associations between lesion texture and disease progression, and in relating texture features with relevant clinical indexes, such as the expanded disability status scale (EDSS). This longitudinal study explores the application of 2-D AM-FM analysis of brain white matter MS lesions to quantify and monitor disease load. To this end, MS lesions and normal-appearing white matter (NAWM) from MS patients, as well as normal white matter (NWM) from healthy volunteers, were segmented on transverse T2-weighted images obtained from serial brain MR imaging (MRI) scans (0 and 6-12 months). The instantaneous amplitude (IA), the magnitude of the instantaneous frequency (IF), and the IF angle were extracted from each segmented region at different scales. The findings suggest that AM-FM characteristics succeed in differentiating 1) between NWM and lesions 2) between NAWM and lesions and 3) between NWM and NAWM. A support vector machine (SVM) classifier succeeded in differentiating between patients that, two years after the initial MRI scan, acquired an EDSS ≤ 2 from those with EDSS > 2 (correct classification rate = 86%). The best classification results were obtained from including the combination of the low-scale IA and IF magnitude with the medium-scale IA. The AM-FM features provide complementary information to classical texture analysis features like the gray-scale median, contrast, and coarseness. The findings of this study provide evidence that AM-FM features may have a potential role as surrogate markers of lesion load in MS. © 2006 IEEE. 15 1 119 129 Cited By :31
- Published
- 2010
14. Human activity recognition using inertial/magnetic sensor units
- Author
-
Kerem Altun and Billur Barshan
- Subjects
Engineering ,Dynamic time warping ,Computational costs ,Intelligent agents ,feature selection and reduction ,Classification technique ,Feature reduction ,Real-time application ,Principal component analysis ,Tri-axial magnetometer ,Feature selection ,Least squares methods ,law.invention ,Inertial sensor ,Activity recognition ,law ,Inertial measurement unit ,Human activities ,Feature (machine learning) ,Cross-validation technique ,Support vector machines ,Artificial neural network ,Classification rates ,Classifiers ,business.industry ,Sensors ,Sensor units ,Gyroscope ,Pattern recognition ,Magnetometers ,Support vector machine ,Comparative studies ,Triaxial accelerometer ,ComputingMethodologies_PATTERNRECOGNITION ,Bayesian networks ,Sports activity ,Feature extraction ,Artificial intelligence ,Human activity recognition ,Behavioral research ,Inertial navigation systems ,business ,K-nearest neighbor algorithm ,Decision making ,Neural networks - Abstract
Conference name: First International Workshop, HBU 2010 Date of Conference: August 22, 2010 This paper provides a comparative study on the different techniques of classifying human activities that are performed using body-worn miniature inertial and magnetic sensors. The classification techniques implemented and compared in this study are: Bayesian decision making (BDM), the least-squares method (LSM), the k-nearest neighbor algorithm (k-NN), dynamic time warping (DTW), support vector machines (SVM), and artificial neural networks (ANN). Daily and sports activities are classified using five sensor units worn by eight subjects on the chest, the arms, and the legs. Each sensor unit comprises a triaxial gyroscope, a triaxial accelerometer, and a triaxial magnetometer. Principal component analysis (PCA) and sequential forward feature selection (SFFS) methods are employed for feature reduction. For a small number of features, SFFS demonstrates better performance and should be preferable especially in real-time applications. The classifiers are validated using different cross-validation techniques. Among the different classifiers we have considered, BDM results in the highest correct classification rate with relatively small computational cost. © 2010 Springer-Verlag Berlin Heidelberg.
- Published
- 2010
15. Target classification with simple infrared sensors using artificial neural networks
- Author
-
Tayfun Aytac and Billur Barshan
- Subjects
Surface (mathematics) ,Sensor networks ,Target classification ,Computer science ,Feature vector ,Alumina ,Information science ,Geometry ,Backpropagation ,Styrofoam packaging ,Packaging materials ,Computational geometry ,Classification processes ,Simple (abstract algebra) ,Cylinders (shapes) ,Surface properties ,Computer vision ,Surface type ,Targets ,Classification rates ,Contextual image classification ,Artificial neural network ,Sensors ,business.industry ,Process (computing) ,Trace analysis ,Pattern recognition ,Surface materials ,Surfaces ,Statistical classification ,Infrared (IR) sensors ,Intensity measurements ,Feature vector (FV) ,Artificial intelligence ,business ,Infrared detectors ,Neural networks ,Intensity (heat transfer) - Abstract
Date of Conference: 27-29 Oct. 2008 Conference name: 23rd International Symposium on Computer and Information Sciences, ISCIS 2008 This study investigates the use of low-cost infrared (IR) sensors for the determination of geometry and surface properties of commonly encountered features or targets in indoor environments, such as planes, corners, edges, and cylinders using artificial neural networks (ANNs). The intensity measurements obtained from such sensors are highly dependent on the location, geometry, and surface properties of the reflecting target in a way which cannot be represented by a simple analytical relationship, therefore complicating the localization and classification process. We propose the use of angular intensity scans and feature vectors obtained by modeling of angular intensity scans and present two different neural network based approaches in order to classify the geometry and/or the surface type of the targets. In the first case, where planes, 90° corners, and 90° edges covered with aluminum, white cloth, and Styrofoam packaging material are differentiated, an average correct classification rate of 78% of both geometry and surface over all target types is achieved. In the second case, where planes, 90° edges, and cylinders covered with different surface materials are differentiated, an average correct classification rate of 99.5% is achieved. The method demonstrated shows that ANNs can be used to extract substantially more information than IR sensors are commonly employed for. © 2008 IEEE.
- Published
- 2008
16. Analysis of neuromuscular disorders using statistical and entropy metrics on surface EMG
- Author
-
Istenic, R., Kaplanis, P. A., Pattichis, Constantinos S., Zazula, D., and Pattichis, Constantinos S. [0000-0003-1271-8151]
- Subjects
Artificial intelligence ,Statistical methods ,Entropy ,Decision trees ,Myopathy ,Surface EMG ,Learning algorithms ,Classification systems ,Decision theory ,Isometric voluntary contraction ,Wavelet transforms ,Shannon entropies ,Maximal voluntary contraction ,Surface electromyography ,Recording time ,Shrinkage ,Feature sets ,Machine-learning techniques ,Support vector machines ,Classification (of information) ,Learning systems ,Classification rates ,Vectors ,EMG signals ,Muscle fatigues ,Neuropathy ,Health ,Surface electromyogram ,Feature extraction ,Muscle ,Wavelet transform ,Biceps brachii muscle ,Channel surface ,Image retrieval ,Decision making ,Neuromuscular disorders - Abstract
This paper introduces the surface electromyogram (EMG) classification system based on statistical and entropy metrics. The system is intended for diagnostic use and enables classification of examined subject as normal, myopathic or neuropathic, regarding to the acquired EMG signals. 39 subjects in total participated in the experiment, 19 normal, 11 myopathic and 9 neuropathic. Surface EMG was recorded using 4-channel surface electrodes on the biceps brachii muscle at isometric voluntary contractions. The recording time was only 5 seconds long to avoid muscle fatigue, and contractions at five force levels were performed, i.e. 10, 30, 50, 70 and 100 % of maximal voluntary contraction. The feature extraction routine deployed the wavelet transform and calculation of the Shannon entropy across all the scales in order to obtain a feature set for each subject. Subjects were classified regarding the extracted features using three machine learning techniques, i.e. decision trees, support vector machines and ensembles of support vector machines. Four 2-class classifications and a 3-class classification were performed. The scored classification rates were the following: 64±11% for normal/ abnormal, 74±7% for normal/myopathic, 79±8% for normal /neuropathic, 49±20% for myopathic/neuropathic, and 63±8% for normal/myopathic/neuropathic. 4 2 28 35
- Published
- 2008
17. A flexible electronic nose for odor discrimination using different methods of classification
- Author
-
Chilo, J., Horvath, G., Lindblad, Thomas, Olsson, R., Redeby, Johan, Roeraade, Johan, Chilo, J., Horvath, G., Lindblad, Thomas, Olsson, R., Redeby, Johan, and Roeraade, Johan
- Abstract
Ovarian cancer is one of the leading causes of death from cancer in women. The lifetime risk is around 1.5%, which makes it the second most common gynecologic malignancy (the first one being breast cancer). To have a definitive diagnose, a surgical procedure is generally required and suspicious areas (samples) will be removed and sent for microscopic and other analysis. This paper describes the result of a pilot study in which an electronic nose is used to "smell" the aforementioned samples, analyze the multi-sensor signals and have a close to real-time answer on the detection of cancer. Besides being fast, the detection method is inexpensive and simple. Experimental analysis using real ovarian carcinoma samples shows that the use of proper algorithms for analysis of the multi-sensor data from the electronic nose yielded surprisingly good results with more than 77% classification rate. The electronic nose used in this pilot study was originally developed to be used as a "bomb dog" and can distinguish between e.g. TNT, Dynamex, Prillit. However, it was constructed to be a flexible multi-sensor device and the individual (16) sensors can easily be replaced/exchanged. This is suggestive for further investigations to obtain even better results with new, specific sensors. In another pilot experiment, headspace of an ovarian carcinoma sample and a control sample were analyzed using gas chromatography-mass spectrometry. Significant differences in chemical composition and compound levels were recorded, which would explain the different response obtained with the electronic nose., QC 20141006
- Published
- 2009
- Full Text
- View/download PDF
18. Extraction of target features using infrared intensity signals
- Author
-
Aytaç, T. and Billur Barshan
- Subjects
Signal processing ,Classification rates ,Geometrical property ,Indoor environment ,Infrared sensor ,Target type ,Geometry ,Surface determination ,Styrofoam packaging ,Packaging materials ,Angular intensity ,Target feature ,Surface properties ,IR sensor ,Infrared intensity ,Azimuth error - Abstract
Date of Conference: 4-8 Sept. 2005 Conference name: 13th European Signal Processing Conference, 2005 We propose the use of angular intensity signals obtained with low-cost infrared (IR) sensors and present an algorithm to simultaneously extract the geometry and surface properties of commonly encountered features or targets in indoor environments. The method is verified experimentally with planes, 90° corners, and 90° edges covered with aluminum, white cloth, and Styrofoam packaging material. An average correct classification rate of 80% of both geometry and surface over all target types is achieved and targets are localized within absolute range and azimuth errors of 1.5 cm and 1.1°, respectively. Taken separately, the geometry and surface type of targets can be correctly classified with rates of 99% and 81%, respectively, which shows that the geometrical properties of the targets are more distinctive than their surface properties, and surface determination is the limiting factor. The method demonstrated shows that simple IR sensors, when coupled with appropriate signal processing, can be used to extract substantially more information than such devices are commonly employed for.
19. A NEW SUPERVISED LEARNING ALGORITHM USING NAÏVE BAYESIAN CLASSIFIER
- Author
-
Dewan Farid, Jérôme Darmont, Nouria Harbi, Chowdhury Mofizur Rahman, Darmont, Jérôme, and IADIS
- Subjects
[INFO.INFO-AI] Computer Science [cs]/Artificial Intelligence [cs.AI] ,Information gain ,ComputingMethodologies_PATTERNRECOGNITION ,Classification rates ,Naïve Bayesian classifier ,Conditional probabilities - Abstract
A new supervised learning algorithm using naïve Bayesian classifier is presented in this paper, which calculates the prior and conditional probabilities from a given training data and classifies the training examples using these probabilities. If any training example is misclassified then the algorithm calculates the information gain of attributes of the training data and chooses one attribute from training data with maximum information gain value. After the algorithm splits the training data into sub-datasets depending on the attribute values of the selected attribute, and again calculates the prior and conditional probabilities for each sub-dataset and classifies the examples of the each sub-dataset using their respective probabilities. The process will continue until all the training examples are correctly classified. Finally, the algorithm preserves the probabilities of each dataset for the future classification of unknown examples, whose attributes value are known but class value is unknown. The proposed algorithm addresses the problem of classifying the large dataset and it has been successfully tested on a number of benchmark problems, which achieved high classification rates using limited computational resources.
Catalog
Discovery Service for Jio Institute Digital Library
For full access to our library's resources, please sign in.