SwePub
Tyck till om SwePub Sök här!
Sök i SwePub databas

  Utökad sökning

Träfflista för sökning "LAR1:mdh srt2:(2010-2013);srt2:(2010)"

Sökning: LAR1:mdh > (2010-2013) > (2010)

  • Resultat 1-10 av 893
Sortera/gruppera träfflistan
   
NumreringReferensOmslagsbildHitta
1.
  • Abrahamsson, Henrik, et al. (författare)
  • Simulation of IPTV caching strategies
  • 2010. - 6
  • Ingår i: Proceedings of the 2010 International Symposium on Performance Evaluation of Computer and Telecommunication Systems. ; , s. 187-193
  • Konferensbidrag (refereegranskat)abstract
    • IPTV, where television is distributed over the Internet Protocol in a single operator network, has become popular and widespread. Many telecom and broadband companies have become TV providers and distribute TV channels using multicast over their backbone networks. IPTV also means an evolution to time-shifted television where viewers now often can choose to watch the programs at any time. However, distributing individual TV streams to each viewer requires a lot of bandwidth and is a big challenge for TV operators. In this paper we present an empirical IPTV workload model, simulate IPTV distribution with time-shift, and show that local caching can limit the bandwidth requirements significantly.
  •  
2.
  •  
3.
  • Adolfsson, Margareta, 1950-, et al. (författare)
  • Exploring changes over time in habilitation professionals' perceptions and applications of the International Classification of Functioning, Disability and Health, version for Children and Youth (ICF-CY).
  • 2010
  • Ingår i: Journal of Rehabilitation Medicine. - : Medical Journals Sweden AB. - 1650-1977 .- 1651-2081. ; 42:7, s. 670-678
  • Tidskriftsartikel (refereegranskat)abstract
    • OBJECTIVE This study explored how professionals in inter-disciplinary teams perceived the implementation of the World Health Organization's International Classification of Functioning, Disability and Health, version for Children and Youth (ICF-CY) in Swedish habilitation services. DESIGN Descriptive longitudinal mixed-methods design. METHODS Following participation in a 2-day in-service training on the ICF-CY, 113 professionals from 14 interdisciplinary teams described their perceptions of the implementation of the ICF-CY at 3 consecutive time-points: during in-service training, after 1 year, and after 2.5 years. RESULTS Implementation of the ICF-CY in daily work focused on assessment and habilitation planning and required adaptations of routines and materials. The ICF-CY was perceived as useful in supporting analyses and in communication about children's needs. Professionals also perceived it as contributing to new perspectives on problems and a sharpened focus on participation. CONCLUSION Professionals indicated that the ICF-CY enhanced their awareness of families' views of child participation, which corresponded to organizational goals for habilitation services. An implementation finding was a lack of tools fitting the comprehensive ICF-CY perspective. The study points to the need for ICF-CY-based assessment and intervention methods focusing on child participation
  •  
4.
  • Afzal, Wasif, et al. (författare)
  • Genetic programming for cross-release fault count predictions in large and complex software projects
  • 2010
  • Ingår i: Evolutionary Computation and Optimization Algorithms in Software Engineering. - : IGI Global, Hershey, USA. - 9781615208098
  • Bokkapitel (refereegranskat)abstract
    • Software fault prediction can play an important role in ensuring software quality through efficient resource allocation. This could, in turn, reduce the potentially high consequential costs due to faults. Predicting faults might be even more important with the emergence of short-timed and multiple software releases aimed at quick delivery of functionality. Previous research in software fault prediction has indicated that there is a need i) to improve the validity of results by having comparisons among number of data sets from a variety of software, ii) to use appropriate model evaluation measures and iii) to use statistical testing procedures. Moreover, cross-release prediction of faults has not yet achieved sufficient attention in the literature. In an attempt to address these concerns, this paper compares the quantitative and qualitative attributes of 7 traditional and machine-learning techniques for modeling the cross-release prediction of fault count data. The comparison is done using extensive data sets gathered from a total of 7 multi-release open-source and industrial software projects. These software projects together have several years of development and are from diverse application areas, ranging from a web browser to a robotic controller software. Our quantitative analysis suggests that genetic programming (GP) tends to have better consistency in terms of goodness of fit and accuracy across majority of data sets. It also has comparatively less model bias. Qualitatively, ease of configuration and complexity are less strong points for GP even though it shows generality and gives transparent models. Artificial neural networks did not perform as well as expected while linear regression gave average predictions in terms of goodness of fit and accuracy. Support vector machine regression and traditional software reliability growth models performed below average on most of the quantitative evaluation criteria while remained on average for most of the qualitative measures.
  •  
