Roadmap » History » Version 16
Jeremy Gow, 2013-01-30 02:42 PM
1 | 1 | Jeremy Gow | h1. Roadmap |
---|---|---|---|
2 | 1 | Jeremy Gow | |
3 | 16 | Jeremy Gow | The development code has been made compatible with sbcl 1.1. We intend to release a private beta, once an appropriate license |
4 | 16 | Jeremy Gow | has been chosen, then work toward a public beta and/or a web service. |
5 | 1 | Jeremy Gow | |
6 | 9 | Jeremy Gow | h2. Short-term |
7 | 1 | Jeremy Gow | |
8 | 16 | Jeremy Gow | Fix built-in examples (Conklin 95 etc.): data doesn't contain all the necessary basic viewpoints. |
9 | 1 | Jeremy Gow | |
10 | 16 | Jeremy Gow | New viewpoint: metrical accent. |
11 | 16 | Jeremy Gow | |
12 | 1 | Jeremy Gow | Viewpoint selection: |
13 | 5 | Jeremy Gow | * Adding viewpoint weights to output. |
14 | 13 | Jeremy Gow | * Print trace information about VP sets being tested + mean IC values; record this to log file. |
15 | 16 | Jeremy Gow | * Optionally specify: min-links |
16 | 1 | Jeremy Gow | * More flexible way for user to specify constraints on viewpoint search: |
17 | 1 | Jeremy Gow | ** Define labelled viewpoint classes |
18 | 1 | Jeremy Gow | ** Pairs/triples of labels/wildcards specify acceptable combinations |
19 | 1 | Jeremy Gow | ** User provides whitelist or blacklist spec |
20 | 1 | Jeremy Gow | |
21 | 1 | Jeremy Gow | Efficiency: |
22 | 6 | Jeremy Gow | * Check/extend caching of models etc. |
23 | 1 | Jeremy Gow | * Use sampling to estimate mean IC during VP selection. |
24 | 1 | Jeremy Gow | |
25 | 1 | Jeremy Gow | Some basic benchmarks to ensure stability of future development versions. |
26 | 14 | Jeremy Gow | |
27 | 11 | Jeremy Gow | |
28 | 11 | Jeremy Gow | h2. Mid-term goals |
29 | 10 | Jeremy Gow | |
30 | 10 | Jeremy Gow | Make system more data agnostic: |
31 | 10 | Jeremy Gow | * Remove dependancy on amuse. |
32 | 10 | Jeremy Gow | * Separation of music viewpoints from model. |
33 | 10 | Jeremy Gow | * A straightforward interface for specifying viewpoints, including viewpoint schemas (e.g. interval, interval size) |
34 | 1 | Jeremy Gow | |
35 | 1 | Jeremy Gow | Viewpoint selection: |
36 | 4 | Jeremy Gow | * Optimise based on match with existing IC values. |
37 | 5 | Jeremy Gow | |
38 | 5 | Jeremy Gow | Allow user to specify structure of model. |
39 | 4 | Jeremy Gow | * Determine order in which distributions are combined. |
40 | 5 | Jeremy Gow | * Specify weights for particular combinations, e.g. weighted viewpoints, or weighted memory stores. |
41 | 5 | Jeremy Gow | * Multiple memory stores. |
42 | 5 | Jeremy Gow | * Specify alternative context strategies. |
43 | 5 | Jeremy Gow | * Provide some prepackaged models, e.g. the current model structure. |
44 | 5 | Jeremy Gow | |
45 | 5 | Jeremy Gow | Allow models to use predictive information (PI), expected PI and PI rate (as analogs to IC, entropy and entropy rate respectively). |
46 | 1 | Jeremy Gow | |
47 | 15 | Jeremy Gow | Predict more than one basic viewpoint, and provide recommended viewpoints for each one (not just cpitch and bioi). |
48 | 15 | Jeremy Gow | |
49 | 15 | Jeremy Gow | Predict over more than one dataset. |
50 | 1 | Jeremy Gow | |
51 | 1 | Jeremy Gow | h2. Long-term |
52 | 1 | Jeremy Gow | |
53 | 14 | Jeremy Gow | Hierarchical structure: chunk common patterns into symbols. |
54 | 7 | Jeremy Gow | Parallel implementation. |
55 | 1 | Jeremy Gow | |
56 | 14 | Jeremy Gow | h2. Minor problems to fix |
57 | 9 | Jeremy Gow | |
58 | 14 | Jeremy Gow | * It is possible to import empty datasets, which cause an error when described. |
59 | 12 | Jeremy Gow | * Create root directory structure if not present. |
60 | 9 | Jeremy Gow | * Show all viewpoints in describe-dataset. |
61 | 9 | Jeremy Gow | * Zero barlength (e.g. in Makam data) causes divide by zero error. |
62 | 9 | Jeremy Gow | * Update kern import to handle new pitch viewpoints. |