A Hands-on Introduction to Physics-informed Machine Learning

Поділитися
Вставка
  • Опубліковано 19 жов 2024

КОМЕНТАРІ • 34

  • @vahidnikoofard2939
    @vahidnikoofard2939 3 роки тому +18

    Excellent presentation. Thanks for sharing it. The only issue is the bad audio quality.

  • @juliosdutra
    @juliosdutra 3 роки тому +10

    What an effective presentation. Is it possible to download the Jupyter notebook?

    • @prakhars962
      @prakhars962 3 роки тому +3

      Me too. Can't find a way to download the Ipython code.

    • @tanyafaltens5967
      @tanyafaltens5967 Рік тому +3

      @@prakhars962 The nanoHUB tool "A Hands-on Introduction to Physics-Informed Neural Networks" is used in this hands-on tutorial and can be found on nanoHUB.org at: nanohub.org/tools/handsonpinns

    • @emrek1
      @emrek1 Рік тому

      @@tanyafaltens5967 thx

  • @TURALOWEN
    @TURALOWEN 3 роки тому +8

    Are there publicly available codes for these examples?

    • @tanyafaltens5967
      @tanyafaltens5967 2 роки тому +4

      Yes - you can see the code and use the Jupyter notebook in nanoHUB at this link: nanohub.org/tools/handsonpinns

    • @TURALOWEN
      @TURALOWEN 2 роки тому

      @@tanyafaltens5967 Thank you!

    • @ahmedhassanGent
      @ahmedhassanGent 2 роки тому

      anyone got the codes? I don't seem to find it.

  • @petroromanets2268
    @petroromanets2268 Рік тому +1

    Thanks a lot. This is an exciting and promising direction for NN's evolution. Maybe I'm wrong, but the formula for the Dirichlet principle should contain the squared gradient of u(x,..) (it could be obtained by multiplying diff. equation by u(x,..) and integrating by parts)

  • @solomon0075
    @solomon0075 3 роки тому +4

    Nice and clear presentation. The fourier features in the last network class worked excellent for my work. Can I somehow apply the same technique for images??

  • @facesquare1171
    @facesquare1171 2 роки тому +2

    How did you get the formula at 11:17? exp(-x / 5.0) *cos(x) - Psi / 5.0. Thank you for your help

    • @MadaraUchiha-wk4jq
      @MadaraUchiha-wk4jq 2 роки тому

      That is just one random function he took. I mean the equation was d psi/dx =f(x,psi). So he has taken some f(x, psi) to solve for psi to prove if his results are matching with the theoretical prediction.

  • @fehminajar
    @fehminajar Рік тому

    Can you specify the ref [Raise 2019] ?

  • @joseavalos9988
    @joseavalos9988 Рік тому

    I cant find the notebook, I just see the video and presentation

  • @altruist1132
    @altruist1132 3 роки тому +4

    How can I get the codes? Please help

    • @tanyafaltens5967
      @tanyafaltens5967 2 роки тому +2

      The code is available here: nanohub.org/tools/handsonpinns

    • @bigh8438
      @bigh8438 Рік тому

      @@tanyafaltens5967 no its not

    • @tanyafaltens5967
      @tanyafaltens5967 Рік тому

      @@bigh8438 Did you launch the tool or download the source code- that link is right under the launch tool button.

    • @tanyafaltens5967
      @tanyafaltens5967 Рік тому

      I see- there is an error now when launching the tool. I submitted a help ticket for that. You can still download the tarball.

    • @tanyafaltens5967
      @tanyafaltens5967 Рік тому +1

      @@bigh8438 Things are fixed now (as of earlier this morning). Please try again!

  • @nikoluk7109
    @nikoluk7109 3 роки тому

    Could someone suggest some more info (a book, maybe a course) to dive in in the field?

    • @csanadtemesvari9251
      @csanadtemesvari9251 3 роки тому

      1) research papers, 2) practice

    • @nikoluk7109
      @nikoluk7109 3 роки тому

      ​@@csanadtemesvari9251 Could you suggest a good paper to feel the power of the method?

    • @darkpikachu_.
      @darkpikachu_. 2 роки тому

      ua-cam.com/play/PLCAl7tjCwWyGjdzOOnlbGnVNZk0kB8VSa.html

  • @backbench3rs659
    @backbench3rs659 2 роки тому +1

    sir , you should have good mic for clear voice. At least , subtitles should be there. thanku

    • @backbench3rs659
      @backbench3rs659 2 роки тому +1

      kindly apply this..must include subtitles in video so that anyone can easily get your point which is most important for us

  • @lucychix79
    @lucychix79 3 роки тому +1

    Nicccccceeeee, fast and clear.

  • @ZatoichiRCS
    @ZatoichiRCS 10 місяців тому

    Nice!

  • @imafackinjunglist
    @imafackinjunglist Рік тому

    This how FB maps it’s website.

  • @chinamatt
    @chinamatt 2 роки тому

    UPDATE: it's working now. Need to put energy_tensor[j, 0] = 0.5 * (torch.sum(F**2) - 2.0) - torch.log((torch.det(F))) + 50.0*torch.log((torch.det(F)))**2
    I'm getting RuntimeError: element 0 of tensors does not require grad and does not have a grad_fn, for the Example 2 in this notebook.
    Is anyone getting this too?
    It seems like energy_tensor.requires_grad is False so can't actually do l.backward().

    • @tanyafaltens5967
      @tanyafaltens5967 Рік тому +1

      when you run into errors, you can submit a ticket through the nanoHUB ticket system so that the tool authors are notified. (They will likely not see comments posted here.)