You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_Brief description of the goal of this algorithm research task._
4
+
5
+
# Specification
6
+
7
+
_Specifications include functional, performance, language and data. The algorithms should focus on solving a specific problem with well-defined interfaces._
8
+
9
+
# Background
10
+
11
+
_Background check to see what algorithms exist for solving the problem. Do they meet our needs? Have better new algorithms been published?_
12
+
13
+
# Data
14
+
15
+
_Collection of data required for testing (or training in the case of learning-based algorithms). Formatting of data so that it can be inputted to the algorithm._
16
+
17
+
# Evaluation
18
+
19
+
_Evaluation framework is used to test the algorithm for correctness and meeting performance specification._
20
+
21
+
# Baseline
22
+
23
+
_Existing algorithm selection, implementation and evaluation._
24
+
25
+
# Prototyping
26
+
27
+
_The main algorithm research cycle: evaluate performance, make improvements, repeat._
28
+
29
+
# Integration
30
+
31
+
_Integration of algorithm code into production system._
32
+
33
+
# Communication
34
+
35
+
_Communicate how the algorithm works (internal and/or article publication)._
0 commit comments