• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 5
  • 3
  • 1
  • 1
  • Tagged with
  • 13
  • 13
  • 13
  • 3
  • 3
  • 3
  • 3
  • 3
  • 3
  • 3
  • 3
  • 3
  • 3
  • 3
  • 3
  • 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.
1

De-quantizing quantum machine learning algorithms

Sköldhed, Stefanie January 2022 (has links)
Today, a modern and interesting research area is machine learning. Another new and exciting research area is quantum computation, which is the study of the information processing tasks accomplished by practising quantum mechanical systems. This master thesis will combine both areas, and investigate quantum machine learning. Kerenidis’ and Prakash’s quantum algorithm for recommendation systems, that offered exponential speedup over the best known classical algorithms at the time, will be examined together with Tang’s classical algorithm regarding recommendation systems, which operates in time only polynomial slower than the previously mentioned algorithm. The speedup in the quantum algorithm was achieved by assuming that the algorithm had quantum access to the data structure and that the mapping to the quantum state was performed in polylog(mn). The speedup in the classical algorithm was attained by assuming that the sampling could be performed in O(logn) and O(logmn) for vectors and matrices, respectively.
2

Using Peak Intensity and Fragmentation Patterns in Peptide SeQuence IDentification (SQID) - A Bayesian Learning Algorithm for Tandem Mass Spectra

Ji, Li January 2006 (has links)
As DNA sequence information becomes increasingly available, researchers are now tackling the great challenge of characterizing and identifying peptides and proteins from complex mixtures. Automatic database searching algorithms have been developed to meet this challenge. This dissertation is aimed at improving these algorithms to achieve more accurate and efficient peptide and protein identification with greater confidence by incorporating peak intensity information and peptide cleavage patterns obtained in gas-phase ion dissociation research. The underlying hypothesis is that these algorithms can benefit from knowledge about molecular level fragmentation behavior of particular amino acid residues or residue combinations.SeQuence IDentification (SQID), developed in this dissertation research, is a novel Bayesian learning-based method that attempts to incorporate intensity information from peptide cleavage patterns in a database searching algorithm. It directly makes use of the estimated peak intensity distributions for cleavage at amino acid pairs, derived from probability histograms generated from experimental MS/MS spectra. Rather than assuming amino acid cleavage patterns artificially or disregarding intensity information, SQID aims to take advantage of knowledge of observed fragmentation intensity behavior. In addition, SQID avoids the generation of a theoretical spectrum predication for each candidate sequence, needed by other sequencing methods including SEQUEST. As a result, computational efficiency is significantly improved.Extensive testing has been performed to evaluate SQID, by using datasets from the Pacific Northwest National Laboratory, University of Colorado, and the Institute for Systems Biology. The computational results show that by incorporating peak intensity distribution information, the program's ability to distinguish the correct peptides from incorrect matches is greatly enhanced. This observation is consistent with experiments involving various peptides and searches against larger databases with distraction proteins, which indirectly verifies that peptide dissociation behaviors determine the peptide sequencing and protein identification in MS/MS. Furthermore, testing SQID by using previously identified clusters of spectra associated with unique chemical structure motifs leads to the following conclusions: (1) the improvement in identification confidence is observed with a range of peptides displaying different fragmentation behaviors; (2) the magnitude of improvement is in agreement with the peptide cleavage selectivity, that is, more significant improvements are observed with more selective peptide cleavages.
3

An Ensemble Method for Large Scale Machine Learning with Hadoop MapReduce

Liu, Xuan 25 March 2014 (has links)
We propose a new ensemble algorithm: the meta-boosting algorithm. This algorithm enables the original Adaboost algorithm to improve the decisions made by different WeakLearners utilizing the meta-learning approach. Better accuracy results are achieved since this algorithm reduces both bias and variance. However, higher accuracy also brings higher computational complexity, especially on big data. We then propose the parallelized meta-boosting algorithm: Parallelized-Meta-Learning (PML) using the MapReduce programming paradigm on Hadoop. The experimental results on the Amazon EC2 cloud computing infrastructure show that PML reduces the computation complexity enormously while retaining lower error rates than the results on a single computer. As we know MapReduce has its inherent weakness that it cannot directly support iterations in an algorithm, our approach is a win-win method, since it not only overcomes this weakness, but also secures good accuracy performance. The comparison between this approach and a contemporary algorithm AdaBoost.PL is also performed.
4

