ionicocean / config.json
webxos's picture
Upload 6 files
6cbd1af verified
raw
history blame contribute delete
488 Bytes
{
"simulation": {
"ion_count": 10240,
"ocean_size": 200,
"time_step": 0.016,
"physics_engine": "GPU.js"
},
"neural_network": {
"input_shape": [
5
],
"output_shape": [
1
],
"layers": [
32,
16,
8
],
"activation": "relu",
"output_activation": "sigmoid"
},
"export_info": {
"version": "7.0",
"format": "JSON/ZIP",
"total_size": "varies",
"compatible_with": "TensorFlow.js, Three.js"
}
}