Physics Informed Neural Networks (PINNs) for Solving System of ODEs - A Beginner's Tutorial

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

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

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

    Join our Telegram group for exclusive access to detailed discussions, resources, programming files used in the video, and extra support! It's all free-click the link below to join now. See you there!
    Telegram Group Link - telegram.me/elastropy_official

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

    Excellent video for learning PINNs

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

      Hi @NDDAvid123, Thank you! I’m glad you found the video helpful for learning PINNs. Feel free to spread the word, and stay tuned for more content on this topic!

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

    Please make videos on fuzzy logic and neural network. Your content is really helpful.

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

    Great videos on PINNS, keep up the great work

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

      Hi @MOTIVAO, Thank you so much! I’m really glad you’re enjoying the videos on PINNs. Your support means a lot, and I’ll definitely keep working on more content. Stay tuned for future tutorials!

  • @lysaait1711
    @lysaait1711 3 หลายเดือนก่อน +2

    Thanks

    • @elastropy
      @elastropy  3 หลายเดือนก่อน +1

      Hi @lysaait1711, you are welcome.

  • @azeemishaq8240
    @azeemishaq8240 3 หลายเดือนก่อน +2

    Please solve coupled nonlinear system of odes using pinns

  • @p.zh.6132
    @p.zh.6132 15 วันที่ผ่านมา

    Thanks for sharing, can u tell us how to solve ODEs with uncertain eigenvalues, for example, y'' + λ*y = 0 with BCs: y(0) = y(2π)=0?

  • @THEKHURRAM100
    @THEKHURRAM100 21 ชั่วโมงที่ผ่านมา

    Please share notebook link

  • @rakesh-do1hw
    @rakesh-do1hw หลายเดือนก่อน

    It's the great video on PINNS. I will really appreciate if you can share the jupyter notebook used as it will help me in practicing code myself, further strengthening my concept on punns. THANKS IN ADVANCE...

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

      Hi @rakesh-do1hw, thank you for the kind words! 😊 I’m glad you enjoyed the video. Our source codes are completely free of cost. You can download the Jupyter notebook and source code by following the instructions given in the below link. To download the source codes, you’ll need to complete a small quiz-don’t worry, all the answers can be found in the video! Happy Learning.
      Link - www.elastropy.com/more/unlock-free-source-codes

  • @dilharawickramasinghe7121
    @dilharawickramasinghe7121 21 วันที่ผ่านมา

    Great explanation! Could you share the code please?

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

    Are we using Tensorflow1.x or 2.x for these codes? I am guessing its the former?

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

      Hi @rituparnsingh6554, we use TensorFlow 2.x for these codes. If you install via pip install, it will automatically install TensorFlow 2.x by default. 😊

  • @patelpavan5479
    @patelpavan5479 3 หลายเดือนก่อน +2

    What is means here 0:1 and 1:2 in x=output [:,0:1] , y=output[:,1:2]

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

      Hi @patelpavan5479, could you please send me the time stamp in the video, at which you saw these?? Also, could you please elaborate your doubt?

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

      ​@@elastropy15:20

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

      Hi @patelpavan5479, thanks for the timestamp. I did it this way to preserve the 2D array shape for consistency in tensor operations.

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

      @@elastropy ok

  • @rajibali4643
    @rajibali4643 3 หลายเดือนก่อน +1

    Please makenthis on SDE please

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

      Hi @rajibali4643, did you mean Stochastic Differential Equations for SDE??