Sökning: "Recursive"

Visar resultat 1 - 5 av 191 uppsatser innehållade ordet Recursive.

  1. 1. Kulturskolans ramar : Kulturskolelärares upplevelser av stress i arbetslivet

    Uppsats för yrkesexamina på avancerad nivå, Kungl. Musikhögskolan/Institutionen för musik, pedagogik och samhälle

    Författare :Oliver Benjamin Britts; [2024]
    Nyckelord :stress; frame factors; adaptive responses; Swedish Community Schools of Music and Arts; allostasis; stress; ramfaktor; stressor; anpassning; kulturskola; allostas;

    Sammanfattning : Music teachers are often exposed to high levels of stress which can oftentimes lead to feelings of dejection, anxiety, and depression. Teachers who work in Swedish Community Schools of Music and Arts have reported an increase in the levels of stress the last 5 years. There’s a dearth of scientific research in this area despite these reports. LÄS MER

  2. 2. Battery Degradation and Health Monitoring in Lithium-Ion Batteries: An Evaluation of Parameterization and Sensor Fusion Strategies

    Master-uppsats, Linköpings universitet/Institutionen för systemteknik

    Författare :Simon Saber; [2024]
    Nyckelord :model-based diagnostics; modellbaserad diagnostik;

    Sammanfattning : The purpose of this project was to perform model-based diagnosis on Li-ion batteries using real-world data and sensor fusion algorithms. The data used in this project was collected and distributed by NASA and mainly consists of voltage and current measurements collected on numerous batteries that were repeatedly charged and discharged from their beginning of life, and until surpassing their end of life. LÄS MER

  3. 3. Nested Noun Phrase Detection in English Text with BERT

    Master-uppsats, KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Författare :Shweta Misra; [2023]
    Nyckelord :Phrase detection; nested noun phrase identification; phrase structure identification; sentence parsing; transformer models; machine learning; natural language processing; Frasdetektering; kapslad substantivfrasidentifiering; frasstrukturidentifiering; meningsanalys; transformers-modeller; maskininlärning; naturlig språkbehandling;

    Sammanfattning : In this project, we address the task of nested noun phrase identification in English sentences, where a phrase is defined as a group of words functioning as one unit in a sentence. Prior research has extensively explored the identification of various phrases for language understanding and text generation tasks. LÄS MER

  4. 4. A C++ Matrix library for computing the Gateaux derivative of the Fermi-Dirac operator

    Kandidat-uppsats, Uppsala universitet/Avdelningen för beräkningsvetenskap

    Författare :William Samuelsson; [2023]
    Nyckelord :C ; Quantum Chemistry; Matrix functions;

    Sammanfattning : Computing the Fermi-Dirac operator is done through recursive polynomial expansions, using the SP2 and SP2 Acc algorithms. The Gateaux derivative is computed for both schemes by mapping the zeroth and first order matrices onto a block upper triangular matrix, which is implemented in Python using Numpy arrays to store full matrices and in C++ by first constructing a basic matrix library to use as blocks in a later created block upper triangular matrix library which only directly references two blocks in a 2 x 2 block matrix. LÄS MER

  5. 5. EDPM : An extension of EDPM - an embedded domain-specific language for performance monitoring C and C++ programs

    Uppsats för yrkesexamina på avancerad nivå, Blekinge Tekniska Högskola/Institutionen för datavetenskap

    Författare :David Bosnjak; [2023]
    Nyckelord :EDPM; Dynamic Nesting; PAPI; LLVM; Libtooling; EDPM; Dynamisk Nestning; PAPI; LLVM; Libtooling;

    Sammanfattning : Background. Performance monitoring of C/C++ programs has often been a tedious and straining process, where insufficient and complex tools/APIs are required. Performance monitoring tools and APIs tend to focus on ease of use or flexibility, but rarely both. LÄS MER