scholarly journals Generalized Baum-Welch and Viterbi Algorithms Based on the Direct Dependency among Observations

2018 ◽  
Vol 17 (2) ◽  
pp. 0-0
Author(s):  
Vahid Rezaei Tabar ◽  
Dariusz Plewczynski ◽  
Hosna Fathipor ◽  
◽  
◽  
...  
Keyword(s):  
2019 ◽  
Author(s):  
Egger L. Mielberg

A decentralization of electronic currency would allow business activity and development of a single network to be independent of other different business networks. Cost of a decentralized currency of the network can become stable as long as participants of that network are still active.We propose a solution for such a big problem of traditional economy as a “direct dependency of local prices on global ones”.We also propose an innovative mechanism that allows participants of NCN to get any service of one business network for money (hours) earned in other network (‘s).The currency is implemented by usage of two innovative technologies, “Proof of Participation protocol” (PoP) [3] and “Smart Transactions” [2].


2020 ◽  
pp. 1-13
Author(s):  
Yoshiki Fujiwara

The goal of this squib is to tease apart two competing approaches to wh-scope marking, the direct-dependency approach and the indirect-dependency approach, by introducing Japanese wh-scope marking. The two approaches make different predictions regarding the type of the embedded clause in wh-scope-marking constructions. The embedded clause is regarded as declarative under the direct-dependency approach but as interrogative under the indirect-dependency approach. What is especially interesting in this respect is that Japanese wh-scope marking requires the embedded clause to be marked by the interrogative complementizer ka. Japanese wh-scope marking thus provides clear morphological evidence for the indirect-dependency approach.


Author(s):  
Tianhang Zheng ◽  
Changyou Chen ◽  
Kui Ren

Recent work on adversarial attack has shown that Projected Gradient Descent (PGD) Adversary is a universal first-order adversary, and the classifier adversarially trained by PGD is robust against a wide range of first-order attacks. It is worth noting that the original objective of an attack/defense model relies on a data distribution p(x), typically in the form of risk maximization/minimization, e.g., max/min Ep(x) L(x) with p(x) some unknown data distribution and L(·) a loss function. However, since PGD generates attack samples independently for each data sample based on L(·), the procedure does not necessarily lead to good generalization in terms of risk optimization. In this paper, we achieve the goal by proposing distributionally adversarial attack (DAA), a framework to solve an optimal adversarial-data distribution, a perturbed distribution that satisfies the L∞ constraint but deviates from the original data distribution to increase the generalization risk maximally. Algorithmically, DAA performs optimization on the space of potential data distributions, which introduces direct dependency between all data points when generating adversarial samples. DAA is evaluated by attacking state-of-the-art defense models, including the adversarially-trained models provided by MIT MadryLab. Notably, DAA ranks the first place on MadryLab’s white-box leaderboards, reducing the accuracy of their secret MNIST model to 88.56% (with l∞ perturbations of ε = 0.3) and the accuracy of their secret CIFAR model to 44.71% (with l∞ perturbations of ε = 8.0). Code for the experiments is released on https://github.com/tianzheng4/Distributionally-Adversarial-Attack.


2016 ◽  
Vol 31 (3) ◽  
pp. 168-175 ◽  
Author(s):  
Daniel M. Többens ◽  
Rene Gunder ◽  
Galina Gurieva ◽  
Julien Marquardt ◽  
Kai Neldner ◽  
...  

Kesterite-type compound semiconductors, containing copper and zinc, have photovoltaic properties depending on cation distribution in the crystal structure. Anomalous diffraction allows discrimination of isoelectronic cations, in principle allowing a straightforward determination of site occupation factors from data collected at multiple energies close to the X-ray absorption edges of copper and zinc. However, extremely strong correlation between structural parameters precludes this. We present a recipe based on the direct dependency between refined occupation factors and atomic scattering power, which allows to lift the correlations and to detect issues of individual diffraction patterns or assumptions in the model, thereby allowing for reliable quantitative analysis of the Cu/Zn distribution.


2015 ◽  
Vol 1 (2) ◽  
pp. 104-115
Author(s):  
Gabriella Vitorino Guimaraes ◽  
Pedro Rafael Luquez ◽  
Fabio Luis França de Faria ◽  
Marcelino Aurelio Vieira da Silva

