301 |
HMMs and LSTMs for On-line Gesture Recognition on the Stylaero Board : Evaluating and Comparing Two Methods / Kontinuerlig Gestdetektering meddels LSTMer och HMMerSibelius Parmbäck, Sebastian January 2019 (has links)
In this thesis, methods of implementing an online gesture recognition system for the novel Stylaero Board device are investigated. Two methods are evaluated - one based on LSTMs and one based on HMMs - on three kinds of gestures: Tap, circle, and flick motions. A method’s performance was measured in its accuracy in determining both whether any of the above listed gestures were performed and, if so, which gesture, in an online single-pass scenario. Insight was acquired regarding the technical challenges and possible solutions to the online aspect of the problem. Poor performance was, however, observed in both methods, with a likely culprit identified as low quality of training data, due to an arduous and complex gesture performance capturing process. Further research improving on the process of gathering data is suggested.
|
302 |
Exploring guidelines for human-centred design in the wake of AI capabilities : A qualitative studyOlivieri, Emily, Isacsson, Loredana January 2020 (has links)
Purpose – Artificial Intelligence has seen important growth in the digital area in recent years. Our aim is to explore possible guidelines that make use of AI advances to design good user experiences for digital products. Method – The proposed methods to gather the necessary qualitative data to support our claim involve open-ended interviews with UX/UI Designers working in the industry, in order to gain a deeper understanding of their thoughts and experiences. In addition, a literature review is conducted to identify the knowledge gap and build the base of our new theory. Findings – Our findings suggest a need to embrace new technological developments in favour of enhancing UX designers’ workflow. Additionally, basic AI and ML knowledge is needed to utilise these capabilities to their full potential. Indeed, a crucial area of impact where AI can augment a designer’s reach is personalization. Together with smart algorithms, designers may target their creations to specific user needs and demands. UX designers even have the opportunity for innovation as mundane tasks are automated by intelligent assistants, which broadens the possibility of acquiring further skills to enhance their work. One result, that is both innovative and unexpected, is the notion that AI and ML can augment a designer’s creativity by taking over mundane tasks, as well as, providing assistance with certain graphics and inputs. Implications – These results indicate that AI and ML may potentially impact the UX industry in a positive manner, as long as designers make use of the technology for the benefit of the user in true human-centred practice. Limitations – Nevertheless, our study presents its own unique limitations due to the scope and time frame of this dissertation, we are bound to the knowledge gathered from a small sample of professionals in Sweden. Presented guidelines are a suggestion based on our research and not a definitive workflow.
|
303 |
Současná česká poezie a její didaktický potenciál / Contemporary Czech poetry - didactic potentialŠpalek, Matěj January 2017 (has links)
The thesis deals with contemporary Czech poetry, with trends in the evolution in last five years and with didactic potential of the modern poems. The theoretical part summarizes the changes in the evolution of contemporary Czech poetry based on the information from the anthology called Nejlepší české básně and offers two large interpretations and five short reflections of the modern Czech poems. Finally this part pronounces the student's priorities of the selection of poems in the lessons of literature. The practical part of the thesis contains one lesson proposal built on the poem Rasistická poezie by Jan Těsnohlídek ml. and a questionnaire intended for the grammar school teachers about contemporary Czech poetry. The results of the practical part of the thesis are presented and the general conclusions about didactic potential of a contemporary Czech poetry are pronounced. Key words engaged poetry, didactic potential, didactic of literature, Jan Těsnohlídek ml., crisis of the contemporary Czech poetry
|
304 |
Design Optimization in Gas Turbines using Machine Learning : A study performed for Siemens Energy AB / Designoptimisering i gasturbiner med hjälp av maskininlärningMathias, Berggren, Daniel, Sonesson January 2021 (has links)
In this thesis, the authors investigate how machine learning can be utilized for speeding up the design optimization process of gas turbines. The Finite Element Analysis (FEA) steps of the design process are examined if they can be replaced with machine learning algorithms. The study is done using a component with given constraints that are provided by Siemens Energy AB. With this component, two approaches to using machine learning are tested. One utilizes design parameters, i.e. raw floating-point numbers, such as the height and width. The other technique uses a high dimensional mesh as input. It is concluded that using design parameters with surrogate models is a viable way of performing design optimization while mesh input is currently not. Results from using different amount of data samples are presented and evaluated.
|
305 |
Switching hybrid recommender system to aid the knowledge seekersBacklund, Alexander January 2020 (has links)
In our daily life, time is of the essence. People do not have time to browse through hundreds of thousands of digital items every day to find the right item for them. This is where a recommendation system shines. Tigerhall is a company that distributes podcasts, ebooks and events to subscribers. They are expanding their digital content warehouse which leads to more data for the users to filter. To make it easier for users to find the right podcast or the most exciting e-book or event, a recommendation system has been implemented. A recommender system can be implemented in many different ways. There are content-based filtering methods that can be used that focus on information about the items and try to find relevant items based on that. Another alternative is to use collaboration filtering methods that use information about what the consumer has previously consumed in correlation with what other users have consumed to find relevant items. In this project, a hybrid recommender system that uses a k-nearest neighbors algorithm alongside a matrix factorization algorithm has been implemented. The k-nearest neighbors algorithm performed well despite the sparse data while the matrix factorization algorithm performs worse. The matrix factorization algorithm performed well when the user has consumed plenty of items.
|
306 |
Product Matching Using Image SimilarityForssell, Melker, Janér, Gustav January 2020 (has links)
PriceRunner is an online shopping comparison company. To maintain up-todate prices, PriceRunner has to process large amounts of data every day. The processing of the data includes matching unknown products, referred to as offers, to known products. Offer data includes information about the product such as: title, description, price and often one image of the product. PriceRunner has previously implemented a textual-based machine learning (ML) model, but is also looking for new approaches to complement the current product matching system. The objective of this master’s thesis is to investigate the potential of using an image-based ML model for product matching. Our method uses a similarity learning approach where the network learns to recognise the similarity between images. To achieve this, a siamese neural network was trained with the triplet loss function. The network is trained to map similar images closer together and dissimilar images further apart in a vector space. This approach is often used for face recognition, where there is an extensive amount of classes and a limited amount of images per class, and new classes are frequently added. This is also the case for the image data used in this thesis project. A general model was trained on images from the Clothing and Accessories hierarchy, one of the 16 toplevel hierarchies at PriceRunner, consisting of 17 product categories. The results varied between each product category. Some categories proved to be less suitable for image-based classification while others excelled. The model handles new classes relatively well without any, or with briefer, retraining. It was concluded that there is potential in using images to complement the current product matching system at PriceRunner.
|
307 |
EVIDENCE BASED MEDICAL QUESTION ANSWERING SYSTEM USING KNOWLEDGE GRAPH PARADIGMAqeel, Aya 22 June 2022 (has links)
No description available.
|
308 |
Computing Random Forests Variable Importance Measures (VIM) on Mixed Numerical and Categorical Data / Beräkning av Random Forests variable importance measures (VIM) på kategoriska och numeriska prediktorvariablerHjerpe, Adam January 2016 (has links)
The Random Forest model is commonly used as a predictor function and the model have been proven useful in a variety of applications. Their popularity stems from the combination of providing high prediction accuracy, their ability to model high dimensional complex data, and their applicability under predictor correlations. This report investigates the random forest variable importance measure (VIM) as a means to find a ranking of important variables. The robustness of the VIM under imputation of categorical noise, and the capability to differentiate informative predictors from non-informative variables is investigated. The selection of variables may improve robustness of the predictor, improve the prediction accuracy, reduce computational time, and may serve as a exploratory data analysis tool. In addition the partial dependency plot obtained from the random forest model is examined as a means to find underlying relations in a non-linear simulation study. / Random Forest (RF) är en populär prediktormodell som visat goda resultat vid en stor uppsättning applikationsstudier. Modellen ger hög prediktionsprecision, har förmåga att modellera komplex högdimensionell data och modellen har vidare visat goda resultat vid interkorrelerade prediktorvariabler. Detta projekt undersöker ett mått, variabel importance measure (VIM) erhållna från RF modellen, för att beräkna graden av association mellan prediktorvariabler och målvariabeln. Projektet undersöker känsligheten hos VIM vid kvalitativt prediktorbrus och undersöker VIMs förmåga att differentiera prediktiva variabler från variabler som endast, med aveende på målvariableln, beskriver brus. Att differentiera prediktiva variabler vid övervakad inlärning kan användas till att öka robustheten hos klassificerare, öka prediktionsprecisionen, reducera data dimensionalitet och VIM kan användas som ett verktyg för att utforska relationer mellan prediktorvariabler och målvariablel.
|
309 |
Classify part of day and snow on the load of timber stacks : A comparative study between partitional clustering and competitive learningNordqvist, My January 2021 (has links)
In today's society, companies are trying to find ways to utilize all the data they have, which considers valuable information and insights to make better decisions. This includes data used to keeping track of timber that flows between forest and industry. The growth of Artificial Intelligence (AI) and Machine Learning (ML) has enabled the development of ML modes to automate the measurements of timber on timber trucks, based on images. However, to improve the results there is a need to be able to get information from unlabeled images in order to decide weather and lighting conditions. The objective of this study is to perform an extensive for classifying unlabeled images in the categories, daylight, darkness, and snow on the load. A comparative study between partitional clustering and competitive learning is conducted to investigate which method gives the best results in terms of different clustering performance metrics. It also examines how dimensionality reduction affects the outcome. The algorithms K-means and Kohonen Self-Organizing Map (SOM) are selected for the clustering. Each model is investigated according to the number of clusters, size of dataset, clustering time, clustering performance, and manual samples from each cluster. The results indicate a noticeable clustering performance discrepancy between the algorithms concerning the number of clusters, dataset size, and manual samples. The use of dimensionality reduction led to shorter clustering time but slightly worse clustering performance. The evaluation results further show that the clustering time of Kohonen SOM is significantly higher than that of K-means.
|
310 |
Multimodal Model for Construction Site Aversion ClassificationAppelstål, Michael January 2020 (has links)
Aversion on construction sites can be everything from missingmaterial, fire hazards, or insufficient cleaning. These aversionsappear very often on construction sites and the construction companyneeds to report and take care of them in order for the site to runcorrectly. The reports consist of an image of the aversion and atext describing the aversion. Report categorization is currentlydone manually which is both time and cost-ineffective. The task for this thesis was to implement and evaluate an automaticmultimodal machine learning classifier for the reported aversionsthat utilized both the image and text data from the reports. Themodel presented is a late-fusion model consisting of a Swedish BERTtext classifier and a VGG16 for image classification. The results showed that an automated classifier is feasible for thistask and could be used in real life to make the classification taskmore time and cost-efficient. The model scored a 66.2% accuracy and89.7% top-5 accuracy on the task and the experiments revealed someareas of improvement on the data and model that could be furtherexplored to potentially improve the performance.
|
Page generated in 0.0491 seconds