-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
127 lines (112 loc) · 3.87 KB
/
Copy pathindex.html
File metadata and controls
127 lines (112 loc) · 3.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Archetypal Analysis Lab</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<style type="text/css">
.blockTxt:after {
content: '';
display: block;
clear: both;
}
.blockImg {
float: left;
margin-right: 7px;
width: 100px;
height: 100px;
}
</style>
</head>
<body>
<div class="wrapper">
<header>
<h1>aalab</h1>
<p>aalab
is <a href="https://github.com/aalab?tab=members">our</a>
place to do research on archetypal analysis.</p>
<p><class="view"><a href="https://github.com/aalab">View
GitHub repositories</a></p>
</header>
<section>
<p>
The <a href="http://www.merriam-webster.com/dictionary/archetype">Merriam-Webster
Online Dictionary</a> defines an archetype as the original
pattern or model of which all things of the same type are
representations or copies. Then, the aim of the archetypal
analysis is to find the "pure types", the archetypes, within a
set defined in a specific context. The concept of archetypes
is used in many different areas, the set can be defined in
terms of literature, philosophy, psychology and also
statistics. Here, the concrete problem is to find a few, not
necessaily observed, points (archetypes) in a set of
multivariate observations such that all the data can be well
represented as convex mixtures of the archetypes.
</p>
<h5>Probabilistic formulation</h5>
<p>
<img class="blockImg" src="images/naa.png">
<div class="blockTxt">
<em> Archetypal analysis for nominal observations</em><br/>
Sohan Seth and Manuel J. A. Eugster. IEEE Transactions on
Pattern Analysis and Machine Intelligence, to appear.<br/>
[
<a href="http://dx.doi.org/10.1109/TPAMI.2015.2470655">URL</a> |
<a href="https://github.com/aalab/naa/">Code</a>
]
</div>
</p>
<p>
<img class="blockImg" src="images/paa.png">
<div class="blockTxt">
<em>Probabilistic archetypal analysis</em><br/>
Sohan Seth and Manuel J. A. Eugster. Machine Learning, to
appear.<br/>
[
<a href="http://link.springer.com/article/10.1007%2Fs10994-015-5498-8">URL</a> |
<a href="http://arxiv.org/abs/1312.7604">Preprint</a> |
<a href="https://github.com/aalab/paa/">Code</a>
]
</div>
</p>
<h5>Original algorithm and extensions</h5>
<p>
<img class="blockImg" src="images/robust.png">
<div class="blockTxt">
<em>Weighted and robust archetypal analysis</em><br/>
Manuel J. A. Eugster and Friedrich Leisch. Computational
Statistics and Data Analysis, 55(3):1215-1225, 2011.<br/>
[
<a href="http://dx.doi.org/10.1016/j.csda.2010.10.017">PDF</a> |
<a href="http://epub.ub.uni-muenchen.de/11498/">Preprint</a> |
<a href="http://archetypes.r-forge.r-project.org/">R package</a>
]
</div>
</p>
<p>
<img class="blockImg" src="images/atypes.png">
<div class="blockTxt">
<em>From Spider-man to Hero -- Archetypal analysis in R</em><br/>
Manuel J. A. Eugster and Friedrich Leisch. Journal of
Statistical Software, 30(8):1-23, 2009.<br/>
[
<a href="http://www.jstatsoft.org/v30/i08">PDF</a> |
<a href="http://archetypes.r-forge.r-project.org/">R package</a>
]
</div>
</p>
</section>
<footer>
<p><small>Hosted on GitHub Pages — Theme
by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>