File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff 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+
3344Demo 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+
3760If 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.
You can’t perform that action at this time.
0 commit comments