threshold-implies / config.json
phanerozoic's picture
Rename from tiny-Implies-verified
f2cdec9 verified
raw
history blame contribute delete
492 Bytes
{
"model_type": "threshold_network",
"task": "implies_gate",
"architecture": "2 -> 1",
"input_size": 2,
"output_size": 1,
"num_neurons": 1,
"num_parameters": 3,
"activation": "heaviside",
"weight_constraints": "integer",
"verification": {
"method": "coq_proof",
"exhaustive": true,
"inputs_tested": 4
},
"accuracy": {
"all_inputs": "4/4",
"percentage": 100.0
},
"github": "https://github.com/CharlesCNorton/coq-circuits"
}