5.
  • Afzal, Wasif, et al. (författare)
  • Search-based prediction of fault-slip-through in large software projects
  • 2010
  • Ingår i: Proceedings - 2nd International Symposium on Search Based Software Engineering, SSBSE 2010. - : IEEE. - 9780769541952 ; , s. 79-88
  • Konferensbidrag (refereegranskat)abstract
    • A large percentage of the cost of rework can be avoided by finding more faults earlier in a software testing process. Therefore, determination of which software testing phases to focus improvements work on, has considerable industrial interest. This paper evaluates the use of five different techniques, namely particle swarm optimization based artificial neural networks (PSO-ANN), artificial immune recognition systems (AIRS), gene expression programming (GEP), genetic programming (GP) and multiple regression (MR), for predicting the number of faults slipping through unit, function, integration and system testing phases. The objective is to quantify improvement potential in different testing phases by striving towards finding the right faults in the right phase. We have conducted an empirical study of two large projects from a telecommunication company developing mobile platforms and wireless semiconductors. The results are compared using simple residuals, goodness of fit and absolute relative error measures. They indicate that the four search-based techniques (PSO-ANN, AIRS, GEP, GP) perform better than multiple regression for predicting the fault-slip-through for each of the four testing phases. At the unit and function testing phases, AIRS and PSO-ANN performed better while GP performed better at integration and system testing phases. The study concludes that a variety of search-based techniques are applicable for predicting the improvement potential in different testing phases with GP showing more consistent performance across two of the four test phases.
  •  
