273,070 research outputs found

    Predicting the required number of training samples

    Get PDF
    A criterion which measures the quality of the estimate of the covariance matrix of a multivariate normal distribution is developed. Based on this criterion, the necessary number of training samples is predicted. Experimental results which are used as a guide for determining the number of training samples are included

    Tuning the Level of Concurrency in Software Transactional Memory: An Overview of Recent Analytical, Machine Learning and Mixed Approaches

    Get PDF
    Synchronization transparency offered by Software Transactional Memory (STM) must not come at the expense of run-time efficiency, thus demanding from the STM-designer the inclusion of mechanisms properly oriented to performance and other quality indexes. Particularly, one core issue to cope with in STM is related to exploiting parallelism while also avoiding thrashing phenomena due to excessive transaction rollbacks, caused by excessively high levels of contention on logical resources, namely concurrently accessed data portions. A means to address run-time efficiency consists in dynamically determining the best-suited level of concurrency (number of threads) to be employed for running the application (or specific application phases) on top of the STM layer. For too low levels of concurrency, parallelism can be hampered. Conversely, over-dimensioning the concurrency level may give rise to the aforementioned thrashing phenomena caused by excessive data contention—an aspect which has reflections also on the side of reduced energy-efficiency. In this chapter we overview a set of recent techniques aimed at building “application-specific” performance models that can be exploited to dynamically tune the level of concurrency to the best-suited value. Although they share some base concepts while modeling the system performance vs the degree of concurrency, these techniques rely on disparate methods, such as machine learning or analytic methods (or combinations of the two), and achieve different tradeoffs in terms of the relation between the precision of the performance model and the latency for model instantiation. Implications of the different tradeoffs in real-life scenarios are also discussed

    ANN for Predicting Temperature and Humidity in the Surrounding Environment

    Get PDF
    Abstract: In this research, an Artificial Neural Network (ANN) model was developed and tested to predict temperature in the surrounding environment. A number of factors were identified that may affect temperature or humidity. Factors such as the nature of the surrounding place, proximity or distance from water surfaces, the influence of vegetation, and the level of rise or fall below sea level, among others, as input variables for the ANN model. A model based on multi-layer concept topology was developed and trained using data from several regions in the surrounding environment. The evaluation of testing the dataset shows that the ANN model is capable of correctly predicting the temperature with 100% accuracy
    • …
    corecore