scholarly journals MAXIMUM SUBARRAY PROBLEM OPTIMIZATION FOR SPECIFIC DATA

Author(s):  
Tomasz Rojek

The maximum subarray problem (MSP) is to the find maximum contiguous sum in an array. This paper describes a method of Kadanes algorithm (the state of the art) optimization for specific data (continuous sequences of zeros or negative real numbers). When the data are unfavourable, the modification of the algorithm causes a non significant performance loss (1% > decrease in performance). The modification does not improve time complexity but reduces the number of elementary operations. Various experimental data sets have been used to evaluate possible time efficiency improvement. For the most favourable data sets an increase in efficiency of 25% can be achieved.

2021 ◽  
Vol 263 (3) ◽  
pp. 3833-3844
Author(s):  
Matthias Kreuzer ◽  
Alexander Schmidt ◽  
Walter Kellermann

In this paper, we address the challenging problem of detecting bearing faults from vibration signals. For this, several time- and frequency domain features have been proposed. However, these proposed features are usually evaluated on data originating from relatively simple scenarios and a significant performance loss can be observed if more realistic scenarios are considered. To overcome this, we introduce Mel Frequency Cepstral Coefficients (MFCCs) and features extracted from the Amplitude Modulation Spetrogram (AMS) as features for the detection of bearing faults. Both AMS and MFCCs were originally introduced in the context of audio signal processing but it is demonstrated that a significantly improved classification performance can be obtained using the proposed features. Furthermore, the data imbalance problem that is prevailing in the context of bearing fault detection, meaning that typically much more data from healthy bearings than from damaged bearings is available. Therefore, we propose to train a One-class SVM with data from healthy bearings only. Bearing faults are then classified by the detection of outliers. Our approach is evaluated with data measured in a highly challenging scenario comprising a state-of-the-art commuter railway engine which is supplied by an industrial power converter and attached to a gear and load.


Author(s):  
K Sobha Rani

Collaborative filtering suffers from the problems of data sparsity and cold start, which dramatically degrade recommendation performance. To help resolve these issues, we propose TrustSVD, a trust-based matrix factorization technique. By analyzing the social trust data from four real-world data sets, we conclude that not only the explicit but also the implicit influence of both ratings and trust should be taken into consideration in a recommendation model. Hence, we build on top of a state-of-the-art recommendation algorithm SVD++ which inherently involves the explicit and implicit influence of rated items, by further incorporating both the explicit and implicit influence of trusted users on the prediction of items for an active user. To our knowledge, the work reported is the first to extend SVD++ with social trust information. Experimental results on the four data sets demonstrate that our approach TrustSVD achieves better accuracy than other ten counterparts, and can better handle the concerned issues.


2020 ◽  
Vol 227 ◽  
pp. 02012
Author(s):  
R. S. Sidhu ◽  
R. J. Chen ◽  
Yu. A Litvinov ◽  
Y. H. Zhang ◽  

The re-analysis of experimental data on mass measurements of ura- nium fission products obtained at the ESR in 2002 is discussed. State-of-the-art data analysis procedures developed for such measurements are employed.


2021 ◽  
Vol 29 ◽  
pp. 115-124
Author(s):  
Xinlu Wang ◽  
Ahmed A.F. Saif ◽  
Dayou Liu ◽  
Yungang Zhu ◽  
Jon Atli Benediktsson

BACKGROUND: DNA sequence alignment is one of the most fundamental and important operation to identify which gene family may contain this sequence, pattern matching for DNA sequence has been a fundamental issue in biomedical engineering, biotechnology and health informatics. OBJECTIVE: To solve this problem, this study proposes an optimal multi pattern matching with wildcards for DNA sequence. METHODS: This proposed method packs the patterns and a sliding window of texts, and the window slides along the given packed text, matching against stored packed patterns. RESULTS: Three data sets are used to test the performance of the proposed algorithm, and the algorithm was seen to be more efficient than the competitors because its operation is close to machine language. CONCLUSIONS: Theoretical analysis and experimental results both demonstrate that the proposed method outperforms the state-of-the-art methods and is especially effective for the DNA sequence.


2021 ◽  
Vol 11 (6) ◽  
pp. 2511
Author(s):  
Julian Hatwell ◽  
Mohamed Medhat Gaber ◽  
R. Muhammad Atif Azad

This research presents Gradient Boosted Tree High Importance Path Snippets (gbt-HIPS), a novel, heuristic method for explaining gradient boosted tree (GBT) classification models by extracting a single classification rule (CR) from the ensemble of decision trees that make up the GBT model. This CR contains the most statistically important boundary values of the input space as antecedent terms. The CR represents a hyper-rectangle of the input space inside which the GBT model is, very reliably, classifying all instances with the same class label as the explanandum instance. In a benchmark test using nine data sets and five competing state-of-the-art methods, gbt-HIPS offered the best trade-off between coverage (0.16–0.75) and precision (0.85–0.98). Unlike competing methods, gbt-HIPS is also demonstrably guarded against under- and over-fitting. A further distinguishing feature of our method is that, unlike much prior work, our explanations also provide counterfactual detail in accordance with widely accepted recommendations for what makes a good explanation.


Author(s):  
Cyprian Suchocki ◽  
Stanisław Jemioło

