| { | |
| "model_type": "threshold_network", | |
| "task": "majority_gate", | |
| "architecture": "8 -> 1", | |
| "input_size": 8, | |
| "output_size": 1, | |
| "num_neurons": 1, | |
| "num_parameters": 9, | |
| "threshold": 5, | |
| "activation": "heaviside", | |
| "weight_constraints": "integer", | |
| "verification": { | |
| "method": "coq_proof", | |
| "exhaustive": true, | |
| "inputs_tested": 256 | |
| }, | |
| "accuracy": { | |
| "all_inputs": "256/256", | |
| "percentage": 100.0 | |
| }, | |
| "github": "https://github.com/CharlesCNorton/coq-circuits" | |
| } | |