The paper presents an analysis of the influence of the choice of convoy type for navigation in the waterway, focusing on shipping cost and CO2 emissions. For the cost analysis, the items that compose it have been detailed. The study verified the influence of the convoy type in each component. The most sensitive item in train setting is  engine power, which has a direct dependency on fuel consumption, and consequently,the emission of CO2 into the atmosphere. The detailed analysis presented in this article was able to identify the best operation option in the waterway in relation to the issues raised in this study.


Author(s):  
Arun Solanki ◽  
Rajat Saxena

With the advent of neural networks and its subfields like deep neural networks and convolutional neural networks, it is possible to make text classification predictions with high accuracy. Among the many subtypes of naive Bayes, multinomial naive Bayes is used for text classification. Many attempts have been made to somehow develop an algorithm that uses the simplicity of multinomial naive Bayes and at the same time incorporates feature dependency. One such effort was put in structure extended multinomial naive Bayes, which uses one-dependence estimators to inculcate dependencies. Basically, one-dependence estimators take one of the attributes as features and all other attributes as its child. This chapter proposes self structure extended multinomial naïve Bayes, which presents a hybrid model, a combination of the multinomial naive Bayes and structure extended multinomial naive Bayes. Basically, it tries to classify the instances that were misclassified by structure extended multinomial naive Bayes as there was no direct dependency between attributes.


1996 ◽  
Vol 06 (03) ◽  
pp. 427-435 ◽  
Author(s):  
CLAUDE JARD ◽  
GUY-VINCENT JOURDAN

The notion of causal dependency between events in distributed systems plays a central role in reasoning about distributed program behaviours [14]. Different techniques have been designed to track these dependencies during execution. We suggest a new incremental transitive dependency tracking technique. Once the transitive dependencies are recorded for an observable event, the dependency tracking cost can be reduced by propagating only future dependencies beyond that event. Furthermore, in contrast with the direct dependency tracking technique already proposed in the literature, our technique allows to compute the dependencies among an arbitrary subset of observable events. This gives an interesting filtering capability.


Author(s):  
Ruket Çakici

Annotated data have recently become more important, and thus more abundant, in computational linguistics . They are used as training material for machine learning systems for a wide variety of applications from Parsing to Machine Translation (Quirk et al., 2005). Dependency representation is preferred for many languages because linguistic and semantic information is easier to retrieve from the more direct dependency representation. Dependencies are relations that are defined on words or smaller units where the sentences are divided into its elements called heads and their arguments, e.g. verbs and objects. Dependency parsing aims to predict these dependency relations between lexical units to retrieve information, mostly in the form of semantic interpretation or syntactic structure. Parsing is usually considered as the first step of Natural Language Processing (NLP). To train statistical parsers, a sample of data annotated with necessary information is required. There are different views on how informative or functional representation of natural language sentences should be. There are different constraints on the design process such as: 1) how intuitive (natural) it is, 2) how easy to extract information from it is, and 3) how appropriately and unambiguously it represents the phenomena that occur in natural languages. In this article, a review of statistical dependency parsing for different languages will be made and current challenges of designing dependency treebanks and dependency parsing will be discussed.


Relevance. The intensity of photosynthesis is the most common toxicity test when using algae as test objects. All methods for determining photosynthesis are based on measuring the rate of oxygen evolution or absorption of carbon dioxide in an incubation medium before and after a certain exposure of algae culture to light. Purpose. Determination of threshold concentrations of toxic substances for this method and study of the dependence of the type of dose-value of the toxic effect. Results. Toxicity bioassay by evaluating the photosynthetic activity of algae is possible only for wastewater with acute toxicity. A direct dependency between the magnitude of the toxic effect and the duration of contact of algae with toxicants is observed for about an hour. A further increase in the contact time almost does not increase the toxic effect. Conclusions. By increasing the contact time of algae with toxicants, it is possible to significantly increase the sensitivity of the method and, possibly, use it to evaluate low-toxic wastewater. However, for the final conclusions about the limits of sensitivity of the method, and, therefore, about the scope of its application, additional studies are needed.


2004 ◽  
Vol 38 (1) ◽  
pp. 58-73 ◽  
Author(s):  
B. Gupta ◽  
Z. Liu ◽  
Z. Liang
Keyword(s):  

Sign in / Sign up

Export Citation Format

Share Document