NumPy.fft.rfft2 - real-valued spectral derivatives in 2D

Поділитися
Вставка
  • Опубліковано 2 чер 2024
  • How does the real-valued fast Fourier transformation work in two dimensions? The Fourier shape becomes a bit tricky when only one axis is halved, requiring special care when setting up the wavenumber array. Here is the notebook: github.com/Ceyron/machine-lea...
    -------
    👉 This educational series is supported by the world-leaders in integrating machine learning and artificial intelligence with simulation and scientific computing, Pasteur Labs and Institute for Simulation Intelligence. Check out simulation.science/ for more on their pursuit of 'Nobel-Turing' technologies (arxiv.org/abs/2112.03235 ), and for partnership or career opportunities.
    -------
    📝 : Check out the GitHub Repository of the channel, where I upload all the handwritten notes and source-code files (contributions are very welcome): github.com/Ceyron/machine-lea...
    📢 : Follow me on LinkedIn or Twitter for updates on the channel and other cool Machine Learning & Simulation stuff: / felix-koehler and / felix_m_koehler
    💸 : If you want to support my work on the channel, you can become a Patreon here: / mlsim
    🪙: Or you can make a one-time donation via PayPal: www.paypal.com/paypalme/Felix...
    -------
    ⚙️ My Gear:
    (Below are affiliate links to Amazon. If you decide to purchase the product or something else on Amazon through this link, I earn a small commission.)
    - 🎙️ Microphone: Blue Yeti: amzn.to/3NU7OAs
    - ⌨️ Logitech TKL Mechanical Keyboard: amzn.to/3JhEtwp
    - 🎨 Gaomon Drawing Tablet (similar to a WACOM Tablet, but cheaper, works flawlessly under Linux): amzn.to/37katmf
    - 🔌 Laptop Charger: amzn.to/3ja0imP
    - 💻 My Laptop (generally I like the Dell XPS series): amzn.to/38xrABL
    - 📱 My Phone: Fairphone 4 (I love the sustainability and repairability aspect of it): amzn.to/3Jr4ZmV
    If I had to purchase these items again, I would probably change the following:
    - 🎙️ Rode NT: amzn.to/3NUIGtw
    - 💻 Framework Laptop (I do not get a commission here, but I love the vision of Framework. It will definitely be my next Ultrabook): frame.work
    As an Amazon Associate I earn from qualifying purchases.
    -------
    Timestamps:
    00:00 Intro
    00:35 About the rfft
    01:11 Recap Spectral Derivative in 2d
    03:18 Blindly trying the rfft2
    06:00 Modify wavenumber creation
    07:29 Using correct wavenumber grid for real-valued spectral derivative
    09:02 Outro

КОМЕНТАРІ • 8

  • @jimenezluis33
    @jimenezluis33 3 місяці тому +1

    Excellent channel brother, very good classes! I have been involved in things about simulation of physical models for almost two decades (differential equations, thermodynamics, computational fluid dynamics, stochastic processes and recently into machine learning and financial models). I'll follow your content very closely and your github repository, subscribed.

  • @diophantine1598
    @diophantine1598 3 місяці тому +2

    Thanks

  • @arbitrandomuser
    @arbitrandomuser 3 місяці тому +1

    i see felix video ... i like felix video ;
    love em , keep em coming

  • @user-cs2hs6iq3q
    @user-cs2hs6iq3q 3 місяці тому +1

    Hi!!!
    Fist of all, thank you very very much for giving these priceless tutorials!!!
    I want to ask u something. Are you using Linux/Ubuntu currently and Pytorch? Or what OS and Code editor do you like the most?
    Thank you again!!!!!!

    • @MachineLearningSimulation
      @MachineLearningSimulation  2 місяці тому

      Hi,
      thanks a lot for the kind feedback :) Very much appreciated!
      My personal machine uses Arch Linux, but I use Ubuntu at work. I almost exclusive use VS code (I can also recommend using GitHub Copilot). I do not use PyTorch, most of my work is in JAX which I believe to be the better choice for scientific machine learning.