Stop Struggling With AI - Master The 3 Core Concepts

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

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

  • @gptLearningHub
    @gptLearningHub  8 วันที่ผ่านมา +2

    Note: Linear Regression can technically capture nonlinearity in the input, but must be linear in the parameters. Example: w1*w2 is banned.
    But the Sigmoid function (or some other nonlinearity) in the Neural Network is essential! Without it, the network just defaults to standard Linear Regression, and the hidden layer is useless.

  • @ab8jeh
    @ab8jeh 8 วันที่ผ่านมา +1

    It is the hidden layer captures non-linear patterns (i.e. Perceptron). XOR would be the simplest example. The sigmoid helps with overfitting non-linear relationships, etc.

    • @gptLearningHub
      @gptLearningHub  7 วันที่ผ่านมา

      @@ab8jeh But without the nonlinearity, the Feedforward network collapses into standard Linear Regression, and we effectively lose the hidden layer!

    • @AmitojSinghMiglani
      @AmitojSinghMiglani 7 วันที่ผ่านมา

      Go over universal approximation theorem if you want to find the real reason of using activation functions

  • @Memeathon_Dev
    @Memeathon_Dev 7 วันที่ผ่านมา

    Another banger 🔥

  • @u0u79z
    @u0u79z 7 วันที่ผ่านมา +1

    ❤️‍🔥✨️

  • @MMARavid
    @MMARavid 8 วันที่ผ่านมา

    Once you start your job will your output halt?

  • @vv_vv7992
    @vv_vv7992 7 วันที่ผ่านมา

    When explaining linear regression, you said it can't capture non-linear relationships between variables. That's not true at all. You could've included some quadratic or higher order term no problem, so long as it's linear in the parameters (no W^2)

    • @gptLearningHub
      @gptLearningHub  7 วันที่ผ่านมา +1

      @@vv_vv7992 That’s true, Linear Regression must simply be linear in the parameters, but nonlinearity in the variables is allowed.
      More accurately, without the nonlinearity, the “Neural Network” collapses into standard Linear Regression and we effectively lose all the hidden nodes.
      Thanks for your comment!

  • @darshantawte7435
    @darshantawte7435 8 วันที่ผ่านมา

    Sweet.

  • @nehushtant
    @nehushtant 8 วันที่ผ่านมา

    Dub