Lucas Tezolini
Lucas Tezolini

Reputation: 35

ValueError: shapes (13,13) and (1,1) not aligned: 13 (dim 1) != 1 (dim 0) - Multi Layer Perceptron

I have a code of a MultiLayer Perceptron with 2 epocs and eta = 0.01 but I keep getting this error.

ValueError: shapes (13,13) and (1,1) not aligned: 13 (dim 1) != 1 (dim 0)

Any ideas on how to solve this? What can I do or verify in my code in order to solve this?

Upvotes: 0

Views: 20

Answers (0)

Related Questions