• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 26
  • 3
  • 2
  • 2
  • Tagged with
  • 37
  • 25
  • 18
  • 16
  • 13
  • 13
  • 13
  • 12
  • 10
  • 9
  • 8
  • 8
  • 7
  • 7
  • 7
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
31

Rekurentní neuronové sítě pro rozpoznávání řeči / Recurrent Neural Networks for Speech Recognition

Nováčik, Tomáš January 2016 (has links)
This master thesis deals with the implementation of various types of recurrent neural networks via programming language lua using torch library. It focuses on finding optimal strategy for training recurrent neural networks and also tries to minimize the duration of the training. Furthermore various types of regularization techniques are investigated and implemented into the recurrent neural network architecture. Implemented recurrent neural networks are compared on the speech recognition task using AMI dataset, where they model the acustic information. Their performance is also compared to standard feedforward neural network. Best results are achieved using BLSTM architecture. The recurrent neural network are also trained via CTC objective function on the TIMIT dataset. Best result is again achieved using BLSTM architecture.
32

Explainable AI For Predictive Maintenance

Karlsson, Nellie, Bengtsson, My January 2022 (has links)
As the complexity of deep learning model increases, the transparency of the systems does the opposite. It may be hard to understand the predictions a deep learning model makes, but even harder to understand why these predictions are made. Using eXplainable AI (XAI), we can gain greater knowledge of how the model operates and how the input in which the model receives can change its predictions. In this thesis, we apply Integrated Gradients (IG), an XAI method primarily used on image data and on datasets containing tabular and time-series data. We also evaluate how the results of IG differ from various types of models and how the change of baseline can change the outcome. In these results, we observe that IG can be applied to both sequenced and nonsequenced data, with varying results. We can see that the gradient baseline does not affect the results of IG on models such as RNN, LSTM, and GRU, where the data contains time series, as much as it does for models like MLP with nonsequenced data. To confirm this, we also applied IG to SVM models, which gave the results that the choice of gradient baseline has a significant impact on the results of IG.
33

Machine Learning of Heater Zone Sensors in Liquid Sodium Facility

Maria Pantopoulou (16494174) 06 July 2023 (has links)
<p>  </p> <p>Advanced high temperature fluid reactors (AR), such as sodium fast reactors (SFR) and molten salt cooled reactors (MSCR) are promising nuclear energy options, which offer lower levelized electricity costs compared to existing light water reactors (LWR). Increasing economic competitiveness of ARs in the open market involves developing strategies for reducing operation and maintenance (O&M) costs. Digitization of AR’s allows to implement continuous on-line monitoring paradigm to achieve early detection of incipient problems, and thus reduce O&M costs. Machine learning (ML) algorithms offer a number of advantages for reactor monitoring through anticipation of key performance variables using data-driven process models. ML model does not require detailed knowledge of the system, which could be difficult to obtain or unavailable because of commercial privacy restrictions. In addition, any data obtained from sensors or through various ML models need to be securely transmitted under all possible conditions, including those of cyber-attacks. Quantum information processing offers promising solutions to these threats by establishing secure communications, due to unique properties of entanglement and superposition in quantum physics. More specifically, quantum key distribution (QKD) algorithms can be used to generate and transmit keys between the reactor and a remote user. In one of popular QKD communication protocols, BB84, the symmetric keys are paired with an advanced encryption standard (AES) protocol protecting the information. Another challenge in sensor measurements is the noise, which can affect the accuracy and reliability of the measured values. The presence of noise in sensor measurements can lead to incorrect interpretations of the data, and therefore, it is crucial to develop effective signal processing techniques to improve the quality of measurements. </p> <p>In this study, we develop several variations of Recurrent Neural Networks (RNN) and test their ability to predict future values of thermocouple measurements. Data obtained by a heat-up experiment conducted in a liquid sodium experimental facility is used for training and testing the RNNs. The method of extrapolation is also explored using measurements of different sensors to train and test a network. We then examine through computer simulations the potential of secure real-time communication of monitoring information using the BB84 protocol. Finally, signal analysis is performed with Discrete Fourier Transform (DFT) sensor signals to analyze and correlate the prediction results with the results obtained by the analysis of the time series in the frequency domain. Using information from the frequency analysis, we apply cutoff filters in the original time series and test again the performance of the networks. Results show that the ML models developed in this work can be efficiently used for forecasting of thermocouple measurements, as they provide Root Mean Square Error (RMSE) values lower than the measurement uncertainty of the thermocouples. Extrapolation produces good results, with performance related to the Euclidean distance between the sets of time series. Moreover, the results from the utilization of the BB84 protocol to securely transmit the measurements prove the feasibility of secure real-time communication of monitoring information. The application of the cutoff filters provided more accurate predictions of the thermocouple measurements than in the case of the unfiltered signals.</p> <p>The suit of computational tools developed in this work is shown to be efficient and promises to have a positive impact on improving performance of an AR.</p>
34

