• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 333
  • 183
  • Tagged with
  • 518
  • 518
  • 518
  • 518
  • 518
  • 518
  • 518
  • 64
  • 51
  • 47
  • 45
  • 42
  • 31
  • 30
  • 30
  • 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.
41

Evaluation of models for process time delay estimation in a pulp bleaching plant

Dahlbäck, Marcus January 2020 (has links)
The chemical processes used to manufacture pulp are always in development to cope with increasing environmental demands and competition. With a deeper understanding of the processes, the pulping industry can become both more profitable and effective at keeping an even and good quality of pulp, while reducing emissions. One step in this direction is to more accurately determine the time delay for a process, defined as the time it takes for a change in input to affect the process’s output. This information can then be used to control the process more efficiently. The methods used today to estimate the time delay use simple models and assumptions of the processes, for example that that the pulp behaves like a ”plug” that never changes its shape throughout the process. The problem with these assumptions is that they are only valid under ideal circumstances where there are no disturbances. This Master’s thesis aims to investigate if it is possible to measure the process time delay using only the input and output data from the process, and see if this estimation is more accurate than the existing model based methods. Another aim is to investigate if the process time delay can be monitored in real time. We investigated three methods: cross-correlation applied to the raw input and output data, cross-correlation applied to the derivative of the input and output data, and a convolutional neural network trained to identify the process time delay from the input and output data. The results show that it is possible to find the time delay, but with significant deviations from the models used today. Due to a lack of data where the time delay was measured, the reason for this deviation requires more research. The results also show that the three methods are unsuitable for real-time estimation. However, the models can likely monitor how the process time delay develops over long periods.
42

Procedurally generating an initial character state for interesting role-playing game experiences

Lindholm, Emil January 2020 (has links)
No description available.
43

Relief Planning Management Systems - Investigation of the Geospatial Components

Ngo, Duc Khanh January 2013 (has links)
No description available.
44

Resource Sharing and Network Deployment Games : In Open Wireless Access Markets

Gonzalez Sanchez, Dina Pamela January 2011 (has links)
<p>QC 20110912</p> / MODyS
45

En värdering av molntjänsters risker och förebyggande åtgärder

Andersson, Oscar January 2022 (has links)
Physical storage is not enough to handle the amount of data created each day. As a result of the pandemic the need to create and share information over the Internet has increased. As a result, the importance of cloud services in our society increases, as they offer storage solutions that their customers do not have to maintain themselves. However, there are several security risks and threats, as for everything that is handled over the Internet. This study highlights these threats and describes the current countermeasures. A survey is conducted to examine private individuals' use of cloud services and the security functions offered. A comparative analysis found differences between the four largest cloud storage services through which security features are offered, the effectiveness of which is also compared with the survey results. The study found that both cloud service providers and their customers each have an important role to play in maintaining security. / Fysisk lagring är inte tillräckligt för att hantera den mängd data som skapasvarje dag. Till följd av pandemin har även behovet av att skapa och delainformation över Internet ökat. Därav ökar betydelsen av molntjänster i vårtsamhälle, eftersom de erbjuder lagringslösningar som deras kunder intesjälva behöver uppehålla. Däremot följer en mängd säkerhetsrisker och hot,likt allt som hanteras över Internet. Den här studien belyser dessa hot ochbeskriver åtgärder. Genom en enkät undersöks även privatpersonersanvändning av molntjänster samt säkerhetsfunktionerna som erbjuds. Enkomparativ analys fann olikheter mellan de fyra största molntjänsternagenom vilka säkerhetsfunktioner som erbjuds, vars effektivitet ävenjämfördes gentemot enkätresultaten. Studien fann att både leverantörerna avmolntjänsterna samt dess kunder har var sin viktig roll i att bibehållasäkerheten
46

Extremism på digitala plattformar : En kvalitativ studie av TikToks rekommendationsalgoritm

