License |
License |
---|---|
GroupId | GroupIdde.cit-ec.tcs.alignment |
ArtifactId | ArtifactIdlearning |
Last Version | Last Version3.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTCS Alignment Toolbox Metric Learning
This module is a custom implementation of the Large Margin
Nearest Neighbor classification scheme of Weinberger, Saul, et al. (2009).
It contains an implementation of the k-nearest neighbor and LMNN classifier
as well as (most importantly) gradient calculation schemes on the LMNN
cost function given a sequential data set and a user-choice of alignment
algorithm. This enables users to learn parameters of the alignment
distance in question using a gradient descent on the LMNN cost function.
More information on this approach can be found in the Masters Thesis
"Adaptive Affine Sequence Alignment Using Algebraic Dynamic Programming"
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
learning-3.1.1.pom | |
learning-3.1.1.jar | 22 KB |
learning-3.1.1-sources.jar | 15 KB |
learning-3.1.1-javadoc.jar | 88 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.cit-ec.tcs.alignment/learning/ -->
<dependency>
<groupId>de.cit-ec.tcs.alignment</groupId>
<artifactId>learning</artifactId>
<version>3.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.cit-ec.tcs.alignment/learning/
implementation 'de.cit-ec.tcs.alignment:learning:3.1.1'
// https://jarcasting.com/artifacts/de.cit-ec.tcs.alignment/learning/
implementation ("de.cit-ec.tcs.alignment:learning:3.1.1")
'de.cit-ec.tcs.alignment:learning:jar:3.1.1'
<dependency org="de.cit-ec.tcs.alignment" name="learning" rev="3.1.1">
<artifact name="learning" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.cit-ec.tcs.alignment', module='learning', version='3.1.1')
)
libraryDependencies += "de.cit-ec.tcs.alignment" % "learning" % "3.1.1"
[de.cit-ec.tcs.alignment/learning "3.1.1"]
Group / Artifact | Type | Version |
---|---|---|
de.cit-ec.tcs.alignment : algorithms | jar | 3.1.1 |
Group / Artifact | Type | Version |
---|---|---|
de.cit-ec.tcs.alignment : comparators-lib | jar | 3.1.1 |
de.cit-ec.tcs.alignment : algorithms-lib | jar | 3.1.1 |
de.cit-ec.tcs.alignment : primitives | jar | 3.1.1 |
junit : junit | jar | 4.10 |