Ambient Temperature Estimation : Exploring Machine Learning Models for Ambient TemperatureEstimation Using Mobile’s Internal Sensors

Omar, Alfakir January 2024 (has links)
Ambient temperature poses a significant challenge to the performance of mobile phones, impacting their internal thermal flow and increasing the likelihood of overheating, leading to a compromised user experience. The knowledge about the ambient temperature in mobile phones is crucial as it assists engineers in correlating external factors with internal factors that might affect the mobile's performance under various conditions. Notably, these devices lack dedicated sensors to measure ambient temperature independently, underscoring the need for innovative solutions to estimate it accurately.      In response to this challenge, our research investigates the feasibility of estimating ambient temperature using machine-learning algorithms based on data from internal thermal sensors in Sony mobile phones.  Through comprehensive data collection and analysis, custom datasets were constructed to simulate different use-case scenarios, including CPU workloads, camera operation, and GPU tasks. These scenarios introduced varying levels of thermal disturbance, providing a robust basis for evaluating model performance. Feature engineering played a pivotal role in ensuring that the models could effectively interpret the internal thermal dynamics and correlate them with the ambient temperature. The results demonstrate that while simpler models like Linear Regression offer computational efficiency, they fall short in scenarios with complex thermal patterns. In contrast, deep learning models, particularly those incorporating time series analysis, showed superior accuracy and robustness. The Attention-LSTM model, in particular, excelled in generalizing across diverse and novel thermal conditions, although its complexity poses challenges for on-device deployment. This research underscores the importance of selecting appropriate sensors and incorporating a wide range of training scenarios to enhance model performance. It also highlights the potential of advanced machine learning techniques in providing advance solutions for ambient temperature estimation, thereby contributing to more effective thermal management in mobile devices.
35

A deep learning based anomaly detection pipeline for battery fleets

Khongbantabam, Nabakumar Singh January 2021 (has links)
This thesis proposes a deep learning anomaly detection pipeline to detect possible anomalies during the operation of a fleet of batteries and presents its development and evaluation. The pipeline employs sensors that connect to each battery in the fleet to remotely collect real-time measurements of their operating characteristics, such as voltage, current, and temperature. The deep learning based time-series anomaly detection model was developed using Variational Autoencoder (VAE) architecture that utilizes either Long Short-Term Memory (LSTM) or, its cousin, Gated Recurrent Unit (GRU) as the encoder and the decoder networks (LSTMVAE and GRUVAE). Both variants were evaluated against three well-known conventional anomaly detection algorithms Isolation Nearest Neighbour (iNNE), Isolation Forest (iForest), and kth Nearest Neighbour (k-NN) algorithms. All five models were trained using two variations in the training dataset (full-year dataset and partial recent dataset), producing a total of 10 different model variants. The models were trained using the unsupervised method and the results were evaluated using a test dataset consisting of a few known anomaly days in the past operation of the customer’s battery fleet. The results demonstrated that k-NN and GRUVAE performed close to each other, outperforming the rest of the models with a notable margin. LSTMVAE and iForest performed moderately, while the iNNE and iForest variant trained with the full dataset, performed the worst in the evaluation. A general observation also reveals that limiting the training dataset to only a recent period produces better results nearly consistently across all models. / Detta examensarbete föreslår en pipeline för djupinlärning av avvikelser för att upptäcka möjliga anomalier under driften av en flotta av batterier och presenterar dess utveckling och utvärdering. Rörledningen använder sensorer som ansluter till varje batteri i flottan för att på distans samla in realtidsmätningar av deras driftsegenskaper, såsom spänning, ström och temperatur. Den djupinlärningsbaserade tidsserieanomalidetekteringsmodellen utvecklades med VAE-arkitektur som använder antingen LSTM eller, dess kusin, GRU som kodare och avkodarnätverk (LSTMVAE och GRU) VAE). Båda varianterna utvärderades mot tre välkända konventionella anomalidetekteringsalgoritmer -iNNE, iForest och k-NN algoritmer. Alla fem modellerna tränades med hjälp av två varianter av träningsdatauppsättningen (helårsdatauppsättning och delvis färsk datauppsättning), vilket producerade totalt 10 olika modellvarianter. Modellerna tränades med den oövervakade metoden och resultaten utvärderades med hjälp av en testdatauppsättning bestående av några kända anomalidagar under tidigare drift av kundens batteriflotta. Resultaten visade att k-NN och GRUVAE presterade nära varandra och överträffade resten av modellerna med en anmärkningsvärd marginal. LSTMVAE och iForest presterade måttligt, medan varianten iNNE och iForest tränade med hela datasetet presterade sämst i utvärderingen. En allmän observation avslöjar också att en begränsning av träningsdatauppsättningen till endast en ny period ger bättre resultat nästan konsekvent över alla modeller.
36

Machine Learning for Spacecraft Time-Series Anomaly Detection and Plant Phenotyping

Sriram Baireddy (17428602) 01 December 2023 (has links)
<p dir="ltr">Detecting anomalies in spacecraft time-series data is a high priority, especially considering the harshness of the spacecraft operating environment. These anomalies often function as precursors for system failure. Traditionally, the time-series data channels are monitored manually by domain experts, which is time-consuming. Additionally, there are thousands of channels to monitor. Machine learning methods have proven to be useful for automatic anomaly detection, but a unique model must be trained from scratch for each time-series. This thesis proposes three approaches for reducing training costs. First, a transfer learning approach that finetunes a general pre-trained model to reduce training time and the number of unique models required for a given spacecraft. The second and third approaches both use online learning to reduce the amount of training data and time needed to identify anomalies. The second approach leverages an ensemble of extreme learning machines while the third approach uses deep learning models. All three approaches are shown to achieve reasonable anomaly detection performance with reduced training costs.</p><p dir="ltr">Measuring the phenotypes, or observable traits, of a plant enables plant scientists to understand the interaction between the growing environment and the genetic characteristics of a plant. Plant phenotyping is typically done manually, and often involves destructive sampling, making the entire process labor-intensive and difficult to replicate. In this thesis, we use image processing for characterizing two different disease progressions. Tar spot disease can be identified visually as it induces small black circular spots on the leaf surface. We propose using a Mask R-CNN to detect tar spots from RGB images of leaves, thus enabling rapid non-destructive phenotyping of afflicted plants. The second disease, bacteria-induced wilting, is measured using a visual assessment that is often subjective. We design several metrics that can be extracted from RGB images that can be used to generate consistent wilting measurements with a random forest. Both approaches ensure faster, replicable results, enabling accurate, high-throughput analysis to draw conclusions about effective disease treatments and plant breeds.</p>
37

Bildung and initiation : interpreting German and American narrative traditions

Batista, Miguel January 2003 (has links)
This thesis is divided into two main parts. The first, comprising the three initial chapters, looks, in chapter one, at the specifically German origins of the Bildungsroman, its distinctive features, and the difficulties surrounding its transplantation into the literary contexts of other countries. Particular attention is paid to the ethical dimension of the genre, i.e. to the relation between the individual self and the exterior world, and how it affects individual formation. The focus then shifts to American literature, and the term 'narrative of initiation' is recommended as a credible alternative to 'Bildungsroman'. Allowing for similarities between them, it is none the less strongly suggested that the Bildungsroman of German origin and the American narrative of initiation should be seen as being intrinsically different, principally because of the different cultural backgrounds that shaped them. Several features of the theme of initiation are postulated as decisive factors in the discrepancies between the initiatory narrative and the Bildungsroman. Analysis of six texts - three of each literary tradition - follows, to provide support for the theoretical discussion of the terms introduced in chapter one. Three Bildungsromane are considered in the second chapter, namely Goethe's Wilhelm Meisters Lehrjahre, Stifter's Der Nachsommer and Keller's Der grune Heinrich, and three narratives of initiation in chapter three: Twain's The Adventures of Huckleberry Finn, Crane's The Red Badge of Courage and Anderson's Winesburg, Ohio. Their relevance to the tradition of German and American fiction as a whole and as precursors of Mann's Der Zauberberg and Hemingway's The Nick Adams Stories is considered. A direct comparison between Mann's and Hemingway's texts constitutes the second part of this thesis, wholly contained in chapter four. In addition to a comprehensive critical reading of both narratives, the contemporaneity of Der Zauberberg and The Nick Adams Stories is taken into account, and consequently special consideration is given to the texts' close relation with the cultural and historical realities of the early twentieth century, particularly the impact of the First World War. With the assistance of Jung's theories, an increased awareness of death and of the dark side of the psyche - though dealt with differently in both texts - is put forward as a significant factor in the deviation of Der Zauberberg and The Nick Adams Stories from the traditions of the Bildungsroman and of the narrative of initiation. This departure leads to a re-appraisal of the relation between the protagonists and their society, and to a new ethical attitude that presupposes different, more modem conceptions of what Bildung and initiation represent in the context of the early twentieth century. How and why they changed and if they survived as literary notions are questions this thesis attempts to answer.

Page generated in 0.0467 seconds