dude way better than those linear algebra books, understood 100% did not even have to take notes, very intuitive!!!!, thank you man!!!
@dikshagupta32762 жыл бұрын
Very good way of teaching super se bbi uppar
@EigenA4 жыл бұрын
Great channel, keep up the good work!
@sunitachaurasia5363 жыл бұрын
You are great sir, very nicely explained each concepts
@elavarasanrangaraj39566 жыл бұрын
simple and easy explanation. clearly understood. thanks lot..
@vinaybasiwal91563 жыл бұрын
Why mostly Dot Product is used in ML/DL/AI than Croos Product ? What is the intutive thought of dot product ?
@nabs5239 Жыл бұрын
ur handwriting is nice
@vinkla2 жыл бұрын
thanks really helped
@manugomez73194 жыл бұрын
In ML if we know that two vectors are perpendicular then what can we infer from that sir? Can you tell a real world use case.
@AppliedAICourse4 жыл бұрын
This will help you in defining a plane which is used to separate points of various classes in many ML algorithms. We explain this connection in our course videos in detail
@MirrorNeuron4 жыл бұрын
Say you made an awesome product and now putting youtube ads (Vector A) for promoting that product. Say every day you're putting more and more money in youtube ads, but when you check the number of the product (Vector B) sold, is same say only 5 products per day. your data might look like this Day, youtube_ads(Vector A), #product_sold(Vector B) 1, 30$, 5 2. 50$, 5 3, 45$, 5 4. 70$, 5 ..... and so on. You see you're putting a lot of money on ads, but no change in the number of products sold. Ads can be vector A and the number of products sold is vector B. It seems Vector A is perpendicular to Vector B. Vector A is not at all aligned in the direction of vector B. A.cos90 x B = 0 (dot product is 0) Find more math for ML here: kzbin.info
@pankajchoudhury35935 жыл бұрын
whats is significance of angle theta with respect to machine learning perspective??
@AppliedAICourse5 жыл бұрын
We discuss that in detail in other videos on how this angle is used in ML. Simply put, one thing you could do is to use it to compute how angularly farther away they are from each other. We use it to define something called a cosine similarity used extensively in ML.
@pankajchoudhury35935 жыл бұрын
@@AppliedAICourse Thnx for the reply.. actually im looking for it and trying to understand cosine similarity and tf-idf. 😀
@pankajchoudhury35935 жыл бұрын
Can you give me that "other video" link that you mentioned in the reply???
@AppliedAICourse5 жыл бұрын
You can see all of our free videos on AppliedAICourse.com by simply registering. All of the free videos are in a neat sequence on our website which will help you see many other videos where these basic concepts are used extensively.
@danielgray80533 жыл бұрын
I think I might have a correction for you. if a dot b = 0, you say the vectors must be perpedicular. Well, what if one or both of them is the zero vector? a dot b = 0 guarantees that the two vectors are ORTHOGONAL. not necessarily perpendicular. I think.... let me know if I am wrong. Thanks for the videos!
@AppliedAICourse3 жыл бұрын
“In geometry, two Euclidean vectors are orthogonal if they are perpendicular, i.e., they form a right angle.”--Wikipedia. en.m.wikipedia.org/wiki/Orthogonality
@TheScienceNerdcom3 жыл бұрын
@@AppliedAICourse no dispute there. BUT orthogonal can ALSO mean that one of the vectors is the zero vector, and thus not perpendicular
@mathankumars8965 жыл бұрын
What is the use of dot product..also why we need to take cos ..not sin..
@rana31ify5 жыл бұрын
here is a detailed explanation why Cosine math.stackexchange.com/questions/1149199/why-do-we-use-cosine-as-the-expression-of-vector-dot-product
@GilangD215 жыл бұрын
simply said, dot product determined how much two vectors can result value(the kind of value depends on the problem like value of revenur given from 2 vector represent each item maybe banana and apple, with x is amount each item sold and y is prices of each item)). and cos is used for finding the projection of one vector to another vector, see this kzbin.info/www/bejne/gXWrpoqurppmq68
@pothalasanyasisaisandeep65094 жыл бұрын
Sir addition of two vectors have to be done by parllelogram law how can u add them straight forward ?