Investigation on integration of sustainable manufacturing and mathematical programming for technology selection and capacity planning

Nejadi, Fahimeh January 2016 (has links)
Concerns about energy supply and climate change have been driving companies towards more sustainable manufacturing while they are looking on the economic side as well. One practicable task to achieve sustainability in manufacturing is choosing more sustainable technologies among available technologies. Combination of two functions of ‘Technology Selection’ and ‘Capacity Planning’ is not usually addressed in the research literature. The importance of integrated decisions on technology selection and capacity planning at such strategic level is therefore essentially important. This is supported by justifications in some selected manufacturing areas particularly concerning economies of the scale and accumulated knowledge. Furthermore, manufacturing firms are working in a global competitive environment that is changing in a continuous way. Strategic design of systems under such circumstances requires a carefully modelled approach to deal with the complexity of uncertainties. The overall project aims are to develop an integrated methodological approach to solving the combined ‘technology selection’ and ‘capacity planning’ problems in manufacturing sector. The approach will also incorporate the multi-perspective concept of sustainability, while taking uncertainties into account. A framework consisting of four modules is proposed. Problem structuring module adopts an Ontology method to map the technology mix combinations and to capture input data. ‘Optimisation for Sustainable Manufacturing’ module addresses the optimisation of technology selection and capacity planning decisions in an integrated way using Goal, Mixed Integer Programming method. The model developed takes the multi-criteria aspect of sustainability development into account. Three criteria, namely a) Environmental (e.g. Energy consumption and Emissions), b) Economics, and c) Technical (e.g. Quality) are involved. ‘Normalisation algorithm by comparison with the best value’ method is adopted in this research in order to facilitate a systematic comparison among various criteria. The economic evaluation is based on ‘Life-Cycle Analysis’ approach. The ‘Present Value (PV)’ method is adopted to address ‘Time Value of Money’, while taking both ‘Inflation’ and ‘Market Return’ into account in order to make the proposed model more realistic. A mathematical model to represent the total PV of each technology investment, including both capital and running costs, is developed. ‘Sensitivity Analysis’ module addresses the uncertainty element of the problem. A controlled set of re-optimisation runs, which is guided by a tool coded in Visual Basic for Applications (VBA), is developed to perform intensive sensitivity analyses. It is aimed to deal with the uncertainty element of the problem. Within ‘Solution Structuring’ module, two knowledge structuring schemes, namely Decision Tree and Interactive Slider Diagram, are proposed to deal with the large size of solution sets generated by the “Sensitivity Analysis” module. An innovative, hybrid, Supervised and Unsupervised Machine Learning algorithm is developed to generate a decision tree that aims to structure the solution set. The unsupervised learning stage is implemented using DBSCAN algorithm, while the supervised learning element adopts C4.5 algorithm. The methodological approach is tested and validated using an exemplar case study on coating processes in an automotive company. The case is characterised by three operations, twelve possible technology mix states, both capital budget and environmental limits, and 243 different sensitivity analysis experiments. The painting systems are evaluated and compared based on their quality, technology life-cycle costs, and their potential VOC (Volatile Organic Compounds) emissions into the air.
5

An Ensemble Method for Large Scale Machine Learning with Hadoop MapReduce

Liu, Xuan January 2014 (has links)
We propose a new ensemble algorithm: the meta-boosting algorithm. This algorithm enables the original Adaboost algorithm to improve the decisions made by different WeakLearners utilizing the meta-learning approach. Better accuracy results are achieved since this algorithm reduces both bias and variance. However, higher accuracy also brings higher computational complexity, especially on big data. We then propose the parallelized meta-boosting algorithm: Parallelized-Meta-Learning (PML) using the MapReduce programming paradigm on Hadoop. The experimental results on the Amazon EC2 cloud computing infrastructure show that PML reduces the computation complexity enormously while retaining lower error rates than the results on a single computer. As we know MapReduce has its inherent weakness that it cannot directly support iterations in an algorithm, our approach is a win-win method, since it not only overcomes this weakness, but also secures good accuracy performance. The comparison between this approach and a contemporary algorithm AdaBoost.PL is also performed.
6

