Skip to content

Unit 1 exercise 3 #66

Answered by rasbt
avipul751 asked this question in Exercises
Jun 26, 2023 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

Good but tricky question! In a nutshell, instead of looking at vectors as a list of numbers, we can also consider vectors as geometric objects. E.g., a 2D vector with the values [2, 1] is an arrow pointing from the origin to the coordinates x=2 and y=1 in a 2D cartesian coordinate system. Sounds complicated, but just think of drawing an arrow on a map or so.

Regarding the direction of vectors and the perceptron, I have a lecture on that from a few years back:
https://sebastianraschka.com/blog/2021/dl-course.html#l03-single-layer-neural-networks-the-perceptron-algorithm

  • If you look at the PDF, it starts at slide 55
  • "L3.5 The Geometric Intuition Behind the Perceptron" (18:43) has a link to…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@harishb00
Comment options

@rasbt
Comment options

Answer selected by rasbt
@harishb00
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants