Mercurial > pylearn
comparison doc/v2_planning/committees.txt @ 1019:91916536a304
merge
author | gdesjardins |
---|---|
date | Fri, 03 Sep 2010 15:01:23 -0400 |
parents | e169a5a18aa3 |
children | a1b6ccd5b6dc |
comparison
equal
deleted
inserted
replaced
1018:790376d986a3 | 1019:91916536a304 |
---|---|
1 List of committees and their members: | |
2 | |
3 * Existing Python ML libraries investigation: GD, DWF, IG, DE | |
4 * Dataset interface: DE, OB, OD, AB, PV | |
5 * Learners: AB, PL, GM, IG, RP | |
6 * Optimization: JB, PL, OD | |
7 * Inference/sampling: JB, GD, AC | |
8 * Job management, analysis, metrics, costs, visualization: GD, FS, PL, XM | |
9 * Formulas/tags: FB, NB, RP, AC, OB | |
10 * Coding style: DE, OD, DWF, FB | |
11 | |
12 Issues to be tackled in the future: | |
13 | |
14 * serialization & reproducibility | |
15 * job management, results analysis, metrics & costs, visualization | |
16 * GPU portability | |
17 * social engineering, code review and incentives | |
18 | |
19 Job of each committee: | |
20 | |
21 * name a leader | |
22 * create a text file in this directory associated with their discussion | |
23 * discuss the issues, write them down in this file | |
24 * come up with an interface, protocol, or recommendations | |
25 * bring up the issues and recommendations to the rest of the group, and get feedback | |
26 * make sure the recommendations fit with other committees recommendations | |
27 * update the discussion / recommendation file | |
28 * implement documentation for these conventions in python or proper doc files as appropriate | |
29 * implement one or a few examples that show what is typically expected | |
30 | |
31 What is the role of a committee (team) leader? | |
32 | |
33 * The committee leader takes responsibility for both the quality and | |
34 timeliness of the work of the committee. | |
35 * The role of the leader is *not* to do the work of the other | |
36 committee members, but instead to motivate others to ensure that the | |
37 aims of the committee are pursued. | |
38 * The leader should lead by example and, when necessary, reinvigorate the group | |
39 * The leader would preferably be someone who possess both natural leadership | |
40 qualities and significant experience in the subject matter of the committee. | |
41 * In choosing the leader, the other committee members must accept to | |
42 engage in collaboration with, and respect the leadership of, the chosen | |
43 leader. | |
44 | |
45 Concretely, the leader must: | |
46 | |
47 * Call meeting and set the agenda | |
48 * Focus the efforts of the group to ensure that the committee's | |
49 priorities are addressed on schedule. | |
50 * Assign well-defined tasks to team members that are to be completed | |
51 by a fixed deadline. | |
52 * Ensure that the team objectives are met. | |
53 * Followup with team members to ensure that tasks are completed and | |
54 objectives are followed. | |
55 | |
56 | |
57 | |
58 |