threshold-not / config.json
phanerozoic's picture
Rename from tiny-NOT-verified
8638f54 verified
{
"model_type": "threshold_network",
"task": "not_gate",
"architecture": "1 -> 1",
"input_size": 1,
"output_size": 1,
"num_neurons": 1,
"num_parameters": 2,
"activation": "heaviside",
"weight_constraints": "integer",
"verification": {
"method": "coq_proof",
"exhaustive": true,
"inputs_tested": 2
},
"accuracy": {
"all_inputs": "2/2",
"percentage": 100.0
},
"github": "https://github.com/CharlesCNorton/coq-circuits"
}