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
@zhaokun-l8d6 күн бұрын
Excellent video for learning PINNs solving odes
@NDDAvid1232 ай бұрын
Excellent video for learning PINNs
@elastropy2 ай бұрын
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!
@MOTIVAO3 ай бұрын
Great videos on PINNS, keep up the great work
@elastropy2 ай бұрын
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!
@lysaait17114 ай бұрын
Thanks
@elastropy4 ай бұрын
Hi @lysaait1711, you are welcome.
@azeemishaq82403 ай бұрын
Please solve coupled nonlinear system of odes using pinns
@656-aiml24 күн бұрын
Can you also provide the same for the inverse PINNs implementation with learnable parameter.
@amanaliali70502 ай бұрын
Please make videos on fuzzy logic and neural network. Your content is really helpful.
@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Ай бұрын
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
@patelpavan54794 ай бұрын
What is means here 0:1 and 1:2 in x=output [:,0:1] , y=output[:,1:2]
@elastropy4 ай бұрын
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?
@patelpavan54794 ай бұрын
@@elastropy15:20
@elastropy4 ай бұрын
Hi @patelpavan5479, thanks for the timestamp. I did it this way to preserve the 2D array shape for consistency in tensor operations.
@patelpavan54794 ай бұрын
@@elastropy ok
@dilharawickramasinghe7121Ай бұрын
Great explanation! Could you share the code please?
@THEKHURRAM10023 күн бұрын
Please share notebook link
@elastropy16 күн бұрын
Hi @THEKHURRAM100, 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
@p.zh.6132Ай бұрын
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?
@elastropy16 күн бұрын
Hi @p.zh.6132, Thank you for your comment! Solving y'' + λ*y = 0 with BCs: y(0) = y(2π)=0 (a Sturm-Liouville eigenvalue problem) using PINNs is indeed a complex problem, especially due to the presence of multiple eigenvalues. To address this, additional constraints such as orthogonality conditions are typically required to isolate specific eigenvalues or ensure the solution satisfies the physical properties of the problem. These constraints can be incorporated into the loss function alongside the governing equation and boundary conditions.
@rituparnsingh65542 ай бұрын
Are we using Tensorflow1.x or 2.x for these codes? I am guessing its the former?
@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. 😊
@rajibali46433 ай бұрын
Please makenthis on SDE please
@elastropy3 ай бұрын
Hi @rajibali4643, did you mean Stochastic Differential Equations for SDE??