6.
  • Afzal, Wasif (författare)
  • Using faults-slip-through metric as a predictor of fault-proneness
  • 2010
  • Ingår i: Proceedings - Asia-Pacific Software Engineering Conference, APSEC. - : IEEE. - 9780769542669
  • Konferensbidrag (refereegranskat)abstract
    • The majority of software faults are present in small number of modules, therefore accurate prediction of fault-prone modules helps improve software quality by focusing testing efforts on a subset of modules. This paper evaluates the use of the faults-slip-through (FST) metric as a potential predictor of fault-prone modules. Rather than predicting the fault-prone modules for the complete test phase, the prediction is done at the specific test levels of integration and system test. We applied eight classification techniques to the task of identifying fault-prone modules, representing a variety of approaches, including a standard statistical technique for classification (logistic regression), tree-structured classifiers (C4.5 and random forests), a Bayesian technique (Na\"{i}ve Bayes), machine-learning techniques (support vector machines and back-propagation artificial neural networks) and search-based techniques (genetic programming and artificial immune recognition systems) on FST data collected from two large industrial projects from the telecommunication domain. \emph{Results:} Using area under the receiver operating characteristic (ROC) curve and the location of (PF, PD) pairs in the ROC space, GP showed impressive results in comparison with other techniques for predicting fault-prone modules at both integration and system test levels. The use of faults-slip-through metric in general provided good prediction results at the two test levels. The accuracy of GP is statistically significant in comparison with majority of the techniques for predicting fault-prone modules at integration and system test levels. (ii) Faults-slip-through metric has the potential to be a generally useful predictor of fault-proneness at integration and system test levels.
  •  
7.
  • Agervi, Pia, et al. (författare)
  • Foveal function in children treated for amblyopia.
  • 2010
  • Ingår i: Acta ophthalmologica. - : Wiley. - 1755-3768 .- 1755-375X. ; 88:2, s. 222-226
  • Tidskriftsartikel (refereegranskat)abstract
    • PURPOSE: This study aimed to evaluate foveal function, using three different methods, in children treated for monocular amblyopia. METHODS: A sample of 24 otherwise healthy children with treated amblyopia and an age-matched control group of 25 healthy children were examined for best corrected visual acuity (BCVA) using a standard decimal (KM) chart and the computerized TriVA method at 50% and 10% contrasts. Foveal function was also measured with the rarebit fovea test (RFT), which is included in the rarebit perimetry program package. This test uses very small and bright dots against a dark background. The result is expressed as mean hit rate (MHR). RESULTS: Amblyopic eyes showed significantly lower BCVA when evaluated with the KM chart and with the TriVA test at different contrast levels, compared with both fellow eyes and control eyes. No statistically significant difference between amblyopic and fellow eyes was found when foveal function was evaluated with the RFT (median MHRs 91.5% and 94.5%, respectively), although results for both amblyopic and fellow eyes were statistically lower than those of the control group (median MHR 97%) (p = 0.001 and p = 0.046, respectively). This might indicate that the RFT provides different information about foveal function than conventional VA tests. CONCLUSIONS: The findings in the current study accord with those of other studies reporting abnormalities in the fellow eyes of previously treated amblyopic patients. These findings may reflect a general disturbance in the visual system rather than a monocular adaptation to refractive error or ocular motor disturbance.
  •  
8.
  •  
9.
  • Ahmed, Mobyen Uddin (författare)
  • A case-based multi-modal clinical system for stress management
  • 2010
  • Licentiatavhandling (övrigt vetenskapligt/konstnärligt)abstract
    • A difficult issue in stress management is to use biomedical sensor signal in the diagnosis and treatment of stress. Clinicians often make their diagnosis and decision based on manual inspection of physiological signals such as, ECG, heart rate, finger temperature etc. However, the complexity associated with manual analysis and interpretation of the signals makes it difficult even for experienced clinicians. Today the diagnosis and decision is largely dependent on how experienced the clinician is interpreting the measurements.  A computer-aided decision support system for diagnosis and treatment of stress would enable a more objective and consistent diagnosis and decisions. A challenge in the field of medicine is the accuracy of the system, it is essential that the clinician is able to judge the accuracy of the suggested solutions. Case-based reasoning systems for medical applications are increasingly multi-purpose and multi-modal, using a variety of different methods and techniques to meet the challenges of the medical domain. This research work covers the development of an intelligent clinical decision support system for diagnosis, classification and treatment in stress management. The system uses a finger temperature sensor and the variation in the finger temperature is one of the key features in the system. Several artificial intelligence techniques have been investigated to enable a more reliable and efficient diagnosis and treatment of stress such as case-based reasoning, textual information retrieval, rule-based reasoning, and fuzzy logic. Functionalities and the performance of the system have been validated by implementing a research prototype based on close collaboration with an expert in stress. The case base of the implemented system has been initiated with 53 reference cases classified by an experienced clinician. A case study also shows that the system provides results close to a human expert. The experimental results suggest that such a system is valuable both for less experienced clinicians and for experts where the system may function as a second option.
  •  
10.
  • Ahmed, Mobyen Uddin, et al. (författare)
  • Case-Based Reasoning for Medical and Industrial Decision Support Systems
  • 2010
  • Ingår i: Successful Case-based Reasoning Applications. - Berlin, Heidelberg : Springer. - 9783642140778 ; , s. 7-52
  • Bokkapitel (övrigt vetenskapligt/konstnärligt)abstract
    • The amount of medical and industrial experience and knowledge is rapidly growing and it is almost impossible to be up to date with everything. The demand of decision support system (DSS) is especially important in domains where experience and knowledge grow rapidly. However, traditional approaches to DSS are not always easy to adapt to a flow of new experience and knowledge and may also show a limitation in areas with a weak domain theory. This chapter explores the functionalities of Case-Based Reasoning (CBR) to facilitate experience reuse both in clinical and in industrial decision making tasks. Examples from the field of stress medicine and condition monitoring in industrial robots are presented here to demonstrate that the same approach assists both for clinical applications as well as for decision support for engineers. In the both domains, DSS deals with sensor signal data and integrate other artificial intelligence techniques into the CBR system to enhance the performance in a number of different aspects. Textual information retrieval, Rule-based Reasoning (RBR), and fuzzy logic are combined together with CBR to offer decision support to clinicians for a more reliable and efficient management of stress. Agent technology and wavelet transformations are applied with CBR to diagnose audible faults on industrial robots and to package such a system. The performance of the CBR systems have been validated and have shown to be useful in solving such problems in both of these domains.
  •  
Skapa referenser, mejla, bekava och länka
  • Resultat 1-10 av 893
Typ av publikation
konferensbidrag (333)
tidskriftsartikel (298)
bokkapitel (110)
rapport (63)
doktorsavhandling (20)
annan publikation (16)
visa fler...
bok (13)
licentiatavhandling (13)
recension (10)
samlingsverk (redaktörskap) (7)
proceedings (redaktörskap) (5)
forskningsöversikt (5)
visa färre...
Typ av innehåll
refereegranskat (605)
övrigt vetenskapligt/konstnärligt (261)
populärvet., debatt m.m. (27)
Författare/redaktör
Nolte, Thomas (34)
Yan, Jinyue (16)
Punnekkat, Sasikumar (15)
Sandberg, Anette (14)
Norström, Christer (14)
Eriksson, Maria, 196 ... (14)
visa fler...
Dahlquist, Erik (13)
Bate, Iain (13)
Pettersson, Paul (11)
Ingason, Haukur (11)
Backström, Tomas (11)
Carlson, Jan (10)
Crnkovic, Ivica (10)
Berglund, Karin (10)
Seceleanu, Cristina (9)
Lindén, Maria (9)
Behnam, Moris (9)
Funk, Peter (9)
Axelsson, Jakob (9)
Tillgren, Per (9)
Wiklund Gustin, Lena ... (9)
Söderlund, Anne (8)
Dobrin, Radu (8)
Lönnermark, Anders, ... (8)
Bogg, Lennart, 1948- (8)
Andersson, Ulf (7)
Granlund, Mats (7)
Sjödin, Mikael (7)
Holmström, Inger (7)
Wang, Wei (7)
Sun, Qiang (7)
Insulander, Eva, 197 ... (7)
Dotzauer, Erik (7)
weyuker, elaine (7)
Flammini, Francesco, ... (6)
Folke, Mia (6)
Björkman, Mats (6)
Odlare, Monica (6)
Kyprianidis, Konstan ... (6)
Ahmed, Mobyen Uddin (6)
Dahlquist, Erik, 195 ... (6)
Bogg, Lennart (6)
Wamala, Sarah (6)
Rådestad, Ingela (6)
Eriksson, Henrik (6)
Land, Rikard (6)
Gustavsson, Håkan (6)
Nilsson, Kent W. (6)
Eriksson, Kimmo, 196 ... (6)
Hallin, Anette (6)
visa färre...
Lärosäte
Mälardalens universitet (893)
Uppsala universitet (78)
Karolinska Institutet (46)
Kungliga Tekniska Högskolan (41)
Örebro universitet (30)
Linnéuniversitetet (26)
visa fler...
Högskolan Dalarna (26)
Stockholms universitet (21)
RISE (21)
Marie Cederschiöld högskola (20)
Södertörns högskola (15)
Linköpings universitet (14)
Högskolan i Gävle (13)
Jönköping University (13)
Lunds universitet (13)
Mittuniversitetet (13)
Luleå tekniska universitet (10)
Högskolan i Halmstad (10)
Röda Korsets Högskola (10)
Umeå universitet (9)
Chalmers tekniska högskola (9)
Blekinge Tekniska Högskola (6)
Göteborgs universitet (4)
Karlstads universitet (4)
Handelshögskolan i Stockholm (3)
Högskolan i Borås (3)
Konstfack (2)
Högskolan i Skövde (2)
Sveriges Lantbruksuniversitet (2)
Högskolan Kristianstad (1)
Högskolan Väst (1)
visa färre...
Språk
Engelska (747)
Svenska (119)
Norska (8)
Kinesiska (7)
Italienska (4)
Nederländska (3)
visa fler...
Franska (2)
Danska (1)
Spanska (1)
Finska (1)
visa färre...
Forskningsämne (UKÄ/SCB)
Samhällsvetenskap (192)
Medicin och hälsovetenskap (115)
Teknik (113)
Naturvetenskap (88)
Humaniora (38)
Lantbruksvetenskap (1)
År

Kungliga biblioteket hanterar dina personuppgifter i enlighet med EU:s dataskyddsförordning (2018), GDPR. Läs mer om hur det funkar här.
Så här hanterar KB dina uppgifter vid användning av denna tjänst.

 
pil uppåt Stäng

Kopiera och spara länken för att återkomma till aktuell vy