Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement FNN training agent #34

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ services:
depends_on:
problem-solver:
condition: service_healthy
volumes:
- ./kb:/ostis-ann/kb
command:
- "--host=problem-solver"
networks:
Expand Down
32 changes: 0 additions & 32 deletions kb/data.gwf

This file was deleted.

10,001 changes: 10,001 additions & 0 deletions kb/fnn_processing_module/datasets/fashion_mnist_test.csv

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions kb/fnn_processing_module/keynodes.gwf
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<GWF version="2.0">
<staticSector>
<node type="node/const/perm/relation" idtf="nrel_trained_model_filepath" shapeColor="0" id="3045193975120" parent="0" left="0" top="0" right="161.016" bottom="23" textColor="164" text_angle="0" text_font="Times New Roman" font_size="10" x="390" y="394" haveBus="false" idtf_pos="0">
<content type="0" mime_type="" content_visibility="false" file_name=""/>
</node>
</staticSector>
</GWF>
38 changes: 38 additions & 0 deletions kb/fnn_processing_module/mnist_fashion_dataset.gwf
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<?xml version="1.0" encoding="UTF-8"?>
<GWF version="2.0">
<staticSector>
<node type="node/const/perm/relation" idtf="nrel_csv_filepath" shapeColor="193" id="2129530545024" parent="0" left="0" top="0" right="100.359" bottom="23" textColor="164" text_angle="0" text_font="Times New Roman" font_size="10" x="290" y="380" haveBus="false" idtf_pos="1">
<content type="0" mime_type="" content_visibility="false" file_name=""/>
</node>
<node type="node/const/perm/group" idtf="concept_dataset" shapeColor="0" id="2129532593328" parent="0" left="0" top="0" right="93.5938" bottom="23" textColor="164" text_angle="0" text_font="Times New Roman" font_size="10" x="463" y="255" haveBus="false" idtf_pos="0">
<content type="0" mime_type="" content_visibility="false" file_name=""/>
</node>
<node type="node/const/perm/general" idtf="mnist_fashion_dataset" shapeColor="0" id="2129532597280" parent="0" left="0" top="0" right="128.984" bottom="23" textColor="164" text_angle="0" text_font="Times New Roman" font_size="10" x="386" y="325" haveBus="false" idtf_pos="0">
<content type="0" mime_type="" content_visibility="false" file_name=""/>
</node>
<node type="node/const/perm/relation" idtf="nrel_labels_column_name" shapeColor="0" id="2129531658096" parent="0" left="0" top="0" right="150.188" bottom="23" textColor="164" text_angle="0" text_font="Times New Roman" font_size="10" x="507" y="390" haveBus="false" idtf_pos="0">
<content type="0" mime_type="" content_visibility="false" file_name=""/>
</node>
<node type="node/const/perm/general" idtf="" shapeColor="0" id="2129531657888" parent="0" x="274" y="474" haveBus="false" idtf_pos="0">
<content type="1" mime_type="content/term" content_visibility="true" file_name=""><![CDATA[fnn_processing_module/datasets/fashion_mnist_test.csv]]></content>
</node>
<node type="node/const/perm/general" idtf="" shapeColor="0" id="2129530548560" parent="0" x="485" y="466" haveBus="false" idtf_pos="0">
<content type="1" mime_type="content/term" content_visibility="true" file_name=""><![CDATA[label]]></content>
</node>
<pair type="pair/const/pos/perm/orient/membership" idtf="" shapeColor="0" id="2129529595376" parent="0" id_b="2129532593328" id_e="2129532597280" b_x="463" b_y="255" e_x="386" e_y="325" dotBBalance="0" dotEBalance="0">
<points/>
</pair>
<pair type="pair/const/pos/perm/orient/membership" idtf="" shapeColor="0" id="2129529599696" parent="0" id_b="2129530545024" id_e="2129529600656" b_x="290" b_y="380" e_x="0" e_y="0" dotBBalance="0" dotEBalance="0.610563">
<points/>
</pair>
<pair type="pair/const/pos/perm/orient/membership" idtf="" shapeColor="0" id="2129529597296" parent="0" id_b="2129531658096" id_e="2129529599456" b_x="507" b_y="390" e_x="0" e_y="0" dotBBalance="0" dotEBalance="0.623961">
<points/>
</pair>
<pair type="pair/const/-/perm/orient" idtf="" shapeColor="0" id="2129529599456" parent="0" id_b="2129532597280" id_e="2129530548560" b_x="386" b_y="325" e_x="485" e_y="466" dotBBalance="0" dotEBalance="0">
<points/>
</pair>
<pair type="pair/const/-/perm/orient" idtf="" shapeColor="0" id="2129529600656" parent="0" id_b="2129532597280" id_e="2129531657888" b_x="386" b_y="325" e_x="274" e_y="474" dotBBalance="0" dotEBalance="0">
<points/>
</pair>
</staticSector>
</GWF>
Loading
Loading