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年 前 | 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年 前 | 2 件の回答 | 0