ANOMALY DETECTION USING MACHINE LEARNING FORINTRUSION DETECTION

Vaishnavi Rudraraju (18431880) 02 May 2024 (has links)
<p dir="ltr">This thesis examines machine learning approaches for anomaly detection in network security, particularly focusing on intrusion detection using TCP and UDP protocols. It uses logistic regression models to effectively distinguish between normal and abnormal network actions, demonstrating a strong ability to detect possible security concerns. The study uses the UNSW-NB15 dataset for model validation, allowing a thorough evaluation of the models' capacity to detect anomalies in real-world network scenarios. The UNSW-NB15 dataset is a comprehensive network attack dataset frequently used in research to evaluate intrusion detection systems and anomaly detection algorithms because of its realistic attack scenarios and various network activities.</p><p dir="ltr">Further investigation is carried out using a Multi-Task Neural Network built for binary and multi-class classification tasks. This method allows for the in-depth study of network data, making it easier to identify potential threats. The model is fine-tuned during successive training epochs, focusing on validation measures to ensure its generalizability. The thesis also applied early stopping mechanisms to enhance the ML model, which helps optimize the training process, reduces the risk of overfitting, and improves the model's performance on new, unseen data.</p><p dir="ltr">This thesis also uses blockchain technology to track model performance indicators, a novel strategy that improves data integrity and reliability. This blockchain-based logging system keeps an immutable record of the models' performance over time, which helps to build a transparent and verifiable anomaly detection framework.</p><p dir="ltr">In summation, this research enhances Machine Learning approaches for network anomaly detection. It proposes scalable and effective approaches for early detection and mitigation of network intrusions, ultimately improving the security posture of network systems.</p>
7

Strategies for Discriminating Earthquakes Using a Repeating Signal Detector to Investigate Induced Seismicity in Eastern Ohio

Chiorini, Sutton 01 December 2019 (has links)
No description available.
8

SMART-LEARNING ENABLED AND THEORY-SUPPORTED OPTIMAL CONTROL

Sixiong You (14374326) 03 May 2023 (has links)
<p> This work focuses on solving the general optimal control problems with smart-learning-enabled and theory-supported optimal control (SET-OC) approaches. The proposed SET-OC includes two main directions. Firstly, according to the basic idea of the direct method, the smart-learning-enabled iterative optimization algorithm (SEIOA) is proposed for solving discrete optimal control problems. Via discretization and reformulation, the optimal control problem is converted into a general quadratically constrained quadratic programming (QCQP) problem. Then, the SEIOA is applied to solving QCQPs. To be specific, first, a structure-exploiting decomposition scheme is introduced to reduce the complexity of the original problem. Next, an iterative search, combined with an intersection-cutting plane, is developed to achieve global convergence. Furthermore, considering the implicit relationship between the algorithmic parameters and the convergence rate of the iterative search, deep learning is applied to design the algorithmic parameters from an appropriate amount of training data to improve convergence property. To demonstrate the effectiveness and improved computational performance of the proposed SEIOA, the developed algorithms have been implemented in extensive real-world application problems, including unmanned aerial vehicle path planning problems and general QCQP problems. According to the theoretical analysis of global convergence and the simulation results, the efficiency, robustness, and improved convergence rate of the optimization framework compared to the state-of-the-art optimization methods for solving general QCQP problems are analyzed and verified. Secondly, the onboard learning-based optimal control method (L-OCM) is proposed to solve the optimal control problems. Supported by the optimal control theory, the necessary conditions of optimality for optimal control of the optimal control problem can be derived, which leads to two two-point-boundary-value-problems (TPBVPs). Then, critical parameters are identified to approximate the complete solutions of the TPBVPs. To find the implicit relationship between the initial states and these critical parameters, deep neural networks are constructed to learn the values of these critical parameters in real-time with training data obtained from the offline solutions.  To demonstrate the effectiveness and improved computational performance of the proposed L-OCM approaches, the developed algorithms have been implemented in extensive real-world application problems, including two-dimensional human-Mars entry, powered-descent, landing guidance problems, and fuel-optimal powered descent guidance (PDG) problems. In addition, considering there is no thorough analysis of the properties of the optimal control profile for PDG when considering the state constraints, a rigid theoretical analysis of the fuel-optimal PDG problem with state constraints is further provided. According to the theoretical analysis and simulation results, the optimality, robustness, and real-time performance of the proposed L-OCM are analyzed and verified, which indicates the potential for onboard implementation. </p>
9

