Artificial neural networks (ANN) - explained super simple

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

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

  • @gaborolah8511
    @gaborolah8511 21 วันที่ผ่านมา +1

    You are Brilliant. i could not understand the whole concept until you explained in this video.

  • @meshackamimo1945
    @meshackamimo1945 2 หลายเดือนก่อน +1

    u r a wondeful tutor. God bless u

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

    Omg, I have tried to understand ANN without success until now. Thank you!

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

    Thank you, looking forward to your next video about ANN

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

    Wow... Great expectation as always 👍

  • @Salvador_Dali
    @Salvador_Dali 10 หลายเดือนก่อน +1

    best explanation so far! thank you. i have tried it in R using the neuralnet function with your dataset. even though i get the same coefficients with the log regression the weights and bias using the ANN are not the same. they are much lower. any idea why? =/

    • @tilestats
      @tilestats  10 หลายเดือนก่อน +1

      Did you use the exact same code as shown at 24:52?

    • @Salvador_Dali
      @Salvador_Dali 10 หลายเดือนก่อน +1

      jeeez. i have, but missed the threshold. that was it! many thanks!!!

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

    How are the 2.747 and 5.7 derived?

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

      That is explained at 11:30 and forward.

  • @a.mo7a
    @a.mo7a 2 หลายเดือนก่อน

    why using 2 output nodes? isn't P(healthy) equal to 1-P(cancer)?

    • @tilestats
      @tilestats  2 หลายเดือนก่อน +1

      True, you can use just one output node when you predict just two categories. The R code I provided generates two output nodes but if you try TensorFlow in Python, it will use just one output if you set loss='binary_crossentropy'.

    • @a.mo7a
      @a.mo7a 2 หลายเดือนก่อน

      @@tilestats
      Thanks for the clarification

  • @ahmadmatjek383
    @ahmadmatjek383 20 วันที่ผ่านมา

    for the first calculation, why u get -0.251?, i get -0.26

    • @tilestats
      @tilestats  20 วันที่ผ่านมา

      I think it is just due to rounding from previous steps.