Derivatives | Deep Learning Tutorial 9 (Tensorflow Tutorial, Keras & Python)

แชร์
ฝัง
  • เผยแพร่เมื่อ 31 ธ.ค. 2024

ความคิดเห็น • 183

  • @codebasics
    @codebasics  2 ปีที่แล้ว +2

    Check our Deep Learning Course (in PyTorch) with Latest, Industry Relevant Content: tinyurl.com/4p9vmmds
    Check out our premium machine learning course with 2 Industry projects: codebasics.io/courses/machine-learning-for-data-science-beginners-to-advanced

  • @NeotenicApe
    @NeotenicApe 3 ปีที่แล้ว +54

    Your ability to convey complex ideas simply is just astonishing! I love your videos, thank you so much for what you do.

    • @codebasics
      @codebasics  3 ปีที่แล้ว +6

      Vladimir, I am glad to read your comment 😊

    • @aruneshprasad3064
      @aruneshprasad3064 3 ปีที่แล้ว +1

      @@codebasics and I am glad that we recieve replies from your side sir 🙏, thank you for making ML easier .

  • @soubhikghoshroy7110
    @soubhikghoshroy7110 2 หลายเดือนก่อน

    00:05 Understanding the concept of slope
    01:30 Understanding slopes and derivatives in non-linear equations
    03:13 The derivative of x square is 2x.
    04:47 Derivative and slope are different in terms of function and linearity.
    06:21 Partial derivative is a concept in mathematics that is useful in deep learning.
    07:53 Neural network training is all about adjusting weights.
    09:36 Derivatives and partial derivatives are important in error back propagation.
    11:18 Solving exercises and practicing derivatives and partial derivatives is important for mastering deep learning.

  • @venk8t
    @venk8t 3 ปีที่แล้ว +6

    For first time I understand now how derivative is a need for ml. Thank you. Simple plain and you are fun.

    • @codebasics
      @codebasics  3 ปีที่แล้ว +1

      I am happy this was helpful to you.

  • @karthikeyanalagarswamy3934
    @karthikeyanalagarswamy3934 3 ปีที่แล้ว +3

    Awesome videos! I completed a programme in data science from a premier institute. I can say your videos are thorough, well explained and very helpful! You will be a great teacher

  • @md.sojibsarker7554
    @md.sojibsarker7554 3 ปีที่แล้ว +2

    One of the best explanations of derivatives. Wish I saw this video in 1st year.

  • @kmnm9463
    @kmnm9463 4 ปีที่แล้ว +1

    Hi ,
    This tutorial on derivatives and partial derivatives is just brilliant. Your linking the math concept directly with how it applies to the ML problem statement - house prices - is the stuff of genius. Particularly when you showed the partial derivatives with bedrooms and sq. ft. replacing the x values - shows how deep and clear is your understanding and also linking the math behind the algorithm. Thanks a lot once again.
    Krish

    • @beoptimistic5853
      @beoptimistic5853 4 ปีที่แล้ว

      th-cam.com/video/XQIbn27dOjE/w-d-xo.html 👍💐

  • @shirish3008
    @shirish3008 4 ปีที่แล้ว +2

    This is the best and simplest explanation for derivatives I have ever seen. You are a master piece, thanks a lot

    • @codebasics
      @codebasics  4 ปีที่แล้ว +1

      Glad it helped!

  • @rootuj
    @rootuj 4 ปีที่แล้ว +1

    This is one of the best videos explaining the topic of "Need for partial differentiation in backpropagation"

    • @beoptimistic5853
      @beoptimistic5853 4 ปีที่แล้ว

      th-cam.com/video/XQIbn27dOjE/w-d-xo.html 💐💐👍👍

  • @Ankurkumar14680
    @Ankurkumar14680 4 ปีที่แล้ว +5

    Thanks a ton, sir, you are really a wonderful person...who takes great pain to explain everything in great details .....with such ease...pls make this series very comprehensive and detailed....I think most of the guys give up at this point of learning when things become too mathematically and professors use all greek letters to explain these concepts...............you are really here to rescue us....God bless u

    • @beoptimistic5853
      @beoptimistic5853 4 ปีที่แล้ว

      th-cam.com/video/XQIbn27dOjE/w-d-xo.html 💐💐👍👍

  • @sriniakula7484
    @sriniakula7484 3 ปีที่แล้ว +5

    Admire your ability to explain every complex concept in a very easy, simple way. Many thanks for taking time to make all the videos. Hope to see more of such videos on other topics of AI & ML.

  • @shreyasb.s3819
    @shreyasb.s3819 4 ปีที่แล้ว

    Most of TH-camr ignored this concept. You did good job. Really very important concept. Thanks

    • @beoptimistic5853
      @beoptimistic5853 4 ปีที่แล้ว

      th-cam.com/video/XQIbn27dOjE/w-d-xo.html 💐💐👍👍

  • @yogeshbharadwaj6200
    @yogeshbharadwaj6200 4 ปีที่แล้ว +1

    Wow...till now never understood Derivative concept, was always thinking its complex complex complex...you explained it very easily...now I. can say "yeyyy I know the derivative, partial derivative..." Tks a lot.....

    • @codebasics
      @codebasics  4 ปีที่แล้ว +1

      Ha ha yes. Many people think derivatives as a complex topic but in reality it is not. Glad you understand it now 😊👍💪

  • @shreeshanmukh1284
    @shreeshanmukh1284 3 ปีที่แล้ว +32

    Just a quick correction, in partial derivatives, f(x,y) = x^3 + y^3, you told to consider y to be zero when differentiating wrt x. That would work in this case as the partial derivative of f(x,y) wrt x = 3*x^2. But when the function if f(x,y) = x^3 + xy, then the derivative wrt x will be 3*x^2 + y. Here y term exists.
    So instead of making y as 0, considering it as a constant is a better move.
    Best
    Shree

    • @rehankhan456
      @rehankhan456 3 ปีที่แล้ว +1

      thats some high school mathematics which everyone must know, he just brushed up those concept to give a better understanding of slopes, he isnt a maths teacher any ways thanks for clarifying

    • @manujarora5062
      @manujarora5062 2 ปีที่แล้ว +2

      Your right it should be rephrased a little better by saying that if a term is independent of x that means a change in x would have no change in the value of that term. Hence the derivative with respect to x is 0

  • @RajaKumar-hg9wl
    @RajaKumar-hg9wl 3 ปีที่แล้ว

    Dhaval, Tried Exercise, Derivatives and Partial Derivatives. In each, except one question I got correct answer in all exercises. Thanks.

  • @adityagupta375
    @adityagupta375 3 ปีที่แล้ว +2

    When u really understand something u can teach it very easily it's so amazing to just get the concept I was trying to understand ... Thank u sir

  • @shamsunder5353
    @shamsunder5353 4 ปีที่แล้ว

    Hurray.....I got 5 out of 6.
    I don't know why , if you ask us to do exercise I feel like doing. This motivation wasn't there in any of the paid lectures. Thank you so much sir. You rock

    • @codebasics
      @codebasics  4 ปีที่แล้ว +1

      Oh wow congratulations sham. I am so glad that you are so much motivated to do exercises. Keep it up buddy 😊👍

  • @emonfromearth
    @emonfromearth 3 ปีที่แล้ว

    For an intuition intro to backpropagation, I think this is the best video on youtube. Thanks a lot for clearing the understanding.

  • @tintrung5522
    @tintrung5522 2 ปีที่แล้ว +1

    Those exercises are easier than my homework, I love it.

  • @rajkalashtiwari
    @rajkalashtiwari 3 ปีที่แล้ว +1

    Wow, I mean after a few years someone talked about the idea of a limit to understanding the real derivative,
    even I had forgotten the basics. Thank you so much for reminding me of all these things. Derivates are easy I had practised 1000+ sums of derivates in 11 and 12th standard
    Thank you

    • @Rakesh_Seerla
      @Rakesh_Seerla 4 หลายเดือนก่อน

      What r u doing now bro

  • @kusumak7685
    @kusumak7685 3 ปีที่แล้ว +1

    You are making my Learning very interesting. Thank you for simplifying the concepts and making it interesting for us

    • @codebasics
      @codebasics  3 ปีที่แล้ว

      Glad it was helpful!

  • @MRizwan-dd1km
    @MRizwan-dd1km 2 ปีที่แล้ว

    Thank you so much sir for sharing complex things in such a easy way. Even i am about to completing my graduation in Complete Science. Till before watching this amazing video on derivatives, i don't know the actual meaning of derivatives and partial derivatives. By the help of this video i now this topic well.

  • @UdayKiran-mw4cr
    @UdayKiran-mw4cr 4 ปีที่แล้ว +7

    All ur hard work can be seen throughout the video. For just a single video u referred those many link , in Google Chrome the tabs didn't have space to show the name even the windows tabs are too much.

    • @beoptimistic5853
      @beoptimistic5853 4 ปีที่แล้ว

      th-cam.com/video/XQIbn27dOjE/w-d-xo.html 💐💐💐👍

  • @aniruddhapal1997
    @aniruddhapal1997 4 ปีที่แล้ว +1

    6 out of six correct, Thank you so much , Dhaval....keep rocking

  • @Manojrohtela
    @Manojrohtela 3 ปีที่แล้ว

    Got all right.... after many years many concepts are Now refreshing in my mind

    • @codebasics
      @codebasics  3 ปีที่แล้ว

      Glad it was helpful!

  • @vishalsiram1305
    @vishalsiram1305 4 ปีที่แล้ว +1

    wow sir seriously appreciated your work, no one can teach us like this way, thank you.

    • @beoptimistic5853
      @beoptimistic5853 4 ปีที่แล้ว

      th-cam.com/video/XQIbn27dOjE/w-d-xo.html 💐💐💐👍

  • @bhamrags
    @bhamrags 3 ปีที่แล้ว

    ધવલ તમે અદ્ભુત છો ! A BIG SALUTE to you man.

    • @codebasics
      @codebasics  3 ปีที่แล้ว

      Dr. Bhamra, thanks for your kind words (that too in my native language) :)

  • @adityagupta375
    @adityagupta375 3 ปีที่แล้ว +1

    It's very underrated

  • @swatikarot8272
    @swatikarot8272 2 ปีที่แล้ว

    got 5 out of 6. Thanks for this great tutorials. Keep up the good work!

  • @deepthisehrawat9497
    @deepthisehrawat9497 4 ปีที่แล้ว

    Sir, you are motivation to explore more about machine learning and now deep learning. I have seen all your videos

    • @beoptimistic5853
      @beoptimistic5853 4 ปีที่แล้ว

      th-cam.com/video/XQIbn27dOjE/w-d-xo.html 💐💐👍👍

  • @sankarsan
    @sankarsan 4 ปีที่แล้ว +4

    Happy Friendship Day sir. Keep sharing your knowledge & keep rocking in life. Wishing you a good healthy life . God bless you.

    • @beoptimistic5853
      @beoptimistic5853 4 ปีที่แล้ว

      th-cam.com/video/XQIbn27dOjE/w-d-xo.html 💐💐👍👍

  • @khastakachori123
    @khastakachori123 3 ปีที่แล้ว +1

    Good approach to explain math heavy concepts 👍👌

  • @naveenkalhan95
    @naveenkalhan95 4 ปีที่แล้ว +15

    i want to give 100 likes to this video.. but unfortunately there is only one thumbs up 😐✌🏻✌🏻✌🏻✌🏻👍🏻👍🏻👍🏻👍🏻👍🏻👍🏻👍🏻👍🏻

    • @codebasics
      @codebasics  4 ปีที่แล้ว +2

      Thanks Naveen for your kind feedback and support 🙏

  • @adityagupta375
    @adityagupta375 3 ปีที่แล้ว +1

    Chanel will grow like anything

  • @manujarora5062
    @manujarora5062 2 ปีที่แล้ว

    Suggestion:
    At 8:18 the questions have answers that are not concrete but basically vary depending on level of sqr ft, bedrooms.
    The question can be made more concrete e.g. How much would Price change for given change in sqr ft at sqrt ft level 100 / 1000
    Ans: The price would change by 200 at sqr ft level of 100 and by 2000 at sqr ft level 1000.

  • @raviprakash4040
    @raviprakash4040 4 ปีที่แล้ว +2

    that corona virus part was fun. keep up the good work. thanks

    • @beoptimistic5853
      @beoptimistic5853 4 ปีที่แล้ว

      th-cam.com/video/XQIbn27dOjE/w-d-xo.html 💐💐👍👍

  • @fahadreda3060
    @fahadreda3060 4 ปีที่แล้ว +1

    Great Video man , Thanks again, wish you all the best

    • @beoptimistic5853
      @beoptimistic5853 4 ปีที่แล้ว

      th-cam.com/video/XQIbn27dOjE/w-d-xo.html 💐💐👍👍

  • @karishmasewraj6437
    @karishmasewraj6437 2 ปีที่แล้ว +2

    If derivative part that was shown at the start from math is fun is a bit confusing i highly recommend looking up derivative using first principle from siyavula .
    🙏

  • @kalyankrishna5902
    @kalyankrishna5902 4 ปีที่แล้ว +2

    Hi sir my self Krishna... I did doctorate degree in maths... And also I have completed my data science course also... I request you to can I Collaborat any projects with you. It is very need full for me. I got so much of knowledge from ur tutorials.

    • @codebasics
      @codebasics  4 ปีที่แล้ว

      sure. can you send me email on learnpythonlanguage@gmail.com ? Please attach your resume in that email

  • @suryanshsingh2559
    @suryanshsingh2559 3 ปีที่แล้ว

    Sir your videos are really helpful.Wishing that you make more and more videos so we can learn more.

  • @hetthummar9582
    @hetthummar9582 4 ปีที่แล้ว +1

    Your videos are the best it helped me a lot, And thank you so much for that.😀👍

  • @arijitbhadra8101
    @arijitbhadra8101 3 ปีที่แล้ว

    Love your explanations sir! Keep up the good work.

  • @programmingwithraahim
    @programmingwithraahim 3 ปีที่แล้ว

    I got 5 answers correct except for that cos(x) + sin(x) question. I was confused to see that, but now I know the solution.

  • @animator3061
    @animator3061 ปีที่แล้ว

    better than my math teacher 🙂

  • @sumit121285
    @sumit121285 3 ปีที่แล้ว

    superb explanation on derivatives...thankyou so much sir....

  • @mayurmhatre9925
    @mayurmhatre9925 3 ปีที่แล้ว +1

    Exercise :-
    1. Partial D of x = 8x³
    Partial D of y = 140y^19
    Partial D of z = 1
    2. Partial D of x = -3x^(-2)
    Partial D of y = 2
    3. Ans :- 2cos2x
    4. Ans :- 2x+3
    5. Ans :- 0
    6. Ans :- 9

  • @derindavidc
    @derindavidc 2 ปีที่แล้ว

    very interesting answered most of my questions

  • @rubayatahmedkhan2726
    @rubayatahmedkhan2726 ปีที่แล้ว

    At 12:32 may be what you meant is "how much the error is changing with change of 'weights' not the input?"

  • @libinkoshy632
    @libinkoshy632 4 ปีที่แล้ว +2

    Thank you so much for this wonderful explanation🤩

    • @beoptimistic5853
      @beoptimistic5853 4 ปีที่แล้ว

      th-cam.com/video/XQIbn27dOjE/w-d-xo.html 💐👍👍

  • @RAKESHTIWARI-zr1en
    @RAKESHTIWARI-zr1en 4 ปีที่แล้ว

    u r legend. topics made very east to learn as fun

    • @codebasics
      @codebasics  4 ปีที่แล้ว

      Glad to hear that

  • @shreyapaurav5930
    @shreyapaurav5930 3 ปีที่แล้ว

    Amazingly explained.

  • @61_shivangbhardwaj46
    @61_shivangbhardwaj46 3 ปีที่แล้ว

    Sir thnx for quality content
    You r great!

  • @aiml2274
    @aiml2274 2 ปีที่แล้ว

    Amazing content sir❤️

  • @ramyaabin5548
    @ramyaabin5548 2 ปีที่แล้ว

    Sir, You are really really excellent.. You have covered almost many topics in my subject deep learning for Semester 2. I wish if you can teach Reinforcement learning coding too .. I find it bit difficult. the concept is clear in reinforcement learning but I'm really really suffering in coding part.I'm trying to learn the snake game in reinforcement learning but I am not able to make a proper code.

  • @bramya3437
    @bramya3437 2 หลายเดือนก่อน

    Thanks for your support ❤

  • @ozycozy9706
    @ozycozy9706 ปีที่แล้ว

    you are magician 👋

  • @xhiebuka
    @xhiebuka 4 ปีที่แล้ว +2

    Sir, Thank you for your work so far it has been awesome following your videos.
    Please, kindly do a video on how to use heroku for model deployment, Its hard using aws accounts these days.
    Thank you.

    • @codebasics
      @codebasics  4 ปีที่แล้ว +4

      Sure I will add tutorial for that in future

  • @sadafsadafi4290
    @sadafsadafi4290 2 ปีที่แล้ว

    thanks for all your efforts. your are amazing. I wonder in Quiz; is the solution for the first question right? it seems u have considered all the x, y , z a a same variables. any reason behind? shouldnt we calculate them separately?
    thanks

  • @Krishna_Sharanam_Paramita
    @Krishna_Sharanam_Paramita 4 ปีที่แล้ว +1

    Good exercise 😁👏👏

  • @slim590
    @slim590 9 หลายเดือนก่อน

    thanks for the video. i would like to suggest a correction, you said we take partial derivatives with respect to age and affordability but that's not true but we actually take partial derivative with respect to w1 and w2. please correct me if I am wrong but I think I am right.

  • @thillaikarasib5879
    @thillaikarasib5879 2 ปีที่แล้ว

    Great video

  • @ashirwadshukla461
    @ashirwadshukla461 3 ปีที่แล้ว

    extremely helpful videos

    • @codebasics
      @codebasics  3 ปีที่แล้ว

      Glad it was helpful!

  • @shawnx.1238
    @shawnx.1238 19 วันที่ผ่านมา

    Hi, sir. Is it possible to use ML or DL to calculate the derivative, not the function itself?

  • @syedrehman5755
    @syedrehman5755 4 ปีที่แล้ว

    thank you sir huge respect from Pakistan

  • @EarlWallaceNYC
    @EarlWallaceNYC 3 ปีที่แล้ว

    Thanks for the videos

  • @Vinit_Ambat
    @Vinit_Ambat 4 ปีที่แล้ว

    Got 5 out of 6 correct

  • @adiflorense1477
    @adiflorense1477 4 ปีที่แล้ว

    I am so grateful sir

    • @beoptimistic5853
      @beoptimistic5853 4 ปีที่แล้ว

      th-cam.com/video/XQIbn27dOjE/w-d-xo.html 💐💐👍👍

  • @suyashchoudhari9595
    @suyashchoudhari9595 4 ปีที่แล้ว +2

    Hi sir ur videos are really amazing and it helps a lot.
    Sir plz guide me to make my career as data analyst.
    I am from ece stream of B.E. I have the knowledge of python basics.

    • @codebasics
      @codebasics  4 ปีที่แล้ว +1

      Suyash, plz follow my video on how to learn data analyst skills for free. There I have shown step by step approach

  • @darant
    @darant 4 ปีที่แล้ว +1

    Thank you so much sir!!

    • @beoptimistic5853
      @beoptimistic5853 4 ปีที่แล้ว

      th-cam.com/video/XQIbn27dOjE/w-d-xo.html 💐💐👍👍

    • @praveenavala2297
      @praveenavala2297 3 ปีที่แล้ว

      Hloo bro Telugu as well here

  • @aodhrinfo510
    @aodhrinfo510 4 ปีที่แล้ว

    you are such a great man 😍😍

    • @beoptimistic5853
      @beoptimistic5853 4 ปีที่แล้ว

      th-cam.com/video/XQIbn27dOjE/w-d-xo.html 💐💐👍👍

  • @danishbond
    @danishbond 4 ปีที่แล้ว +1

    Beautiful.

    • @beoptimistic5853
      @beoptimistic5853 4 ปีที่แล้ว

      th-cam.com/video/XQIbn27dOjE/w-d-xo.html 💐💐👍👍

  • @panther_.gaming
    @panther_.gaming ปีที่แล้ว

    oops....my laptop got infected by the corona virus..by the way hats off sir, such a great class

  • @technicalhouse9820
    @technicalhouse9820 ปีที่แล้ว

    Sir g thanku so much...

  • @vaishalis8638
    @vaishalis8638 3 หลายเดือนก่อน

    All right6/6

  • @prasadjoshi8213
    @prasadjoshi8213 4 ปีที่แล้ว

    sir i learn machine learning through ur lecture series now learning deep learning. Thanku so much.
    Sir how to use NLP(POS tags, NER etc) as features?? can u provide suggest some links or videos....plZZZZZZZZ

    • @beoptimistic5853
      @beoptimistic5853 4 ปีที่แล้ว

      th-cam.com/video/XQIbn27dOjE/w-d-xo.html 💐💐👍👍

  • @hrittickdebnath35
    @hrittickdebnath35 4 ปีที่แล้ว

    Please don't stop uploading videos.

    • @codebasics
      @codebasics  4 ปีที่แล้ว +1

      Yes I will be uploading many videos in this series stay tuned

    • @hrittickdebnath35
      @hrittickdebnath35 4 ปีที่แล้ว

      @@codebasics i have more one question.
      Please make a video on types of deep learning. I mean machine learning is 3 types. How many topic have in deep learning.

  • @sugammehta0301
    @sugammehta0301 4 ปีที่แล้ว +1

    Can't we use a path of a folder in .zip format in. The codes?

    • @beoptimistic5853
      @beoptimistic5853 4 ปีที่แล้ว

      th-cam.com/video/XQIbn27dOjE/w-d-xo.html 💐💐👍👍

  • @manujarora5062
    @manujarora5062 2 ปีที่แล้ว

    Query: Partial Derivatives can be used for f(x,y) when x and y are independent.
    Mathematically x,y may be independent.
    In real life you want Bedrooms to be roughly equal sized and not too large or small. Which means higher the area in sq ft --> higher the number of bedrooms.
    In such a scenario should be treat x,y as independent?

  • @TeamYSG
    @TeamYSG 11 หลายเดือนก่อน

    I got 6/6.

  • @cooldude0321
    @cooldude0321 ปีที่แล้ว

    all right sir

  • @UdayKiran-mw4cr
    @UdayKiran-mw4cr 4 ปีที่แล้ว +2

    I got 6 out of 6

    • @codebasics
      @codebasics  4 ปีที่แล้ว +1

      Oh wow. That's great Uday. Good job 👌👍

  • @shubhamingale
    @shubhamingale ปีที่แล้ว

    Isn't error here a constant, how can we use derivative on that, it would turn out to be zero everytime, right? Anyone please help.

  • @Who_knows_vlogs
    @Who_knows_vlogs ปีที่แล้ว

    5 correct :)

  • @anilRawat-bn9ov
    @anilRawat-bn9ov 4 ปีที่แล้ว

    thanks for the video

  • @hemapriyaa5811
    @hemapriyaa5811 ปีที่แล้ว +3

    oh no!, my laptop is corrupted by coronavirus nowwwww

  • @manojdevareddy8831
    @manojdevareddy8831 4 ปีที่แล้ว

    Hope ur health is good.

    • @codebasics
      @codebasics  4 ปีที่แล้ว +2

      Hey manoj yes I am seeing improvements. Also I have learnt to live with imperfections. What counts is how we can live our life whole hearteadly despite all imperfections that we face in our lives 😊

  • @Dyslexic_Neuron
    @Dyslexic_Neuron 3 ปีที่แล้ว

    Amazing Indians

  • @freerabiul5255
    @freerabiul5255 ปีที่แล้ว

    Is all of your gems like videos are free??? Wanted to know from curiosity!!

  • @deepgupta8473
    @deepgupta8473 2 ปีที่แล้ว

    Why the f*** schools don't teach us like that? I remember the teacher come to the first class and started writing the formulas on the board for us to mug them up. Wish you were my teacher back then or atleast a senior

  • @sanooosai
    @sanooosai 11 หลายเดือนก่อน

    thank you

  • @ma3str0dj77
    @ma3str0dj77 2 ปีที่แล้ว

    Why didn't you upload these videos 3 years ago. I could be working as ML Engineer

  • @adityagandhi6981
    @adityagandhi6981 8 หลายเดือนก่อน

    Got 6/6

  • @raghavendragoud2489
    @raghavendragoud2489 3 ปีที่แล้ว

    Out 6 questions I have solved 5 questions.

    • @codebasics
      @codebasics  3 ปีที่แล้ว +1

      wow...good job Raghvendra

  • @shivamkore5222
    @shivamkore5222 2 ปีที่แล้ว

    Sir what are the specs of your pc

  • @monikamukoo4710
    @monikamukoo4710 4 ปีที่แล้ว +1

    My Question : Error= (y-y^) = 0.9801 as per you at 9.06 video frame. i am not sure if this number looks correct to me. 0.00039601. Please correct my understanding

    • @nehagaur567
      @nehagaur567 4 ปีที่แล้ว +1

      Hi Monika,
      The truth value or original value is y= 0 (highlighted in the frame) and the y^=0.99 (predicted value).
      The error =(y-y^)^2 (square of the difference of original and predicted value).
      So, Error =(0-0.99)^2 =0.99^2 = 0.9801

  • @sukumarroychowdhury4122
    @sukumarroychowdhury4122 4 ปีที่แล้ว

    6 out of 6

    • @beoptimistic5853
      @beoptimistic5853 4 ปีที่แล้ว

      th-cam.com/video/XQIbn27dOjE/w-d-xo.html 💐💐👍👍💐

  • @flamboyantperson5936
    @flamboyantperson5936 4 ปีที่แล้ว

    Hi Dhaval............ waiting for you my friend :)

    • @beoptimistic5853
      @beoptimistic5853 4 ปีที่แล้ว

      th-cam.com/video/XQIbn27dOjE/w-d-xo.html 💐💐👍👍

  • @devbhise4069
    @devbhise4069 2 หลายเดือนก่อน

    thanks

  • @ayencoscolfield3312
    @ayencoscolfield3312 4 ปีที่แล้ว

    Thanks appreciate

  • @subhashachutha7413
    @subhashachutha7413 4 ปีที่แล้ว +1

    Sir now your health fine?

    • @beoptimistic5853
      @beoptimistic5853 4 ปีที่แล้ว

      th-cam.com/video/XQIbn27dOjE/w-d-xo.html💐💐👍👍