Add JSON config loading

This commit is contained in:
2026-04-03 17:58:28 +02:00
parent 42e6d3dde8
commit 40ebca469e
4 changed files with 117 additions and 15 deletions

14
config.json Normal file
View File

@@ -0,0 +1,14 @@
{
"model": {
"new": false,
"parameters": [25, 50, 1],
"path": "C:/Users/Laurent/Desktop/ANN-framework/snapshot.json"
},
"training" : {
"learning_rate" : 0.01,
"max_epoch" : 2000
},
"dataset" : {
"path" : "C:/Users/Laurent/Desktop/ANN-framework/src/main/resources/assets/table_2_10.csv"
}
}