Тёмный

Perceptron Learning Algorithm in Machine Learning | Neural Networks 

ThinkX Academy
Подписаться 15 тыс.
Просмотров 149 тыс.
50% 1

Machine Learning: • Machine Learning
Android App(Notes+Videos): play.google.com/store/apps/de...
Facebook: / thinkxacademy
Twitter: / thinkxacademy
Instagram: / thinkxacademy
#perceptron #ml #neuralnetworks

Опубликовано:

 

22 июн 2020

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 61   
@srimannarayanaiyengar8914
@srimannarayanaiyengar8914 3 года назад
Excellent explanation my friend . I loved it .I am CSE professor of age 61 years . May god bless you .Please provide vedios like this so that many of student community can learn. May godess saraswathi bless you for your bright future.
@ThinkXAcademy
@ThinkXAcademy 3 года назад
Thank you so much for such kind words i will keep creating more videos to help student community ✅😄
@ninasirsi2340
@ninasirsi2340 Год назад
Sir at age of 61 what will you do by learning perception are you going to teach them in your college?
@animezone2062
@animezone2062 5 месяцев назад
​@@ninasirsi2340 he said hes a Cse PROFESSOR
@DanTheTan
@DanTheTan 15 часов назад
Thank, helped alot! Couldn't understand a symbole before this, now I feel like im on the right track!
@jeremyyd1258
@jeremyyd1258 Год назад
Thank you SO much for such a clear explanation, with the visuals to support it. I really appreciate it!
@richardnorthiii3374
@richardnorthiii3374 5 месяцев назад
Finally a clear explanation. Thank you.
@ajaypavushetti8787
@ajaypavushetti8787 4 месяца назад
😂
@mauryaashish1865
@mauryaashish1865 Год назад
Your way of explanation is so simple and organized that any one can understand. I enjoyed learning Perceptron, you are amazing educator. Thank you for such content. :)
@bubiubcyufg-zc4ui
@bubiubcyufg-zc4ui 3 месяца назад
it was super useful for me thank you my friend!
@riki2404
@riki2404 3 года назад
simply amazing explanation . Thanks a lot.
@ThinkXAcademy
@ThinkXAcademy 3 года назад
Thanks for support✔️These comments make my day😄
@shashwatgandhi4895
@shashwatgandhi4895 Год назад
Correct me if I am wrong. The weight changing algorithm is increasing the weights if the target value is higher than the actual value and vice versa. That will make the output in the next iteration closer to the target output BUT it will not be that way if suppose the inputs (xi) are say always negative. In that case the weight changing has to be modified that is if the input was negative then the sign of delta weight should be reversed. Eg. : x1 = -1, w1 = 1 -> x1*w1 = -1 (actual output) , sigmoid(-1) -> 0 target output = 1 delta weight = (n) * (1) Assuming n to be 0.1 then delta weight = 0.1 So the new weight becomes -> w1 = w1 + delta weight w1 = 1.1 But now running it again we see=> x1 = -1, w1 = 1.1 -> x1*w1 = -1.1 (actual output) sigmoid(-1.1) -> 0 This makes the algorithm even worse now. So we should have made sure that as the input was negative rather than adding the delta weight we should have subtracted it. so w1 = w1 - delta weight = 1 - 0.1 => 0.9 x1 = -1 , w1 = 0.9 => x1*w1 = -0.9 sigmoid(-0.9) = 0
@ThinkXAcademy
@ThinkXAcademy Год назад
yes for negative weights we need to handle that case
@rangeenbilla
@rangeenbilla 7 месяцев назад
finally understood after hoping so many videos. W!
@slainiae
@slainiae Год назад
Excellent explanation👍
@anvayawalgaonkar4119
@anvayawalgaonkar4119 2 года назад
Explained in a very easy way..please share the basics of perceptron on jupyter notebook like real hands on experience
@ThinkXAcademy
@ThinkXAcademy 2 года назад
Will work on it 😄
@basab4797
@basab4797 Год назад
Really awesome
@mo-ry5je
@mo-ry5je Год назад
Thank you
@decodingrules2494
@decodingrules2494 Год назад
Thank you man
@Babygirl_S
@Babygirl_S Год назад
This was so good! Thank you very much.
@ThinkXAcademy
@ThinkXAcademy Год назад
Share and Like💯
@harshchindarkar5887
@harshchindarkar5887 2 года назад
Thanks man now concept is cleared for me...
@ThinkXAcademy
@ThinkXAcademy 2 года назад
Great👍🏻Please share our videos to help this channel grow🌟
@samarthagarwal6929
@samarthagarwal6929 3 месяца назад
you forgot to multiply xi in the formula for calculating new weight.
@meetpatel1011
@meetpatel1011 7 месяцев назад
Thanks
@csadhi
@csadhi 2 года назад
I have gone through few videos about the topic and did not get the clear understanding. But your video was very clear and examples were very simple to understand, great job and keep up the good job. A big thanks for explaining things clearly.
@ThinkXAcademy
@ThinkXAcademy 2 года назад
Thanks😀 Do share my videos with other students to help this channel grow🌟
@user-mx7sv3mo4i
@user-mx7sv3mo4i Год назад
exellent!!
@veeraprathap5774
@veeraprathap5774 16 дней назад
I have a question: Does the perceptron use a sigmoid function as I know. Perceptron is using the step function. Logistic Regression uses the step function.If I am wrong correct me.
@kumarsourabh5862
@kumarsourabh5862 3 года назад
very nice explanation ..thank you
@ThinkXAcademy
@ThinkXAcademy 3 года назад
Like and share our content to support us😄
@bhavikprajapati2614
@bhavikprajapati2614 Год назад
How can a set of data be classified using a simple perceptron? Using a simple perceptron with weights w0, w1 , and w2 as −1, 2, and 1, respectively, classify data points (3,4); (5, 2); (1, −3); (−8, −3); (−3, 0).
@chamithdilshan3547
@chamithdilshan3547 2 года назад
Thank you!
@ThinkXAcademy
@ThinkXAcademy 2 года назад
Welcome 🌟 Share it with other students also👍
@shashwatgandhi4895
@shashwatgandhi4895 Год назад
Wouldn't all the weights be equal after all the iteration as the delta we are adding to each of the weight is always the same for all in any iteration. (Assuming the weights were same at the start) ?
@dragster100
@dragster100 8 месяцев назад
I think the error term of (yi - yi bar) takes care of that. As the iterations go your error term will also becomes smaller and smaller until it converges eventually.
@jsTsRust
@jsTsRust 15 дней назад
Sir where is your tutorial on Activation functions?
@fiilixwonder7675
@fiilixwonder7675 2 года назад
Thank you 👍
@ThinkXAcademy
@ThinkXAcademy 2 года назад
Share and Subscribe😄
@srimannarayanaiyengar8914
@srimannarayanaiyengar8914 3 года назад
please post Multilayer perception model with an example
@ThinkXAcademy
@ThinkXAcademy 3 года назад
Sure sir
@vamsipaidupalli7904
@vamsipaidupalli7904 3 года назад
Nice 👌 keep it up sir
@ThinkXAcademy
@ThinkXAcademy 3 года назад
Keep Learning 💯
@amnshumansunil3371
@amnshumansunil3371 3 года назад
dude you're amazing!! keep up the good job :)
@ThinkXAcademy
@ThinkXAcademy 3 года назад
Thank you😀 Please share to help my channel reach to more students✌🏻
@amitblizer4567
@amitblizer4567 Год назад
Very clearly explained video!, thank you!
@praveenchristopher7776
@praveenchristopher7776 2 года назад
Thankyou for the very clear explanation, it was was a pleasure to learn. I have a question on the activation function, x.w+b, since we are using a squashing function should it not be x.w+b < 0.5 for 0, and x.w+b > 0.5 for it to be classified as 1. Thanks again
@ThinkXAcademy
@ThinkXAcademy 2 года назад
No, I have rechecked the conditions, it is correct in the video.
@kabirbaghel8835
@kabirbaghel8835 Год назад
amazing 10/10
@ThinkXAcademy
@ThinkXAcademy Год назад
Share and Subscribe 😃
@sherlockholmes2752
@sherlockholmes2752 2 года назад
Very good explanation!!
@ThinkXAcademy
@ThinkXAcademy 2 года назад
Thanks😄 Share our videos to help this channel grow💯
@mrkhan3188
@mrkhan3188 2 года назад
Thanks dude .... I have exam tmrw
@ThinkXAcademy
@ThinkXAcademy 2 года назад
Best of luck bro💯
@mih2965
@mih2965 Год назад
Basically.
@sharongiftyk4120
@sharongiftyk4120 23 дня назад
🥹tnx
@dashsingh30095
@dashsingh30095 2 года назад
Very well explained 😀😀
@ThinkXAcademy
@ThinkXAcademy 2 года назад
Thanks..please share my videos to help me grow😄
Далее
Implementation of AND function using Perceptron Model
20:32
кажется, началось
00:45
Просмотров 1,1 млн
Perceptron
13:22
Просмотров 276 тыс.
Machine Learning vs Deep Learning
7:50
Просмотров 659 тыс.
Perceptron | Neural Networks
8:47
Просмотров 70 тыс.
The Most Important Algorithm in Machine Learning
40:08
Просмотров 356 тыс.
I Built a Neural Network from Scratch
9:15
Просмотров 211 тыс.