One of the segmentation techniques with the greatest degree of success used in numerous recent applications is multi-level thresholding. The selection of appropriate threshold values presents difficulties for traditio...
详细信息
Procedural modeling is used to generate virtual content in organized layouts of exterior and interior elements. There is a large number of existing layout generation methods, and newer approaches propose the generatio...
Procedural modeling is used to generate virtual content in organized layouts of exterior and interior elements. There is a large number of existing layout generation methods, and newer approaches propose the generation of multiple layout types within the same generation session. This introduces additional constraints when manually created layout elements need to be combined with the automatically generated content. Existing approaches are either designed to work with existing elements for a single layout type, or require a high amount of manual work for adding existing elements within multiple layouts. This paper presents a method that enables the application of existing subdivision methods on multiple layout types by inserting existing content into the generation result. This method can generate test cases by creating variations of partially generated layouts for procedural modeling methods that can work with existing content.
Programming can help K-12 students to develop their 21st-century core skills. Despite the benefits, programming is not common to be delivered in Indonesian K-12 education. There is a need to understand potential chall...
详细信息
Sarcasm is a form of sentiment characterized by the use of words that express the opposite of what is meant. Sarcasm detection has applications in multiple domains ranging from sentiment analysis in product reviews to...
详细信息
ISBN:
(纸本)9798400709227
Sarcasm is a form of sentiment characterized by the use of words that express the opposite of what is meant. Sarcasm detection has applications in multiple domains ranging from sentiment analysis in product reviews to user feedback, and online forums. Sarcasm detection is important to understand user opinions and intentions in areas such as sentiment-based classification and opinion mining. This can result in better product development and customer service. Sarcasm detection can be a challenging task because sarcastic sentences may use positive expressions to convey negative meanings or may use negative sentences to convey positive meanings. Also, sarcastic sentences form a very small component of the entire communication. The increasing use of sarcasm in various social media such as Twitter, Reddit, Amazon product reviews, etc. has highlighted the importance of detecting and understanding sarcasm in various contexts. Sarcasm detection is a challenging problem for NLP systems that often rely on statistical models for performing sentiment analysis. In this research, the focus is on the use of a textual entailment approach for detecting sarcasm. Textual entailment is a natural language inference task that involves determining whether one text (hypothesis) can be derived from another text (premise). The underlying assumption behind this approach is that - if there is a contradiction between the premise and hypothesis, we can say that the hypothesis is sarcastic. To test our approach, an annotated corpus of 3000 product reviews was developed methodically from the Amazon Reviews dataset and tested using the textual entailment approach. The proposed approach achieved an F1 score of 0.76 on this dataset. The result is better than the baseline considered which is the BERT binary classifier which gives an F1 score of 0.48 on the same dataset.
In many third-world countries, effective waste material management has become a crucial concern due to the escalating quantity of waste materials. Among these materials, waste glass holds significance due to its wides...
详细信息
Gaussian Process Regression (GPR) is a popular regression method, which unlike most Machine Learning techniques, provides estimates of uncertainty for its predictions. These uncertainty estimates however, are based on...
详细信息
Anemia is a public health issue with serious ramifications for human health *** particularly affects pregnant women and children from 6 to 59 months old even though every individual is at *** occurs when the Hb level ...
详细信息
Anemia is a public health issue with serious ramifications for human health *** particularly affects pregnant women and children from 6 to 59 months old even though every individual is at *** occurs when the Hb level is below its normal threshold or when the red blood cells are weakened or *** discover medical remedies on time,early detection or diagnosis of anemia assist patients to understand their *** invasive approach for anemia detection is costive and time-consuming as compared to the non-invasive approach which is reliable and suitable for developing communities where medical resources and personnel are *** study uses palpable palm images(dataset)collected from 710 participants in selected hospitals in *** images were extracted,segmented and converted into RGB percentile to train,validate and tested the machine learning models.A hybrid model was developed with the application of ensemble learning models using the R programming language on the R Studio ***,voting,boosting and bagging ensemble model techniques were used to build the hybrid models,the stacking ensemble model achieved an accuracy of 99.73%.The study justifies that ensemble models are efficient for medical disease diagnosis or detection such as anemia.
Software development is implemented in several key phases, one of which is software testing. Software testing consists of selecting techniques for the purpose of finding software defects and bugs in the process of wri...
Software development is implemented in several key phases, one of which is software testing. Software testing consists of selecting techniques for the purpose of finding software defects and bugs in the process of writing code. There are several ways and approaches that lead us to that purpose, with the goal of selecting the most adequate method in terms of cost, complexity, and efficiency. In this paper, we will take a deeper dive into mutation testing techniques. Mutation testing techniques are fault-based and focus more on test structures than the input data, which is considered the testing start point. The basic concept of mutation testing consists of a few steps, which will be covered in this paper, and metrics that measure how effective the tests really are. With a few code examples, we will show why code coverage, which is mostly taken as a measure while testing, is sometimes not the most reliable source and does not give a full picture when talking about the quality of written tests.
Artificial intelligence, Machine Learning, and Deep Learning are increasingly making significant contributions to the field of medicine. Individual patient conditions, disease localization, and various influencing fac...
详细信息
ISBN:
(数字)9798350373974
ISBN:
(纸本)9798350373981
Artificial intelligence, Machine Learning, and Deep Learning are increasingly making significant contributions to the field of medicine. Individual patient conditions, disease localization, and various influencing factors underscore the complexity of disease diagnosis and treatment planning. Introducing new technologies can revolutionize medical diagnostics, facilitating swift and accurate assessments. Among the noninvasive diagnostic methods, Magnetic Resonance Imaging (MRI) stands out, particularly in tumor diagnosis. UNet, renowned for its effectiveness in medical image analysis, serves as a robust model for semantic segmentation, as does DeepLabV3+. However, these models are inherently complex, and their inference process can be time-consuming. By leveraging the OpenVINO toolkit, the inference process is significantly reduced. In this study, nearly a 2-fold acceleration is achieved in inference time with the DeepLabV3+ model and a roughly 1.2-fold improvement with the UNet model on CPU. Moreover, when employing GPU with FP16 precision, the acceleration reached almost 2.5fold for UNet and nearly 3-fold for DeepLabV3+, showcasing the substantial performance enhancements attainable through optimized hardware utilization.
As the behavior of neural networks is dependent on the characteristics of training data, choosing appropriate data is mandatory to achieve expected levels of their prediction performance such as the accuracy or robust...
详细信息
ISBN:
(数字)9798350390995
ISBN:
(纸本)9798350391008
As the behavior of neural networks is dependent on the characteristics of training data, choosing appropriate data is mandatory to achieve expected levels of their prediction performance such as the accuracy or robustness. Data aug-mentation, or adding data, to improve accuracy can negatively affect robustness, because these two performance indicators are known to be incompatible. Training data debugging may involve deleting some data points as well as adding new ones; a question here is under what guiding principle the addition or deletion is conducted. Such a debugging method, debugging through a lens of outliers in neuron coverage, was proposed for cases of training classical fully-connected neural networks, but its applicability to CNN was unclear. This paper confirms, through experiments, that the debugging method is effective for cases of training CNN models as well, and furthermore demonstrates a concrete debugging process of discarding outliers and augmenting new data points so that the CNN exhibits balanced accuracy and robustness, without sacrificing neither performance indicator.
暂无评论