Kahlqvist, Johanna, Falk, Ebba January 2022 (has links)
The threat of violent extremism is considered by authorities as one of the largest today. Political extremism has increased over the years and the number of politically motivated terrorist incidents in the Western world is higher than religiously motivated. The role of digital platforms when it comes to recruitment and radicalization is widely debated. This study specifically examines TikTok which is one of the fastest growing and leading digital platforms. TikTok's recommendation system differs from other social media by being the main product for the platform. Experiments show how TikTok's algorithms recommend hateful content exponentially, and that the different types of hateful content that are examined have a high correlation to one another. In some cases, extremist content was also recommended. Furthermore, it is stated that TikTok does not take enough action when videos and/or profiles are being reported for hateful and/or extremist content. The literature study also showed that the Swedish Police Authority's handling of hate crimes on the Internet is insufficient despite pressure to improve from the government. / Hotet från våldsbejakande extremism betraktas av myndigheter som ett av de största idag. Politisk extremism har under åren ökat och antalet politiskt motiverade terrorincidenter i västvärlden är högre än religiöst motiverade. Rollen som digitala plattformar har när det kommer till rekrytering och radikalisering är väldigt omdiskuterad. Den här studien undersöker specifikt TikTok som är en av de ledande digitala plattformarna och snabbast växande. TikToks rekommendationssystem skiljer sig från andra sociala medier genom att vara den huvudsakliga produkten för plattformen. Genom experiment redovisas hur TikToks algoritmer rekommenderar hatiskt innehåll exponentiellt, och att de olika typerna av hatiskt innehåll som undersöks har hög korrelation med varandra. I vissa fall rekommenderades även extremistiskt innehåll. Vidare konstaterades att TikToks agerande vid anmälningar av videor och/eller profiler med hatiskt och/eller extremistiskt innehåll är bristfällig. Litteraturstudien visade även att polismyndighetens hantering av hatbrott på Internet är otillräcklig trots påtryckningar om förbättring av regeringen.
47

Efficient graph embeddings with community detection

Djuphammar, Felix January 2021 (has links)
Networks are useful when modeling interactions in real-world systems based on relational data. Since networks often contain thousands or millions of nodes and links, analyzing and exploring them requires powerful visualizations. Presenting the network nodes in a map-like fashion provides a large scale overview of the data while also providing specific details. A suite of algorithms can compute an appropriate layout of all nodes for the visualization. However, these algorithms are computationally expensive when applied to large networks because they must repeatedly derive relations between every node and every other node, leading to quadratic scaling. Also, the available implementations compute the layout from the raw data instead of the network, making customization difficult. In this thesis, I introduce a modular algorithm that removes the need to consider all node pairs by approximating groups of pairwise relations. The groups are determined by clustering the network into densely connected groups of nodes with a community-detection algorithm. The implementation accepts a network as input and returns the layout coordinates, enabling modular and straightforward integration in a data analysis pipeline. The approximations improve the new algorithm's scaling to an order of 2N1.5 compared to the original N2. For a network with one million nodes, this scaling improvement gives a 500-fold performance boost such that a computation that previously took one week now completes in about 20 minutes.
48

Machine learning algorithm for generation and consumption forecasting in an electrical network

Hutchings, Isac, Oyola, Joel January 2023 (has links)
Power generation and consumption are directly affected by weather, and the weather variables are fluctuating, which means that generation and consumption also fluctuate. These fluctuations can damage equipment or cause other problems in an electrical network. Having accurate predictions to adjust the infrastructure ahead of time can therefore mitigate these problems. Extensive research has been done on short-term forecasting using machine learning (ML) in electrical networks where some of them also use weather data. However, often the research studies do not cover many of the algorithms that are known to be suitable for short-term forecasting in an electrical network, or the importance of the features is not shown. Our study aims to compare a wide range of ML algorithms that are known to be good for short-term forecasting with time-series data. Additionally, we want to investigate which of the available features, including weather data, have the greatest impact on the results of the models. The research consists of a literature study to find the most suitable algorithms for time-series short-term forecasting in an electrical network using weather information. To find the best algorithms, several algorithms are trained and tested on the full data set. Then, the algorithms are retrained on the same data set after feature selection and compared to the models trained on the full data set. The results of our experiment are that BiLSTM and CNN are the best models and that the features most closely related to the target are the most important while the weather features still have some impact.
49

