Skip to content

Commit

Permalink
News and contributions additions
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed Aug 3, 2011
1 parent 9dc8f2b commit eb4d547
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 16 deletions.
29 changes: 16 additions & 13 deletions src/CONTRIBUTIONS
Expand Up @@ -53,25 +53,28 @@ We integrated the work of the following people:
- Translation of the documentation to Chinese

Baozeng Ding
- Support for modular java, c#, ruby, lua interfaces
- Support for modular java, c#, ruby, lua interfaces

Sergey Lisitsyn
- Locally Linear Embedding, Multidimensional Scaling, Local
Tangent Space Alignment, Kernel PCA
- Arpack wrappers
- Various bugfixes and structural improvements
- Locally Linear Embedding, Classic and Landmark
Multidimensional Scaling, Local Tangent Space Alignment,
Hessian Locally Linear Embedding, Isomap, Laplacian Eigenmaps
- ARPACK wrapper
- Various bugfixes and structural improvements
- Translation of the documentation to Russian

Shashwat Lal Das
- Streaming / Online Feature Framework for SimpleFeatures, SparseFeatures,
StringFeatures, SGD-QN, Online SGD, Online Liblinear, Online Vowpal Vabit
- Streaming / Online Feature Framework for SimpleFeatures, SparseFeatures,
StringFeatures, SGD-QN, Online SGD, Online Liblinear, Online Vowpal Vabit

Heiko Strathmann
- Model selection framework for arbitrary Machines
- Statistics module
- Subset support in features

- Model selection framework for arbitrary Machines
- Statistics module
- Subset support in features
- Various bugfixes and structural improvements

Alesis Novik
- Gaussian Mixture Models
- Gaussian Mixture Models

Evgeniy Andreev:
- FibonacciHeap
- FibonacciHeap
7 changes: 4 additions & 3 deletions src/NEWS
Expand Up @@ -10,8 +10,8 @@
are now available. In particular: Locally Linear Embedding (LLE), Hessian
Locally Linear Embedding (HLLE), Local Tangent Space Alignment (LTSA),
Kernel PCA (kPCA), Classic and Landmark Multidimensional Scaling (MDS, LMDS),
Classic and Landmark Isomap (Isomap, both e-Isomap and k-Isomap),
Laplacian Eigenmaps (GSoC project of Sergey Lisitsyn)
Classic and Landmark Isomap, Laplacian Eigenmaps
(GSoC project of Sergey Lisitsyn)
- Various new kernels: TStudentKernel, CircularKernel, WaveKernel,
SplineKernel, LogKernel, RationalQuadraticKernel, WaveletKernel,
BesselKernel, PowerKernel, ExponentialKernel, CauchyKernel,ANOVAKernel,
Expand All @@ -26,7 +26,8 @@
- Gaussian Mixture Models (GSoC project of Alesis Novik)
- FibonacciHeap for efficient shortest-path
problem solving (thanks Evgeniy Andreev)
- ARPACK wrapper (dseupd) for symmetric eigenproblems,
- ARPACK wrapper (dseupd) for symmetric eigenproblems (both
generalized and non-generalized),
some new LAPACK wrappers (Sergey Lisitsyn)
- New Statistics module for various statistics measures (Heiko Strathmann)
- Subset support to features (Heiko Strathmann)
Expand Down

0 comments on commit eb4d547

Please sign in to comment.