phanerozoic / threshold-atmost1outof5

huggingface.co
Total runs: 5
24-hour runs: 0
7-day runs: 2
30-day runs: 1
Model's Last Updated: January 24 2026

Introduction of threshold-atmost1outof5

Model Details of threshold-atmost1outof5

threshold-atmost1outof5

At most 1 of 5 inputs high.

Function

atmost1outof5(a, b, c, d, e) = 1 if (a + b + c + d + e) <= 1, else 0

Architecture

Single neuron: weights [-1, -1, -1, -1, -1], bias 1

Fires when: -sum + 1 >= 0, i.e., sum <= 1

Parameters
Inputs 5
Outputs 1
Neurons 1
Layers 1
Parameters 6
Magnitude 6
Usage
from safetensors.torch import load_file
import torch

w = load_file('model.safetensors')

def atmost1of5(a, b, c, d, e):
    inp = torch.tensor([float(a), float(b), float(c), float(d), float(e)])
    return int((inp @ w['neuron.weight'].T + w['neuron.bias'] >= 0).item())

print(atmost1of5(0, 0, 0, 0, 1))  # 1 (sum=1)
print(atmost1of5(0, 0, 0, 1, 1))  # 0 (sum=2)
License

MIT

Runs of phanerozoic threshold-atmost1outof5 on huggingface.co

5
Total runs
0
24-hour runs
2
3-day runs
2
7-day runs
1
30-day runs

More Information About threshold-atmost1outof5 huggingface.co Model

More threshold-atmost1outof5 license Visit here:

https://choosealicense.com/licenses/mit

threshold-atmost1outof5 huggingface.co

threshold-atmost1outof5 huggingface.co is an AI model on huggingface.co that provides threshold-atmost1outof5's model effect (), which can be used instantly with this phanerozoic threshold-atmost1outof5 model. huggingface.co supports a free trial of the threshold-atmost1outof5 model, and also provides paid use of the threshold-atmost1outof5. Support call threshold-atmost1outof5 model through api, including Node.js, Python, http.

threshold-atmost1outof5 huggingface.co Url

https://huggingface.co/phanerozoic/threshold-atmost1outof5

phanerozoic threshold-atmost1outof5 online free

threshold-atmost1outof5 huggingface.co is an online trial and call api platform, which integrates threshold-atmost1outof5's modeling effects, including api services, and provides a free online trial of threshold-atmost1outof5, you can try threshold-atmost1outof5 online for free by clicking the link below.

phanerozoic threshold-atmost1outof5 online free url in huggingface.co:

https://huggingface.co/phanerozoic/threshold-atmost1outof5

threshold-atmost1outof5 install

threshold-atmost1outof5 is an open source model from GitHub that offers a free installation service, and any user can find threshold-atmost1outof5 on GitHub to install. At the same time, huggingface.co provides the effect of threshold-atmost1outof5 install, users can directly use threshold-atmost1outof5 installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

threshold-atmost1outof5 install url in huggingface.co:

https://huggingface.co/phanerozoic/threshold-atmost1outof5

Url of threshold-atmost1outof5

threshold-atmost1outof5 huggingface.co Url

Provider of threshold-atmost1outof5 huggingface.co

phanerozoic
ORGANIZATIONS

Other API from phanerozoic

huggingface.co

Total runs: 36
Run Growth: -11
Growth Rate: -30.56%
Updated:April 28 2026