Vehicle Breakdown using Pattern Recognition and Machine Learning

Hale, Oliver January 2022 (has links)
Today in Sweden there are thousands of sensors used to check the state of train vehicles to detect faults. Almost all these sensors get separate measurements for every axle on a train so if an error is detected its location is defined by an axle number within a train. This axle number needs to be matched with a certain vehicle to be able to easily locate it and remove or at least check the vehicle. It is, therefore, necessary to be able to break down trains into vehicles from timestamps readings. This project explores the possibilities of using machine learning to classify the train vehicles based on timestamp readings made by RFID detector setups.Throughout the project, several algorithms were attempted with different structures and different ways of using the timestamp data. In the end, the MLP-neural network structure was most promising and a model that could predict 91% of the trains correctly was created. This model showed that machinelearning was a promising way to classify vehicles from axle timestamp readings. The model also worked for some of the faulting sensors. It worked since it did not require the entire RFID detector setup to be fully functional, which was an unexpected extra positive outcome of the project
50

Kan ramverket BERT appliceras som språkmodell för att effektivisera inlärning av svenska? / Can the BERT framework be applied as a language model to make learning Swedish more effective?

Munthe Nilsson, Alexandra, Nilsson, Karin January 2021 (has links)
En grundläggande faktor till en effektiv och lyckad integration i samhället och arbetsmarknaden, är spraket. Genom att bryta den existerande språkbarriären kan både samhället och individen gynnas markant. Rapporten syftar således till att undersöka om språkmodeller kan effektivisera inlärningen av språk. Genom att utgå från ramverket BERT jämförs två olika språkmodellers prestanda avseende att klassificera en meningsföljd som korrekt respektive inkorrekt. Här används en grundmodell, baserad på den förtränade modellen KB-BERT, samt en finjusterad modell som tränats på dialoger från företaget Lingio. Resultaten tyder på att den finjusterade BERT modellen har god potential som sprakmodell och därmed kan appliceras på NLP-uppgifter hos applikationer ämnade för inlärning av språk. Denna slutsats stöds även av argument framförda under en intervju med Lingios CTO. Det krävs dock ytterligare undersökning för att kunna fastställa om BERT är applicerbar på fler uppgifter, såsom att förutsäga nästkommande ord samt möjligheten att generera svar utifrån en fråga. Arbetet år utvecklat tillsammans med Lingio, VINNOVA och KTH, och hoppas kunna bidra med underlag for vidareutveckling av deras projekt inom området. / One of the most essential factors for an effective and successful integration into society and the labor market is language. Both society and the individual can benefit significantly by breaking the existing language barrier that prevents integration. Therefore, the purpose of this report is to study if language models can shape language learning into becoming more effective. Based on the BERT framework, the performance of two different language models are compared, in regards to classifying a sequence of two sentences as correct or incorrect. This is done using a model from KB-BERT that has only been pre-trained, and a fine-tuned version that has been trained on dialogues from the company Lingio. The results indicate that the fine-tuned BERT model has a good potential to be used as a language model and is therefore applicable on NLP-tasks in applications for language learning. This conclusion is also supported by arguments which were stated during an interview with Lingio’s CTO. However, further investigation is required to determine whether BERT is applicable on other tasks, such as predicting the next word in a sentence or the ability to generate answers based on questions. The work has been developed together with Lingio, VINNOVA and KTH, and can hopefully act as a basis for further development of their project within the field.

Page generated in 0.1661 seconds