Showing 20 of 613 papers

The Monty Python method for generating random variables

George Marsaglia, Wai Wan Tsang
1998
1 reference

We suggest an interesting and fast method for generating normal, exponential, t, von Mises, and certain other important random variables used in Monte Carlo studies. The right half of a symmetric density is cut into pieces, then, using simple area-pr...

Implementing the complex arcsine and arccosine functions using exception handling

T. E. Hull, Thomas F. Fairgrieve, P. T. P. Tang
1997
1 reference

We develop efficient algorithms for reliable and accurate evaluatins of the complex arcsine and arccosine functions. A tight error bound is derived for each algorithm; the results are valid for all machine-representable points in the complex plane. T...

Long Short-Term Memory.

Sepp Hochreiter, J. Schmidhuber
1997
1 reference

Learning to store information over extended time intervals by recurrent backpropagation takes a very long time, mostly because of insufficient, decaying error backflow. We briefly review Hochreiter's (1991) analysis of this problem, then address it b...

A monotonic superclass linearization for Dylan

Kim Barrett, Bob Cassels, Paul Haahr, David A. Moon, Keith Playford, P. Tucker Withington
1996
1 reference

Object-oriented languages with multiple inheritance and automatic conflict resolution typically use a linearization of superclasses to determine which version of a property to inherit when several superclasses provide definitions. Recent work has def...

Flexible smoothing with B-splines and penalties

Paul H.C. Eilers, Brian D. Marx
1996
1 reference

B-splines are attractive for nonparametric modelling, but choosing the optimal number and positions of knots is a complex task. Equidistant knots can be used, but their small and discrete number allows only limited control over smoothness and fit. We...

Printing floating-point numbers quickly and accurately

Robert G. Burger, R. Kent Dybvig
1996
1 reference

This paper presents a fast and accurate algorithm for printing floating-point numbers in both free- and fixed-format modes. In free-format mode, the algorithm generates the shortest, correctly rounded output string that converts to the same number wh...

Combining analyses, combining optimizations

Cliff Click, Keith D. Cooper
1995
1 reference

Modern optimizing compilers use several passes over a program's intermediate representation to generate good code. Many of these optimizations exhibit a phase-ordering problem. Getting the best code may require iterating optimizations until a fixed p...

Unsupervised Word Sense Disambiguation Rivaling Supervised Methods

David Yarowsky
1995
1 reference

This paper presents an unsupervised learning algorithm for sense disambiguation that, when trained on unannotated English text, rivals the performance of supervised techniques that require time-consuming hand annotations. The algorithm is based on tw...

When is double rounding innocuous?

Samuel Figueroa
1995
1 reference

Double rounding is the phenomenon that occurs when the result of an operation is rounded to fit some intermediate destination, and then again when delivered to its final destination. This can be a common occurrence when using some floating-point arit...

Volcano - An Extensible and Parallel Query Evaluation System

G. Graefe
1994
1 reference

To investigate the interactions of extensibility and parallelism in database query processing, we have developed a new dataflow query execution system called Volcano. The Volcano effort provides a rich environment for research and education in databa...

Applications of Finite Automata Representing Large Vocabularies.

Cláudio L. Lucchesi, Tomasz Kowaltowski
1993
1 reference

Abstract The construction of minimal acyclic deterministic partial finite automata to represent large natural language vocabularies is described. Applications of such automata include spelling checkers and advisers, multilanguage dictionaries, thesau...

Engineering Radix Sort.

Peter M. McIlroy, Keith Bostic, M. Douglas McIlroy
1993
1 reference

String-rewriting systems

Ronald V. Book, Friedrich Otto
1993
1 reference

In this chapter we introduce the string-rewriting systems and study their basic properties. Such systems are the primary subject of this work. We provide formal definitions of string-rewriting systems and their induced reduction relations and Thue co...

Algorithms for creating indexes for very large tables without quiescing updates

C. Mohan, Inderpal Narang
1992
1 reference

As relational DBMSs become more and more popular and as organizations grow, the sizes of individual tables are increasing dramatically. Unfortunately, current DBMSs do not allow updates to be performed on a table while an index (e.g., a B+-tree) is b...

Optimally profiling and tracing programs

Thomas Ball, James R. Larus
1992
1 reference

This paper presents algorithms for inserting monitoring code to profile and trace programs. These algorithms greatly reduce the cost of measuring programs. Profiling counts the number of times each basic block in a program executes and has a variety ...

Scanning Polyhedra with DO Loops.

Corinne Ancourt, François Irigoin
1991
1 reference

Article Scanning polyhedra with DO loops Share on Authors: Corinne Ancourt View Profile , François Irigoin View Profile Authors Info & Claims PPOPP '91: Proceedings of the third ACM SIGPLAN symposium on Principles and practice of parallel programming...

The Cache Performance and Optimizations of Blocked Algorithms.

Monica D. Lam, Edward Rothberg, Michael E. Wolf
1991
1 reference

article Free Access Share on The cache performance and optimizations of blocked algorithms Authors: Monica D. Lam View Profile , Edward E. Rothberg View Profile , Michael E. Wolf View Profile Authors Info & Claims ACM SIGOPS Operating Systems ReviewV...

Two-way string-matching

Maxime Crochemore, Dominique Perrin
1991
1 reference

article Free Access Share on Two-way string-matching Authors: Maxime Crochemore Univ. Paris, Paris, France Univ. Paris, Paris, FranceView Profile , Dominique Perrin Univ. Paris, Paris, France Univ. Paris, Paris, FranceView Profile Authors Info & Clai...

Efficient Implementation of Lattice Operations.

Hassan Aı̈t-Kaci, Robert S. Boyer, Patrick Lincoln, Roger Nasr
1989
1 reference

Lattice operations such as greatest lower bound (GLB), least upper bound (LUB), and relative complementation (BUTNOT) are becoming more and more important in programming languages supporting object inheritance. We present a general technique for the ...