Questions in Lecture 2 - Neural networks of machine learning

In the weight space view, the weights represent points while the inputs represent planes. Another term for what the inputs represent is:

Vectors

Weights

Space



True or false: assuming the input and weights are finite, just because a set of inputs has a feasible space does not mean that they also have a generously feasible space.generously means margin, it might be more flexible than a real one

True


Assuming that no three points are collinear, what is the minimum number of 2D inputs do we need before we can construct a dataset that the perceptron cannot solve? Note that with the bias these inputs will be 3D, but the extra dimension is trivially set to 1.

2

3

5


猜你喜欢

转载自blog.csdn.net/sophiecxt/article/details/80359130