-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
76 lines (56 loc) · 4.2 KB
/
index.html
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>ANEIC by aneic</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]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>ANEIC</h1>
<p></p>
<p class="view"><a href="https://github.com/aneic">View My GitHub Profile</a></p>
</header>
<section>
<h3>
<a name="ancient-near-east-ivory-clustering" class="anchor" href="#ancient-near-east-ivory-clustering"><span class="octicon octicon-link"></span></a>Ancient Near-East Ivory Clustering</h3>
<p><img src="images/BM_118200_118232_118233_AN01375581_001_l.jpg" alt="Female heads, ivory. Nimrud, c. 900—700 BCE. The British Museum, WA 118200, WAS 118232, WA 118233, © Trustees of The British Museum"><em>Female heads, ivory. Nimrud, c. 900—700 BCE. The British Museum, WA 118200, WAS 118232, WA 118233, © Trustees of The British Museum</em></p>
<p>This code identifies stylistically similar groups in a corpus of Levantine ivory statuettes using maximum likelihood and maximum posterior clustering. While it has been written with the application to art historical data in mind, it may be used generally to perform clustering data with a combination of categorical and real-valued features, where some data may be missing. </p>
<p>Data may be read from a CSV file. Each row is interpreted as a separate observation. Numerical columns are assumed to be real-valued, string-valued columns are assumed to be categorical.</p>
<h3>
<a name="read-the-code" class="anchor" href="#read-the-code"><span class="octicon octicon-link"></span></a>Read the Code</h3>
<p>The repository <a href="https://github.com/aneic/aneic-core">aneic-core</a> contains the sources for the statistical algorithm, as well as the levantine corpus dataset.</p>
<p>The repository <a href="https://github.com/aneic/aneic-scripts">aneic-scripts</a> contains support code needed in order to perform analysis of the Levantine corpus. </p>
<h3>
<a name="example-usage" class="anchor" href="#example-usage"><span class="octicon octicon-link"></span></a>Example Usage</h3>
<pre><code> git clone https://github.com/aneic/aneic-scripts.git
cd aneic-scripts/130317_01_mfm_sigma_1.0_a_2.0
git clone https://github.com/aneic/aneic-core.git
python run_mfm.py
</code></pre>
<h3>
<a name="license" class="anchor" href="#license"><span class="octicon octicon-link"></span></a>License</h3>
<p>This project is both open data and open source. </p>
<p>The <a href="https://github.com/aneic/aneic-core/tree/master/data">levantine corpus</a> dataset is copyright 2013 Amy Gansell (<a href="https://github.com/amygansell" class="user-mention">@amygansell</a>). It is distributed under the <a href="http://creativecommons.org/licenses/by-sa/3.0/us/">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>. </p>
<p>The source code is copyright 2013 Jan-Willem van de Meent (<a href="https://github.com/jwvdm" class="user-mention">@jwvdm</a>) and Sakellarios Zairis (<a href="https://github.com/szairis" class="user-mention">@szairis</a>). It is distributed under <a href="https://github.com/aneic/aneic-core/blob/master/src/mit-license.txt">MIT license</a>. </p>
<h3>
<a name="attribution" class="anchor" href="#attribution"><span class="octicon octicon-link"></span></a>Attribution</h3>
<p>Please cite this work as:</p>
<blockquote>
<p>Amy R. Gansell, Jan Willem van de Meent, Sakellarios Zairis, and Chris H. Wiggins, "Stylistic clusters and the Syrian/South Syrian tradition of first millennium BCE Levantine ivory carving: a machine learning approach," <em>Journal of Archaeological Science</em> 44 (2014): 194-205. </p>
</blockquote>
</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>