Perceptron Calculator

Calculate single perceptron output with various activation functions.

Perceptron Inputs

Formula: output = activation(sum(inputs * weights) + bias)

Perceptron Output

1.0000

f(x) = 1 if x >= 0.5, else 0

Weighted Sum
0.5400
Net Input
0.6400
Bias
0.1
Inputs
3

Calculation Breakdown

x1 * w1 = 0.5 * 0.40.2000
x2 * w2 = 0.3 * 0.60.1800
x3 * w3 = 0.8 * 0.20.1600
+ Bias0.1
💡

Help us improve!

How would you rate the Perceptron Calculator?

<>

Editorial Note

MyCalcBuddy Editorial Team

This page is maintained as an educational calculator reference.

📚

Formula Source: Standard Mathematical References

by Various

🔄Last reviewed: May 2026
✓Formula checks are based on standard references and internal QA review.