AbstractIn this work a number of selected, isotropic, invariant-based hyperelastic models are analyzed. The considered constitutive relations of hyperelasticity include the model by Gent (G) and its extension, the so-called generalized Gent model (GG), the exponential-power law model (Exp-PL) and the power law model (PL). The material parameters of the models under study have been identified for eight different experimental data sets. As it has been demonstrated, the much celebrated Gent’s model does not always allow to obtain an acceptable quality of the experimental data approximation. Furthermore, it is observed that the best curve fitting quality is usually achieved when the experimentally derived conditions that were proposed by Rivlin and Saunders are fulfilled. However, it is shown that the conditions by Rivlin and Saunders are in a contradiction with the mathematical requirements of stored energy polyconvexity. A polyconvex stored energy function is assumed in order to ensure the existence of solutions to a properly defined boundary value problem and to avoid non-physical material response. It is found that in the case of the analyzed hyperelastic models the application of polyconvexity conditions leads to only a slight decrease in the curve fitting quality. When the energy polyconvexity is assumed, the best experimental data approximation is usually obtained for the PL model. Among the non-polyconvex hyperelastic models, the best curve fitting results are most frequently achieved for the GG model. However, it is shown that both the G and the GG models are problematic due to the presence of the locking effect.


2021 ◽  
pp. 1-13
Author(s):  
Qingtian Zeng ◽  
Xishi Zhao ◽  
Xiaohui Hu ◽  
Hua Duan ◽  
Zhongying Zhao ◽  
...  

Word embeddings have been successfully applied in many natural language processing tasks due to its their effectiveness. However, the state-of-the-art algorithms for learning word representations from large amounts of text documents ignore emotional information, which is a significant research problem that must be addressed. To solve the above problem, we propose an emotional word embedding (EWE) model for sentiment analysis in this paper. This method first applies pre-trained word vectors to represent document features using two different linear weighting methods. Then, the resulting document vectors are input to a classification model and used to train a text sentiment classifier, which is based on a neural network. In this way, the emotional polarity of the text is propagated into the word vectors. The experimental results on three kinds of real-world data sets demonstrate that the proposed EWE model achieves superior performances on text sentiment prediction, text similarity calculation, and word emotional expression tasks compared to other state-of-the-art models.


2021 ◽  
Vol 13 (10) ◽  
pp. 1985
Author(s):  
Emre Özdemir ◽  
Fabio Remondino ◽  
Alessandro Golkar

With recent advances in technologies, deep learning is being applied more and more to different tasks. In particular, point cloud processing and classification have been studied for a while now, with various methods developed. Some of the available classification approaches are based on specific data source, like LiDAR, while others are focused on specific scenarios, like indoor. A general major issue is the computational efficiency (in terms of power consumption, memory requirement, and training/inference time). In this study, we propose an efficient framework (named TONIC) that can work with any kind of aerial data source (LiDAR or photogrammetry) and does not require high computational power while achieving accuracy on par with the current state of the art methods. We also test our framework for its generalization ability, showing capabilities to learn from one dataset and predict on unseen aerial scenarios.


2021 ◽  
Vol 7 (2) ◽  
pp. 21
Author(s):  
Roland Perko ◽  
Manfred Klopschitz ◽  
Alexander Almer ◽  
Peter M. Roth

Many scientific studies deal with person counting and density estimation from single images. Recently, convolutional neural networks (CNNs) have been applied for these tasks. Even though often better results are reported, it is often not clear where the improvements are resulting from, and if the proposed approaches would generalize. Thus, the main goal of this paper was to identify the critical aspects of these tasks and to show how these limit state-of-the-art approaches. Based on these findings, we show how to mitigate these limitations. To this end, we implemented a CNN-based baseline approach, which we extended to deal with identified problems. These include the discovery of bias in the reference data sets, ambiguity in ground truth generation, and mismatching of evaluation metrics w.r.t. the training loss function. The experimental results show that our modifications allow for significantly outperforming the baseline in terms of the accuracy of person counts and density estimation. In this way, we get a deeper understanding of CNN-based person density estimation beyond the network architecture. Furthermore, our insights would allow to advance the field of person density estimation in general by highlighting current limitations in the evaluation protocols.


2019 ◽  
Vol 01 (01) ◽  
pp. 1950004
Author(s):  
A. Yang ◽  
S. C. Cindy Ng ◽  
Q. Leong ◽  
M. H. Tan ◽  
P. Agarwal ◽  
...  

Singapore is not known for astronomy research. However, the interest in astronomy has grown since the 1990s, when more educational institutions and observatories were built to equip students with the skills and knowledge in astronomy. The National University of Singapore (NUS) currently has a strong and rigorous astronomy and astrophysics programme that leads to an astrophysics specialization within the physics B.Sc. degree as well as four general education modules in astronomy and astrophysics. As experimental data is the final arbiter of any scientific theory, we emphasize the practical aspects of astronomy in this programme. We also have a state-of-the-art observatory equipped with a robotic telescope and a planetarium for tutorials. This paper outlines the philosophy, pedagogy and approach of how our NUS team has achieved a very successful undergraduate astronomy and astrophysics for aspiring Singaporean youth.


Sign in / Sign up

Export Citation Format

Share Document