very interesting. but what is the activation function for performing classification of new inputs with this thing? It is something that encourages small distances between weights and inputs, which is very different from the classic weighted sum of some activation function what you normally see in neural networks. Which makes me wonder why are we even calling the nodes/centroids things "neurons"
@deebo72762 жыл бұрын
Great presentation for the fact you point out and clarify that the initial allocation of clusters to 2D nodes is not important, and that the 2D node proximity to neighboring nodes is strictly a result of the neighborhood learning. You say in some cases clusters are allocated to 2D nodes (prior to learning I assume?), could you say anything about this? Is the point of that to speed up the learning as n-dimensional nodes will already have closer proximities as indicated by the 2D map, and don't require as many iterations?
@hasanmashat63065 жыл бұрын
Great explanation charu!
@km-ss7st5 жыл бұрын
Very helfful explaination! Thankyou
@glaswasser4 жыл бұрын
How do we get an input vector containing information about the genres? Will it just contain numeric values for "Drama", "music", "arts" and "music", with a 1 or a 0 depending if the input belongs to the class or not, or how does that work?
@charuaggarwal27404 жыл бұрын
The weight vector W_i is like the centroid of k-means. It can be considered a numeric description of the cluster, and can also be considered a prototype. The dimensionality of this vector is the same as that of the data set.
@dr.rajanishkumarkaushal90126 жыл бұрын
Nothing showing on slides
@AndyD66 жыл бұрын
are you blind sir, i see slides fine on video. very informative good teaching
@piyushwagh79604 жыл бұрын
can u prrovide python code link?
@nex78864 жыл бұрын
thank you sir, very helpful good explanation
@AndyD66 жыл бұрын
very thank for this video, i use for my study in degree computer science thank you prof
@nex78864 жыл бұрын
i, too am using this for class computer science degree in studying. i like this teaching videa very good thank you prof
@AndyD64 жыл бұрын
@@nex7886 i passed!
@subramaniamsrivatsa27194 жыл бұрын
very beautiful and succintly explained.. Thank you!
@sshiv9084 жыл бұрын
nice slides but it would have been better if u uses diagrams to explain it
@dr.rajanishkumarkaushal90126 жыл бұрын
R u teaching someone are reading self
@AndyD66 жыл бұрын
he is teaching to all of us who watch video, like i am. good learning
@vallabhchugh20755 жыл бұрын
good but not for starters
@jackjohnsen97196 жыл бұрын
Thanks for the video. You might want to slow down a bit - you are speaking too fast and it gets pretty hard to understand. Anyway, I still managed to learn something, so thanks :)
@AndyD66 жыл бұрын
i have tip for you sir, you can set speed to 0.75x or 0.5x or 0.25x via video interface. i use this plenty time for learning. i am very fast brain so i set video to 2x speed and i learn twice as fast haha
@glaswasser4 жыл бұрын
I watched at 1.25 and it was fine for me - so it always depends if the topic is completely new to you or not I think