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
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,8 +44,8 @@ AI developers from all experience levels can make use of the framework through i
44
44
45
45
### Project Architecture
46
46
47
-
The *SustainML Framework* is composed of different Software Modules, each one related to specific task, which are specialized in solving the different parts of the machine learning problem architecture definition, starting from the user’s problem description.
48
-
Each of the modules conforms a Node.
47
+
The *SustainML Framework* is composed of different Software Modules, each one related to a specific task, which are specialized in solving the different parts of the machine learning problem architecture definition, starting from the user’s problem description.
48
+
Each of the modules forms a Node.
49
49
These steps are basically:
50
50
51
51
1. Encode the problem and constraints defined by the user
@@ -64,7 +64,7 @@ The exchanged information between the modules is over DDS.
64
64
### Framework
65
65
66
66
The Framework includes a *Graphical User Interface* (GUI) in which user interacts and introduces the ML problem definition.
67
-
That GUI implements also the **Orchestrator** node, a key node that feds the remain modules with the information provided by the user, retrieves all the results, and display them to the user though this GUI.
67
+
That GUI implements also the **Orchestrator** node, a key node that feeds the remaining modules with the information provided by the user, retrieves all the results, and display them to the user through this GUI.
68
68
69
69
This process can be iterative.
70
70
So, based on a previous solution and the user's feedback, the framework provides new ML solutions.
@@ -77,9 +77,9 @@ This repository is divided in sub-packages with different targets:
77
77
78
78
*`sustainml_cpp`: Main definition and implementation of the project logic library. C++ API provided.
0 commit comments