Skip to content

Commit f864b91

Browse files
committed
add extra info and reference
1 parent ad97431 commit f864b91

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,33 @@ python3 ./<insert file name of one of the examples>.py
3030

3131
-- which _should_ then produce an output of the results on the dataset inside that example directory.
3232

33+
In each sub-directory:
34+
35+
+ .py file(s) - code for the examples (several examples per directory in many cases)
36+
+ .name file - an explanation of the data and its source
37+
+ .data file - the original and complete set of data (CSV file format)
38+
+ .train file - the data to be used for training (CSV file format)
39+
+ .test file - the data to be used for testing (CSV file format)
40+
+ .xml, .yml - if present, example data files for testing some tools
41+
42+
For some examples you may need to copy/link the .train/.test files from one of the other directories (it seemed silly to archive them multiple times).
43+
3344
Demo source code is provided _"as is"_ to aid learning and understanding of topics on the course and beyond.
3445

3546
---
3647

48+
If referencing these examples in your own work please use:
49+
```
50+
@TechReport{breckon2014,
51+
author = {Breckon, T.P.},
52+
title = {Machine Learning - Course Notes and Materials},
53+
institution = {Durham University},
54+
year = {2014},
55+
address = {Durham, UK},
56+
}
57+
```
58+
---
59+
3760
If you find any bugs raise an issue (or much better still submit a git pull request with a fix) - [email protected]
3861

3962
_"may the source be with you"_ - anon.

0 commit comments

Comments
 (0)