-
according to the lecture the first column is the feature vector for training set 1...[1 3] but the correct answer is [1 4] the transpose. Is that correct then? thanks |
Beta Was this translation helpful? Give feedback.
Answered by
rasbt
Jan 11, 2023
Replies: 1 comment 3 replies
-
Thanks for the feedback, and that's an interesting discussion. The correct answer should actually be "the first training example has feature values 1 and 2". It becomes easier to see if you write/draw it as follows:
|
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
bonosa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for the feedback, and that's an interesting discussion.
The correct answer should actually be "the first training example has feature values 1 and 2".
It becomes easier to see if you write/draw it as follows:
1 and 3
would be the first feature vector.