Goto

Collaborating Authors

 Support Vector Machines


Artificial intelligence, MRI combination achieves 94% accuracy in predicting dementia

#artificialintelligence

A form of artificial intelligence combined with MRI scans of the brain predicted with 94% accuracy whether individuals with a specific type of early memory loss would go on to develop Alzheimer's diseases or other forms of dementia, according to a new study. University of Florida researchers studied 55 participants diagnosed with amnestic mild cognitive impairment -- a condition that is a known precursor to Alzheimer's disease and marked by signs like forgetting conversations or misplacing items. By applying a support vector machine model algorithm to a 45-minute MRI brain scan of brain structures and brain activity, researchers reported they were able to predict progression from amnestic MCI to dementia with over 94% accuracy. The algorithm delivered 92.7% accuracy when applied to a 10-minute brain scan. Fourteen participants developed dementia and 41 remained stable over a 15-month study period.


uf-study-shows-artificial-intelligence-s-potential-predict-dementia

#artificialintelligence

New research published today shows that a form of artificial intelligence combined with MRI scans of the brain has the potential to predict whether people with a specific type of early memory loss will go on to develop Alzheimer's disease or other form of dementia. University of Florida researchers studied 55 participants who had been diagnosed with amnestic mild cognitive impairment, a condition in which a person has more memory problems than expected for their age. The findings were published in the journal Frontiers in Aging Neuroscience. By applying a type of computer algorithm known as a support vector machine model to a 45-minute MRI brain scan, the researchers reported that the algorithm could predict progression from amnestic mild cognitive impairment to dementia with over 94% accuracy. Furthermore, they reported that the algorithm produced 92.7% accuracy when using a 10-minute MRI brain scan alone.


SVMs for Linearly Separable Data with Python

#artificialintelligence

In our last few articles, we have talked about Support Vector Machines. We have considered them with hard and soft margins, and also how we can use the Kernel Trick when our data is not linearly separable. However, in this article, we will only consider how to implement an SVM when our data is linearly separable. In the next article, we will move on to consider how to implement it when the data is no longer linearly separable. We will implement our models using Jupyter Notebook and various libraries.


DEBACER: a method for slicing moderated debates

arXiv.org Artificial Intelligence

Subjects frequently change in moderated debates with several participants, such as in parliamentary sessions, electoral debates, and trials. Partitioning a debate into blocks with the same subject is essential for understanding. Often a moderator is responsible for defining when a new block begins so that the task of automatically partitioning a moderated debate can focus solely on the moderator's behavior. In this paper, we (i) propose a new algorithm, DEBACER, which partitions moderated debates; (ii) carry out a comparative study between conventional and BERTimbau pipelines; and (iii) validate DEBACER applying it to the minutes of the Assembly of the Republic of Portugal. Our results show the effectiveness of DEBACER.


Computer-Assisted Creation of Boolean Search Rules for Text Classification in the Legal Domain

arXiv.org Artificial Intelligence

In this paper, we present a method of building strong, explainable classifiers in the form of Boolean search rules. We developed an interactive environment called CASE (Computer Assisted Semantic Exploration) which exploits word co-occurrence to guide human annotators in selection of relevant search terms. The system seamlessly facilitates iterative evaluation and improvement of the classification rules. The process enables the human annotators to leverage the benefits of statistical information while incorporating their expert intuition into the creation of such rules. We evaluate classifiers created with our CASE system on 4 datasets, and compare the results to machine learning methods, including SKOPE rules, Random forest, Support Vector Machine, and fastText classifiers. The results drive the discussion on trade-offs between superior compactness, simplicity, and intuitiveness of the Boolean search rules versus the better performance of state-of-the-art machine learning models for text classification.


What is support vector regression (SVR) ?

#artificialintelligence

A support vector regression is a popular machine learning model today in this article, I would be giving you a detailed explanation and how this model works. Support vector model can be used for both problems regression as well as classification and it's divided into 2 parts support vector machine (SVM)is used for classification problems and support vector regression (SVR) is mostly used for regression problems but in this article, I would be telling you about support vector regression (SVR) to know more about support vector machine (SVM) go to this link


