Search results for " Mach"
showing 10 items of 1388 documents
Learning of regular expressions by pattern matching
1995
We consider the problem of restoring regular expressions from good examples. We describe a natural learning algorithm for obtaining a “plausible” regular expression from one example. The algorithm is based on finding the longest substring which can be matched by some part of the so far obtained expression. We believe that the algorithm to a certain extent mimics humans guessing regular expressions from the same sort of examples. We show that for regular expressions of bounded length successful learning takes time linear in the length of the example, provided that the example is “good”. Under certain natural restrictions the run-time of the learning algorithm is polynomial also in unsuccessf…
Distributed learning automata-based scheme for classification using novel pursuit scheme
2020
Learning Automata (LA) is a popular decision making mechanism to “determine the optimal action out of a set of allowable actions” (Agache and Oommen, IEEE Trans Syst Man Cybern-Part B Cybern 2002(6): 738–749, 2002). The distinguishing characteristic of automata-based learning is that the search for the optimising parameter vector is conducted in the space of probability distributions defined over the parameter space, rather than in the parameter space itself (Thathachar and Sastry, IEEE Trans Syst Man Cybern-Part B Cybern 32(6): 711–722, 2002). Recently, Goodwin and Yazidi pioneered the use of Ant Colony Optimisation (ACO) for solving classification problems (Goodwin and Yazidi 2016). In th…
Non Linear Fitting Methods for Machine Learning
2017
This manuscript presents an analysis of numerical fitting methods used for solving classification problems as discriminant functions in machine learning. Non linear polynomial, exponential, and trigonometric models are mathematically deduced and discussed. Analysis about their pros and cons, and their mathematical modelling are made on what method to chose for what type of highly non linear multi-dimension problems are more suitable to be solved. In this study only deterministic models with analytic solutions are involved, or parameters calculation by numeric methods, which the complete model can subsequently be treated as a theoretical model. Models deduction are summarised and presented a…
A Machine Learning Model to Predict Intravenous Immunoglobulin-Resistant Kawasaki Disease Patients: A Retrospective Study Based on the Chongqing Popu…
2021
Objective: We explored the risk factors for intravenous immunoglobulin (IVIG) resistance in children with Kawasaki disease (KD) and constructed a prediction model based on machine learning algorithms.Methods: A retrospective study including 1,398 KD patients hospitalized in 7 affiliated hospitals of Chongqing Medical University from January 2015 to August 2020 was conducted. All patients were divided into IVIG-responsive and IVIG-resistant groups, which were randomly divided into training and validation sets. The independent risk factors were determined using logistic regression analysis. Logistic regression nomograms, support vector machine (SVM), XGBoost and LightGBM prediction models wer…
Power dispatching techniques as a finite state machine for a standalone photovoltaic system with a hybrid energy storage
2020
Standalone photovoltaic system (SPVS) is usually embedded with an energy storage unit to overcome the intermittency of photovoltaic (PV) generation as well as to address load variations in off-grid operation. In SPVS energy systems, batteries can serve as the long term energy storage and contributing to the large portion of the energy demand but to overcome the load intermittency, it necessitates a fast response energy storage embedded with the battery as a hybrid energy storage (HES) for dynamic loads (e.g., Electric Vehicle loads, emergency power management). In this work, Lead-Acid (LA) battery and supper capacitor (SC) array are used as the HES. HES helps not only in increasing more uti…
Mobile Edge Computing: Architetture ed Analisi della Live Migration
2020
Con l'ormai prossima rete mobile 5G entreranno a far parte della nostra quotidianità nuovi servizi applicativi, mai prima possibili, grazie all'avvicinamento di risorse di calcolo e di memoria nei pressi dell'utente in mobilità. Un’architettura abilitante i futuri servizi è quella di Mobile Edge Computing (MEC) in cui cloud di capacità inferiori rispetto a quelli presenti nella core della rete sono dislocati nei pressi della stazioni radio e metteranno a disposizione risorse di calcolo tali da permettere, tramite la tecnica di offloading, la fruizione di servizi quali realtà aumentata, gaming online, contenuti streaming ad alta risoluzione ed operazioni di data analytics. Ogni nuovo paradig…
Process specification and verification
1996
Graph grammars provide a very convenient specification tool for distributed systems of processes. This paper addresses the problem how properties of such specifications can be proven. It shows a connection between algebraic graph rewrite rules and temporal (trace) logic via the graph expressions of [2]. Statements concerning the global behavior can be checked by local reasoning.
Machine Learning: WEKA
2015
Cada vez más se utilizan ingentes cantidades de datos lo que conlleva la necesidad de extraer información útil para la toma de decisiones. La minería de datos es una tarea dentro de este proceso que utiliza la estadística como herramienta fundamental.
Coding Sequences with Constraints
1990
In this paper we consider the following problem: given all bi-infinite sequences of symbols satisfying certain constraints, search for a set X of words such that i): any concatenation of elements of X satisfies these constraints and ii): any sequence verifying the constraints can be “parsed” in elements of X.