Разработка аналитического обеспечения технологии машинного обучения в деятельности страховой компании : магистерская диссертация / Development of analytical support for machine learning technology in the activities of an insurance company

Денисенко, Н. С., Denisenko, N. S. January 2022 (has links)
В диссертации были изучены особенности использования методов машинного обучения в сфере страхования. Рассмотрены возможности архитектурного подхода в разработке модели машинного обучения. Осуществлен анализ тенденций цифровой трансформации сферы страхования. Осуществлена оценка результативности использования машинного обучения в страховании. Построена полная модель архитектуры ПАО СК «Росгосстрах». Разработана аналитическая модель машинного обучения в сфере тарификации страховой компании. На основе процессного подхода детально рассмотрены все фазы проекта по внедрению модели машинного обучения в деятельность страховой компании. Разработана и реализована имитационная модель управления проектом разработки и внедрения модели машинного обучения в деятельность страховой компании на основе различных сценарием. / The dissertation studied the features of using machine learning methods in the field of insurance. The possibilities of the architectural approach in the development of a machine learning model are considered. The analysis of trends in the digital transformation of the insurance industry has been carried out. The effectiveness of the use of machine learning in insurance has been evaluated. A complete model of the architecture of PJSC IC Rosgosstrakh was built. An analytical model of machine learning in the field of tariffing of an insurance company has been developed. Based on the process approach, all phases of the project to introduce a machine learning model into the activities of an insurance company are considered in detail. A simulation model for project management for the development and implementation of a machine learning model in the activities of an insurance company has been developed and implemented based on various scenarios.
10

Estudo transdiagnóstico da ruminação nos transtornos mentais : esquizofrenia, transtorno esquizoafetivo, transtornos bipolares, depressão e transtornos de ansiedade

