CCE is a multi-instance learning method solving multi-instance problems through adapting multi-instance representation to single-instance ALGORITHMS, which is quite different from existing multi-instance learning ALGORITHMS which attempt to adapt single-instance ALGORITHMS to multi-instance representation
天文算法,包括時間、行星、以及內插算法。
A portable ANSI C implementation of some of the ALGORITHMS published in
Astronomical ALGORITHMS
by Jean Meeus
2nd edition (December 1998)
Willmann-Bell
ISBN: 0943396638
MATLAB Code for Optimal Quincunx Filter
Bank Design
Yi Chen
July 17, 2006
This file introduces the MATLAB code that implements the two ALGORITHMS (i.e., ALGORITHMS
1 and 2 in [1], or ALGORITHMS 4.1 and 4.2 in [2]) used for the construction of
quincunx filter banks with perfect reconstruction, linear phase, high coding gain, certain
vanishing moments properties, and good frequency selectivity. The code can be
used to design quincunx filter banks with two, three, or four lifting steps. The SeDuMi
Matlab toolbox [3] is used to solve the second-order cone programming subproblems
in the two ALGORITHMS, and must be installed in order for this code to work.
This tutorial white-paper illustrates practical aspects of FIR
filter design and fixed-point implementation along with the
ALGORITHMS available in the Filter Design Toolbox and the
Signal Processing Toolbox for this purpose.
15篇光流配準經典文獻,目錄如下:
1、A Local Approach for Robust Optical Flow Estimation under Varying
2、A New Method for Computing Optical Flow
3、Accuracy vs. Efficiency Trade-offs in Optical Flow ALGORITHMS
4、all about direct methods
5、An Introduction to OpenCV and Optical Flow
6、Bayesian Real-time Optical Flow
7、Color Optical Flow
8、Computation of Smooth Optical Flow in a Feedback Connected Analog Network
9、Computing optical flow with physical models of brightness Variation
10、Dense estimation and object-based segmentation of the optical flow with robust techniques
11、Example Goal Standard methods Our solution Optical flow under
12、Exploiting Discontinuities in Optical Flow
13、Optical flow for Validating Medical Image Registration
14、Tutorial Computing 2D and 3D Optical Flow.pdf
15、The computation of optical flow
"The GRAPHICS GEMS Series" was started in 1990 by Andrew Glassner. The vision and purpose of the Series was - and still is - to provide tips, techniques, and ALGORITHMS for graphics programmers. All of the gems are written by programmers who work in the field and are motivated by a common desire to share interesting ideas and tools with their colleagues. Each volume provides a new set of innovative solutions to a variety of programming problems.
We address the problem of predicting a word from previous words in a sample of text. In particular,
we discuss n-gram models based on classes of words. We also discuss several statistical ALGORITHMS
for assigning words to classes based on the frequency of their co-occurrence with other words. We
find that we are able to extract classes that have the flavor of either syntactically based groupings
or semantically based groupings, depending on the nature of the underlying statistics.
The ZZIPlib provides read access on ZIP-archives. The library uses only the patent-free compression-ALGORITHMS supported by Zlib. It provides functions that transparently access files being either real files or zipped files, both with the same filepath
Mapack可用來做矩陣運算
Mapack is a .NET class library for basic linear algebra computations. It supports the following matrix operations and properties: Multiplication, Addition, Subtraction, Determinant, Norm1, Norm2, Frobenius Norm, Infinity Norm, Rank, Condition, Trace, Cholesky, LU, QR, Single Value decomposition, Least Squares solver, Eigenproblem solver, Equation System solver. The ALGORITHMS were adapted from Mapack for COM, Lapack and the Java Matrix Package.