Enhancing Column Generation by a Machine-Learning-Based Pricing Heuristic for Graph Coloring

arXiv.org Artificial Intelligence

Column Generation (CG) is an effective method for solving large-scale optimization problems. CG starts by solving a sub-problem with a subset of columns (i.e., variables) and gradually includes new columns that can improve the solution of the current subproblem. The new columns are generated as needed by repeatedly solving a pricing problem, which is often NP-hard and is a bottleneck of the CG approach. To tackle this, we propose a Machine-Learning-based Pricing Heuristic (MLPH)that can generate many high-quality columns efficiently. In each iteration of CG, our MLPH leverages an ML model to predict the optimal solution of the pricing problem, which is then used to guide a sampling method to efficiently generate multiple high-quality columns. Using the graph coloring problem, we empirically show that MLPH significantly enhancesCG as compared to six state-of-the-art methods, and the improvement in CG can lead to substantially better performance of the branch-and-price exact method.


New Datasets for Dynamic Malware Classification

arXiv.org Artificial Intelligence

Nowadays, malware and malware incidents are increasing daily, even with various anti-viruses systems and malware detection or classification methodologies. Many static, dynamic, and hybrid techniques have been presented to detect malware and classify them into malware families. Dynamic and hybrid malware classification methods have advantages over static malware classification methods by being highly efficient. Since it is difficult to mask malware behavior while executing than its underlying code in static malware classification, machine learning techniques have been the main focus of the security experts to detect malware and determine their families dynamically. The rapid increase of malware also brings the necessity of recent and updated datasets of malicious software. We introduce two new, updated datasets in this work: One with 9,795 samples obtained and compiled from VirusSamples and the one with 14,616 samples from VirusShare. This paper also analyzes multi-class malware classification performance of the balanced and imbalanced version of these two datasets by using Histogram-based gradient boosting, Random Forest, Support Vector Machine, and XGBoost models with API call-based dynamic malware classification. Results show that Support Vector Machine, achieves the highest score of 94% in the imbalanced VirusSample dataset, whereas the same model has 91% accuracy in the balanced VirusSample dataset. While XGBoost, one of the most common gradient boosting-based models, achieves the highest score of 90% and 80%.in both versions of the VirusShare dataset. This paper also presents the baseline results of VirusShare and VirusSample datasets by using the four most widely known machine learning techniques in dynamic malware classification literature. We believe that these two datasets and baseline results enable researchers in this field to test and validate their methods and approaches.


Machine Learning in Medicine -- Journal Club

#artificialintelligence

The use of machine learning techniques in biomedical research has exploded over the past few years, as exemplified by the dramatic increase in the number of journal articles indexed on PubMed by the term "machine learning", from 3,200 in 2015 to over 18,000 in 2020. While substantial scientific advancements have been made possible thanks to machine learning, the inner working of most machine learning algorithms remains foreign to many clinicians, most of whom are quite familiar with traditional statistical methods but have little formal training on advanced computer algorithms. Unfortunately, journal reviewers and editors are sometimes content with accepting machine learning as a black box operation and fail to analyze the results produced by machine learning models with the same level of scrutiny that is applied to other clinical and basic science research. The goal of this journal club is to help readers develop the knowledge and skills necessary to digest and critique biomedical journal articles involving the use of machine learning techniques. It is hard for a reviewer to know what questions to ask if he/she does not understand how these algorithms work.


@Radiology_AI

#artificialintelligence

"Just Accepted" papers have undergone full peer review and have been accepted for publication in Radiology: Artificial Intelligence. This article will undergo copyediting, layout, and proof review before it is published in its final version. Please note that during production of the final copyedited article, errors may be discovered which could affect the content. To assess if semisupervised natural language processing (NLP) of text clinical radiology reports could provide useful automated diagnosis categorization for ground truth labeling to overcome manual labeling bottlenecks in the machine learning pipeline. In this retrospective study, 1503 text cardiac MRI reports (from between 2016 and 2019) were manually annotated for five diagnoses by clinicians: normal, dilated cardiomyopathy (DCM), hypertrophic cardiomyopathy (HCM), myocardial infarction (MI), and myocarditis.