File size: 563 Bytes
e4a7311
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "model_type": "threshold_network",
  "task": "full_adder",
  "architecture": "3 -> (HA1 + HA2 + OR)",
  "input_size": 3,
  "inputs": ["a", "b", "cin"],
  "outputs": ["sum", "cout"],
  "num_neurons": 9,
  "num_parameters": 21,
  "depth": 4,
  "activation": "heaviside",
  "weight_constraints": "integer",
  "verification": {
    "method": "coq_proof",
    "exhaustive": true,
    "inputs_tested": 8
  },
  "accuracy": {
    "all_inputs": "8/8",
    "percentage": 100.0
  },
  "github": "https://github.com/CharlesCNorton/coq-circuits"
}