Feeds
已回答
I have error "Unrecognized function or variable 'X'" when calling computeCost(X, y, theta)
Hello, I solved the issue. Thanks for help In the declaration part, theta was initialized to [0; 0]. It was never updated by t...
I have error "Unrecognized function or variable 'X'" when calling computeCost(X, y, theta)
Hello, I solved the issue. Thanks for help In the declaration part, theta was initialized to [0; 0]. It was never updated by t...
5 years 前 | 0
提问
I have error "Unrecognized function or variable 'X'" when calling computeCost(X, y, theta)
Hello, I have code that funtions well when I run it with the "Run button" inside my function computeCost(X, y, theta). Unfortu...
5 years 前 | 2 个回答 | 0