Randomized Algorithms
5,181 Followers
Recent papers in Randomized Algorithms
This paper addresses the issues of conservativeness and computational complexity of probabilistic robustness analysis. The authors solve both issues by defining a new sampling strategy and robustness measure. The new measure is shown to... more
The Euclidean Minimum Spanning Tree problem is to decide whether a given graph G = ( P, E) on a set of points in the two dimensional plane is a minimum spanning tree with respectto the Euclidean distance. Czumaj, Sohler, and Ziegler [2]... more
We propose an improved private count-mean-sketch data structure and show its applicability to differentially private contact tracing. Our proposed scheme (Diversifed Averaging for Meta estimation of Sketches-DAMS) provides a better... more
The goal of approximating metric spaces by more simple metric spaces has led to the notion ofgraph spanners [PU89, PS891 and to low-distortion embeddings in low-dimensional spaces [LLR94], having many algorithmic applications. This paper... more
Practical and theoretical issues are presented concerning the design, implementation, and use of a good, minimal standard random number generator that will port to virtually all systems.
This short note is about the assertion in AIMA(Russell and Norvig, 2010, p.221) that " on the n-queens problem, if you don't count the initial placement of queens, the run time of min-conflicts is roughly independent of problem size ". We... more
Unfair metrical task systems are a generalization of online metrical task systems. In this paper we introduce new techniques to combine algorithms for unfair metrical task systems and apply these techniques to obtain improved randomized... more
The vehicle routing problem (VRP) is a flourishing research area with clear applications to real-life distribution companies. However, most VRP-related academic articles assume the existence of a homogeneous fleet of vehicles and/or a... more
In our information societies, we increasingly delegate tasks and decisions to automated systems, devices and agents that mediate human relationships, by taking decisions and acting on the basis of algorithms. Their increased intelligence,... more
We introduce meta-factorization, a theory that describes matrix decompositions as solutions of linear matrix equations: the projector and the reconstruction equation. Meta-factorization reconstructs known factorizations, reveals their... more
Randomized Algorithms are now gaining the attention of researchers. The reason is that some of the randomized algorithms have been successfully implemented in important applications reducing the time complexity and other computing... more
We describe an alternative to gradient descent for backpropogation through a neural network, which we call Blind Descent. We believe that Blind Descent can be used to augment backpropagation by using it as an initialisation method and can... more
—This paper contributes to the development of randomized methods for neural networks. The proposed learner model is generated incrementally by stochastic configuration (SC) algorithms, termed SC networks (SCNs). In contrast to the... more
In this article we provide an introduction to data structures and algorithms. We consider some basic data structures and deal with implementations of a dictionary and a priority queue. Algorithms for such basic problems as matrix... more
Hyperspectral imaging techniques such as matrix-assisted laser desorption ionization (MALDI) mass spectrometry imaging produce large, information-rich datasets that are frequently too large to be analyzed as a whole. In addition, the... more
Projemizin adı FOLLOW GM’dir ve amacı bir hafıza oyunudur.Yani kullandığımız pic 16f628a ‘ı ASSEMBLY dili ile programlıyarak farklı kombinasyonlarda ledler yanarak bu ledlere en yakın olan butona basarak bir sonraki levele geçmeyi... more
We consider a model with n players and m objects. Each player has a “preference vector ” of length m that models his grade for each object. The grades are unknown to the players. A player can learn his grade for an object by probing that... more
We consider a model with n players and m objects. Each player has a “preference vector ” of length m that models his grade for each object. The grades are unknown to the players. A player can learn his grade for an object by probing that... more
Unfair metrical task systems are a generalization of online metrical task systems. In this paper we introduce new techniques to combine algorithms for unfair metrical task systems and apply these techniques to obtain improved randomized... more
Fragmentin è un collettivo artistico fondato nel 2014 a Losanna. È formato da Marc Dubois (1985), David Colombini (1989) e Laura Perrenoud (1991): tre Alumni della ECAL (Lausanne University of Art and Design) le cui opere testimoniano una... more
Mengoptimalkan nilai konstanta parameter PID secara otomatis dengan automatic random maupun dengan AI diantaranya GA dan PSO hingga didapatkan respon yang baik. Simulasi dilakukan di Matlab 2015a
We describe a new sampling-based method to determine cuts in an undirected graph. For a graph (V, E), its cycle space is the family of all subsets of E that have even degree at each vertex. We prove that with high probability, sampling... more
We present a cooperative framework for content-based image retrieval for the realistic setting where images are distributed across multiple cooperating servers. The proposed method is in line with bag-of-features approaches but uses fully... more
"El proceso de estimación de una proporción relacionada con una pregunta que puede ser altamente sensible para el encuestado, puede generar respuestas que no necesariamente coinciden con la realidad. Para reducir la probabilidad de... more
Urban transportation is a strategic domain that has become an important issue for client satisfaction in distribution companies. In academic literature, this problem is categorized as a Vehicle Routing Problem, a popular research stream... more
See is an abstract machine for computation programmed in the 3 word, syntax free language #Logica. It is thought to be Turing complete and is a language designed to be used with the 4th word 'meta'. The definition of meta can be found... more
Virtual private network design is the following NP-hard problem. We are given a communication network represented as a weighted graph with thresholds on the nodes which represent the amount of flow that a node can send to and receive from... more
Rapid access to information is essential for a wide variety of retrieval systems and applications. Hashing has long been used when the fastest possible direct search is desired, but is generally not appropriate when sequential or range... more
El hombre siempre se ha visto afectado por la aleatoriedad de algunos fenómenos y ha sentido la necesidad de generarla para diversos experimentos científicos, tanto en el mundo de las matemáticas como en el de las ciencias de la... more
We consider the problem of electing a leader among nodes in a highly dynamic network where the adversary has unbounded capacity to insert and remove nodes (including the leader) from the network and change connectivity at will. We present... more
The vehicle routing problem (VRP) is a flourishing research area with clear applications to real-life distribution companies. However, most VRP-related academic articles assume the existence of a homogeneous fleet of vehicles and/or a... more
We give an O(log 4 n)-time O(n 2)-processor CRCW PRAM algorithm to nd a hamiltonian cycle in a strong semicomplete bipartite digraph, B, provided that a factor of B (i.e. a collection of vertex disjoint cycles covering the vertex set of... more
Originally I am dealing with the issue of an arbitrary random number X that maybe bigger than the limit of greatest Rand() so since there are more than one Rand() with different limits then we could have break down X=L1*A+L2*B+L3*C+L4*D... more