White Box Models
Simple Perceptron
Binary linear classification algorithm that learns a separating hyperplane by iteratively adjusting weights based on classification errors. Although simple, the perceptron remains interpretable because the weights can be examined to understand the importance and direction of each feature's influence.
← Indietro