Essays about: "Recursive"

Showing result 1 - 5 of 177 essays containing the word Recursive.

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

    University essay from Linköpings universitet/Institutionen för systemteknik

    Author : Simon Saber; [2024]
    Keywords : model-based diagnostics; modellbaserad diagnostik;

    Abstract : 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. READ MORE

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

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Shweta Misra; [2023]
    Keywords : 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;

    Abstract : 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. READ MORE

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

    University essay from Uppsala universitet/Avdelningen för beräkningsvetenskap

    Author : William Samuelsson; [2023]
    Keywords : C ; Quantum Chemistry; Matrix functions;

    Abstract : 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. READ MORE

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

    University essay from Blekinge Tekniska Högskola/Institutionen för datavetenskap

    Author : David Bosnjak; [2023]
    Keywords : EDPM; Dynamic Nesting; PAPI; LLVM; Libtooling; EDPM; Dynamisk Nestning; PAPI; LLVM; Libtooling;

    Abstract : 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. READ MORE

  5. 5. RNN-based Graph Neural Network for Credit Load Application leveraging Rejected Customer Cases

    University essay from Högskolan i Halmstad/Akademin för informationsteknologi

    Author : Oskar Nilsson; Benjamin Lilje; [2023]
    Keywords : Machine Learning; Deep Learning; Reject Inference; GNN; GCN; Graph Neural Networks; RNN; Recursive Neural Network; LSTM; Semi-Supervised Learning; Encoding; Decoding; Feature Elimination;

    Abstract : Machine learning plays a vital role in preventing financial losses within the banking industry, and still, a lot of state of the art and industry-standard approaches within the field neglect rejected customer information and the potential information that they hold to detect similar risk behavior.This thesis explores the possibility of including this information during training and utilizing transactional history through an LSTM to improve the detection of defaults. READ MORE