Neural network (perceptron) - visualizing decision boundary (as a hyperplane) when performing binary classification

前端 未结 2 809
醉话见心
醉话见心 2020-12-21 23:14

I would like to visualize the decision boundary for a simple neural network with only one neuron (3 inputs, binary output). I\'m extracting the weights from a Keras NN model

2条回答
  •  醉梦人生
    2020-12-21 23:55

    The decision boundary from your network is not ax + by + cz = d but ax + by + cz + d = 0.

提交回复
热议问题