-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathparams.json
More file actions
1 lines (1 loc) · 2.55 KB
/
params.json
File metadata and controls
1 lines (1 loc) · 2.55 KB
1
{"name":"ANEIC","tagline":"","body":"### Ancient Near-East Ivory Clustering\r\n\r\n\r\n_Female heads, ivory. Nimrud, c. 900—700 BCE. The British Museum, WA 118200, WAS 118232, WA 118233, © Trustees of The British Museum_\r\n\r\nThis 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. \r\n\r\nData 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.\r\n\r\n\r\n### Read the Code\r\n\r\nThe repository [aneic-core](https://github.com/aneic/aneic-core) contains the sources for the statistical algorithm, as well as the levantine corpus dataset.\r\n\r\nThe repository [aneic-scripts](https://github.com/aneic/aneic-scripts) contains support code needed in order to perform analysis of the Levantine corpus. \r\n\r\n\r\n### Example Usage\r\n\r\n git clone https://github.com/aneic/aneic-scripts.git\r\n cd aneic-scripts/130317_01_mfm_sigma_1.0_a_2.0\r\n git clone https://github.com/aneic/aneic-core.git\r\n python run_mfm.py\r\n\r\n\r\n### License\r\n\r\nThis project is both open data and open source. \r\n\r\nThe [levantine corpus](https://github.com/aneic/aneic-core/tree/master/data) dataset is copyright 2013 Amy Gansell (@amygansell). It is distributed under the [Creative Commons Attribution-ShareAlike 3.0 Unported License](http://creativecommons.org/licenses/by-sa/3.0/us/). \r\n\r\nThe source code is copyright 2013 Jan-Willem van de Meent (@jwvdm) and Sakellarios Zairis (@szairis). It is distributed under [MIT license](https://github.com/aneic/aneic-core/blob/master/src/mit-license.txt). \r\n\r\n### Attribution\r\n\r\nPlease cite this work as:\r\n\r\n> 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,\" *Journal of Archaeological Science* 44 (2014): 194-205. \r\n","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}