threshold-xor3 / config.json
phanerozoic's picture
Upload folder using huggingface_hub
d6c45a8 verified
{
"model_type": "threshold_network",
"task": "xor3_gate",
"architecture": "3 -> 2 -> 1 -> 2 -> 1",
"input_size": 3,
"output_size": 1,
"num_neurons": 6,
"num_layers": 4,
"num_parameters": 18,
"magnitude": 20,
"activation": "heaviside",
"weight_constraints": "integer",
"verification": {
"method": "exhaustive",
"inputs_tested": 8
},
"accuracy": {
"all_inputs": "8/8",
"percentage": 100.0
}
}