In the given example, the input of newgrnn's prediction function net.sim is only one-dimensional. When I called, the input needed to have 11 dimensions, but an error was reported: "ValueError: non broadcastable output operand with shape (1,) doesn't match the broadcastable shape (11,)".
Can this GRNN network only accept one-dimensional input?
In the given example, the input of newgrnn's prediction function net.sim is only one-dimensional. When I called, the input needed to have 11 dimensions, but an error was reported: "ValueError: non broadcastable output operand with shape (1,) doesn't match the broadcastable shape (11,)".
Can this GRNN network only accept one-dimensional input?