Silveira Júnior, Érico de Moura January 2017 (has links)
Introdução: Ruminação é a perseveração mal-adaptativa de pensamentos auto-centrados. Evidências sinalizam que ela está associada com início e manutenção de episódios depressivos, e ocorre em múltiplos transtornos mentais. A ruminação está associada com marcadores de desenvolvimento psicopatológico, como volumetria cerebral, memória, genes do BDNF e serotonina. É necessário aprofundar o conhecimento da ruminação enquanto traço dimensional, e conhecer melhor sua associação com variáveis sóciodemográficas, biológicas e clínicas para entender quando passa a ser um sintoma. Entretanto, aferi-la é um desafio, considerando que só existem escalas psicométricas. A mais utilizada, Ruminative Response Scale (RRS), foi validada em amostras não-clínicas. Objetivos: Avaliar ruminação transdiagnosticamente e determinar a validade de constructo da RRS em amostra clínica, buscando determinar fatores sócio-demográficos, clínicos e neurobiológicos associados a maiores escores de ruminação. Métodos: Estudo transversal, amostra não-probabilística. Foram convidados a participar 944 pacientes em atendimento psiquiátrico ambulatorial no HCPA entre março/2015 e junho/2016, maiores de 18 anos, que soubessem ler e escrever, e portadores de transtornos bipolares, depressão, esquizofrenia, esquizoafetivo, ansiedade generalizada, pânico, fobia específica e obsessivocompulsivo. Foram excluídos 373 com doenças que alteram resposta inflamatória, dependência química, gravidez, lactação, doenças neurológicas, vasculares e degenerativas. Recusaram-se a participar 254. Foram incluídos 317 pacientes, e 200 completaram a coleta de dados, que foi realizada em 4 etapas: 1) perfil sócio-demográfico e escalas auto-aplicáveis: ruminação, preocupação e funcionalidade; 2) amostras de sangue e entrevista clínica para aplicação das escalas de sintomas: depressão, mania, ansiedade e gravidade; 3) confirmação diagnóstica; e 4) processamento, armazenamento e análises bioquímicas das amostras de sangue. No primeiro artigo, revisamos sistematicamente a literatura sobre ruminação nos transtornos bipolares. No segundo, determinamos as validades de construto e externa da RRS. No terceiro, usamos machine learning para encontrar padrões de ruminação e determinar quais variáveis associadas preveem ruminação. Resultados: Ruminação está presente em todas as fases do transtorno bipolar, e é um sintoma estável independente do estado de humor, apesar de ter relação estreia com ele. Verificou-se também que mulheres ruminam mais que homens. Os escores de ruminação foram menores nos portadores de esquizofrenia que nos com depressão maior, bipolaridade e ansiedade. RRS apresentou boa confiabilidade, com 2-fatores correlacionados, brooding e ponderação, que apresentaram similaridade nas correlações com medidas clínicas, confirmando a validade externa transdiagnóstica. Por fim, encontrou-se que as variáveis associadas aos pacientes que mais ruminam são preocupação, sintomas de ansiedade generalizada e depressão, gravidade, nível socioeconômico e diagnóstico atual de pânico, sinalizando que ruminação pode ser um marcador de maior sensibilidade à ansiedade. Discussão: Ruminação parece ser um sintoma transdiagnóstico marcador de sofrimento. Os resultados desta tese contribuem para ampliar a discussão sobre diagnóstico psiquiátrico, agregando evidências para aprimorar as definições de limites e sobreposições diagnósticas entre as doenças mentais em que a ruminação ocorre. Por fim, conhecer melhor os mecanismos bioquímicos e clínicos envolvidos na ruminação contribuem na compreensão sobre quando ela deixa de ser um traço normal e vira um sintoma que necessita de tratamento. / Introduction: Rumination has been described as maladaptive perseveration of self-centered thoughts. Evidence indicates that rumination is associated with onset and maintenance of depressive episodes, it’s present in several mental disorders. Rumination is associated with markers of development of psychopathology, such as cerebral volumetry, memory, BDNF and serotonin genes. Measuring rumination is a challenge, considering that are available only psychometric scales. The most used, the Ruminative Responses Scale (RRS), was validated on non-clinical samples. Objectives: To evaluate transdiagnostically the rumination and to determine construct validity of the RRS in outpatients, in order to determine which associated factors lead the patients to ruminate. Methods: Cross-sectional study, non-probabilistic sample. A total of 944 patients in psychiatric outpatient treatment at HCPA between March / 2015 and June / 2016, major than 18 years old, knowing read and write, presenting bipolar disorder, schizophrenia, schizoaffective disorder, generalized anxiety disorder, panic disorder, phobia specific and obsessive-compulsive disorder were invited to participate. We excluded 373 patients with diseases that alter inflammatory response, chemical dependence, pregnancy, lactation, neurological, vascular and degenerative diseases. Two hundred fifty four refused to participate, 317 were included, and 200 completed the data collection, which was performed in 4 stages: 1) socio-demographic profile and self-applicable scales: rumination, worry and functionality; 2) blood samples and clinical interview for the application of symptom scales: depression, mania, anxiety and severity; 3) diagnostic confirmation; and 4) processing, storage and biochemical analyzes of blood samples. In the first article, we systematically reviewed the literature on rumination in bipolar disorders. In the second, we evaluated construct and external validity of RRS. In the third, we used machine learning algorithms to find patterns of rumination and to determine which associated variables predict rumination. Results: Rumination is present in all phases of bipolar disorder, it is a stable symptom, independent of mood, despite it has close relationship with it. It has also been found that women ruminate more than men. Rumination scores were lower in patients with schizophrenia than in major depression, bipolarity and anxiety patients. RRS presented good reliability, with correlated 2-factors, brooding and pondering, which presented similar correlations with clinical measures, confirming the external transdiagnostic validity. Finally, it was found that the variables associated with the greater scores of rumination are worry, symptoms of generalized anxiety and depression, severity of symptoms, socioeconomic level and current diagnosis of panic, signaling that rumination may be a marker of greater sensitivity to anxiety. Discussion: Rumination seems to be a transdiagnostic symptom of suffering. The results of this thesis contribute to broadening the discussion about psychiatric diagnostic, adding evidence to improve the definitions of limits and diagnostic overlaps between mental illnesses in which rumination occurs. Finally, a better understanding of the biochemical and clinical mechanisms involved in rumination may contribute to understanding of when rumination ceases to be a normal trait and becomes a symptom that requires treatment.

Page generated in 0.1235 seconds