Skip to content

Commit

Permalink
Merge branch 'master' of github.com:shogun-toolbox/shogun
Browse files Browse the repository at this point in the history
  • Loading branch information
Soeren Sonnenburg committed Jul 29, 2011
2 parents 620037e + 5ce74be commit 01b3fc3
Showing 1 changed file with 17 additions and 11 deletions.
28 changes: 17 additions & 11 deletions src/NEWS
Expand Up @@ -4,26 +4,32 @@
* This release contains major enhancements, cleanups and bugfixes:
* Features:
- Support for new languages: java, c#, ruby, lua in modular interfaces
(GSoC project of Baozeng Ding)
- Port all examples to the new languages.
- Implement Locally Linear Embedding, Multidimensional Scaling, Local
Tangent Space Alignment, Kernel PCA (GSoC project of Sergey Lisitsyn)
(GSoC project of Baozeng Ding)
- Port all examples to the new languages
- Dimensionality reduction (manifold learning) algorithms
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)
- Various new kernels: TStudentKernel, CircularKernel, WaveKernel,
SplineKernel, LogKernel, RationalQuadraticKernel, WaveletKernel,
BesselKernel, PowerKernel, ExponentialKernel, CauchyKernel,ANOVAKernel,
MultiquadricKernel, SphericalKernel
(thanks GSoC students for the contributions!)
(thanks GSoC students for the contributions!)
- Streaming / Online Feature Framework for SimpleFeatures,
SparseFeatures, StringFeatures (GSoC project of Shashwat Lal Das)
- SGD-QN, Online SGD, Online Liblinear, Online Vowpal Vabit (GSoC
project of Shashwat Lal Das)
- Model selection framework for arbitrary Machines (GSoC project of
Heiko Strathmann)
- Model selection framework for arbitrary Machines
(GSoC project of Heiko Strathmann)
- Gaussian Mixture Models (GSoC project of Alesis Novik)
- Add FibonacciHeap (thanks Evgeniy Andreev)
- Add arpack wrappers and support (Sergey Lisitsyn)
- Add Statistics module in math (Heiko Strathmann)
- Add subset support to features (Heiko Strathmann)
- FibonacciHeap for efficient shortest-path
problem solving (thanks Evgeniy Andreev)
- ARPACK wrapper (dseupd) for symmetric eigenproblems,
some new LAPACK wrappers (Sergey Lisitsyn)
- New Statistics module for various statistics measures (Heiko Strathmann)
- Subset support to features (Heiko Strathmann)
* Bugfixes:
- Fix build failure with ld --as-needed (thanks Matthias Klose for the
patch).
Expand Down

0 comments on commit 01b3fc3

Please sign in to comment.