Teaching Neural Network to Solve Navier-Stokes Equations

Поделиться
HTML-код
  • Опубликовано: 16 ноя 2024

Комментарии • 134

  • @kiaranr
    @kiaranr Год назад +124

    I'm fascinated by the prospect of using ML for physics problems. Subscribed and looking forward to following your journey.

    • @phy6geniuxYTcreations
      @phy6geniuxYTcreations Год назад +7

      I'm trying to train my neural nets to predict optical responses of metamaterials, so technically solving the Maxwell's Equation. The result is an NN for predicting reflectance, transmittance, and absorption of a metagrating. Hehe

  • @malekalkoja2153
    @malekalkoja2153 Год назад +107

    I have no idea what is this but I watched the whole vid

    • @zyansheep
      @zyansheep Год назад +9

      IIUC:
      complicated equations describe the flow of fluid. (Navier-Stokes equations)
      solutions of these equations represents a valid fluid flow.
      using this, you can create an function that calculates the flow of fluid given an initial condition, (but it is very slow)
      neural networks can learn arbitrary functions
      this guy: trains a neural network to predict fluid flow by giving it data from the slow fluid flow algorithm so we can do fluid flow modeling faster.

    • @tradermann
      @tradermann Год назад

      Because of the intro music

    • @astroid-ws4py
      @astroid-ws4py Год назад

      Partial Differential Equations , They are learned only in the fourth year of a mathematics degree, One of the most complex but fascinating equations which have huge amount of applications in physics, chemistry and computing especially in the fields of visual effects and probably in AI too, There are a lot of different research directions to consider.

    • @justgame5508
      @justgame5508 Год назад +1

      @@astroid-ws4py Partial differential equations are learned way before 4th year of a mathematics degree. We were doing partial derivatives in 1st year of my EEE degree

    • @lalitasharma6687
      @lalitasharma6687 Год назад +1

      You do understand shit then

  • @georgekarniadakis5089
    @georgekarniadakis5089 Год назад +28

    Thanks for highlighting our paper on Vortex Induced Vibrations (VIV). We are now building a digital and physical twin at MIT for this problem. You can use adaptive activation functions to avoid BAD minima!

    • @salvik100
      @salvik100 10 месяцев назад

      What kind of adaptive activation functions?

  • @fabioasaro4016
    @fabioasaro4016 Год назад +2

    Lol, the book you scrolled through after the paper is the book which my advisor wrote. It's called: "The Finite Volume Method in Computational Fluid Dynamics: An advanced introduction with openFOAM and Matlab"

  • @timgoppelsroeder121
    @timgoppelsroeder121 Год назад +4

    This is an awesome use of SL. Makes me want to try a similiar project with PINNs. Great job dude 😄

  • @mfinixone1417
    @mfinixone1417 Год назад

    Solving physics problems with ML, NOW THAT'S WHAT I AM TALKING ABOUT!!!!
    Subscribed

  • @முரளி-ழ7த
    @முரளி-ழ7த Год назад +5

    Great content! Keep the good work. Background music is bit distracting, try light music just a suggestion.

  • @sitrakaforler8696
    @sitrakaforler8696 Год назад +2

    Never had the courage to do it but YES ! I think that it's nearly certain that with a general IA we will find a generalized solution for Navier Stokes Eq :p
    CONGRATS !

  • @PastaSenpai
    @PastaSenpai 9 месяцев назад +1

    Hey Adam, don’t understand anything but I support the channel 😂
    - Erik

  • @arupkumarsahoo209
    @arupkumarsahoo209 Год назад

    Exactly I am searching for why Adam is not effective. Thank you for sharing.

  • @tempdeltavalue
    @tempdeltavalue Год назад +6

    It would be interesting to check mse of validation set , also to try something like VAE to be able to change properties of fluid, speed, pressure areas, etc (but also add time component, rnn, lstm, transformer🤔)

  • @a243-c9r
    @a243-c9r 8 месяцев назад +1

    Hello I simply love the way you explained the physics informed neural networks and especially the coding part. Kudos!!
    I am new to the topic of PINNs and I just wanted to ask you can we implement a PINNs for 1st order coupled ODE system with just one independent variable? like dP/dt = f(x, y); dS/dt = g(x, P); dT/dt = h(x, y, S, T)?
    If yes could you please tell some examples where I can find a way to code the same?
    Thank you very much in advance!!
    Subscribed your channel as well!

  • @thatyougoon1785
    @thatyougoon1785 Год назад +15

    Could you also compare for computational speed up versus accuracy? It's a fascinating field of research though!

  • @andres.igmendez
    @andres.igmendez Год назад +2

    This is exactly the kind of info i was looking for! Thank you! I wonder if you could possible spend more time in a more detailed explanation on how you compute the loss. I see it involves computing some gradients of the outputs, but I cant figure out how is done. I'm not a torch user, so I'm trying to replicate similar stuff with TF.

  • @MelisaMadenoglu
    @MelisaMadenoglu Год назад

    Underrated channel

  • @tariq3erwa
    @tariq3erwa Год назад

    Thanks your video motivated to do a project with PINNs

  • @munum9138
    @munum9138 Год назад

    It is fairly easy to adjust the code to run on GPU, this will give you significant training speedups

  • @mtulow
    @mtulow Год назад +4

    Definitely subscribing, you've got great content. Where did you find the dataset used?

  • @S_Jamshidi-Fluid_Mechanics
    @S_Jamshidi-Fluid_Mechanics 9 месяцев назад

    Hi there, fantastic work. However, could you provide us a little bit about normalization process of data?
    Tnx

  • @justanotherperson2960
    @justanotherperson2960 Год назад

    It's very interesting, I am interested in pursuing research with PINNS for orbital dynamics and LEO environment. Looking for more such videos mate!

    • @noot_2
      @noot_2 Год назад

      Man, what a coincidence. I am currently trying to do that but it isn't going very well

  • @kamalkhalil118
    @kamalkhalil118 29 дней назад

    Thank you for the video, can you please show us the PINN for compressible N-S equation with viscosity and diffusion (continuity equation with diffusion coupled with a momentum type equation with viscosity) in a 2D square ? Thank you in advance

  • @harriehausenman8623
    @harriehausenman8623 Год назад +1

    Could you please make a version without the background music? Thx! 🤗

  • @b.mwhite3697
    @b.mwhite3697 6 месяцев назад

    I was thinking through your problem with LBGFS vs mini-batching like SGD or ADAM. Isn't it the case that you can shuffle your mini batches more effectively and/or involve some gradient accumulation, to prevent the overlooking of key physical constraints in the cylinder wake problem? That way you can achieve the same result without needing this much compute and the possible memory bottleneck that your solution involves?

  • @Anjum48
    @Anjum48 Год назад +2

    Great video! Is your final PINN just a compressed representation of the CFD training data, or does your model generalize to different-sized cylinders, different fluids, velocities, etc?

  • @joshm350
    @joshm350 Год назад

    Super interesting. Awesome work. Feedback: Music is a bit loud. Please reduce music volume. Perhaps select slightly slower music.

  • @ΜιχάληςΑθανασίου-ρ6ξ
    @ΜιχάληςΑθανασίου-ρ6ξ 7 месяцев назад

    With what changes would it be possible to create a model that takes as an input an unknown geometry and then predicts the velocity and pressure fields?

  • @thunder852za
    @thunder852za Год назад +1

    I am not sure I understand the philosophy for using NNs for fluid dynamics in this type of application. NNs are essentially (very simplistically) regression algorithms, which seek to turn discrete data into a continuous function to approximate some unknown functional. So what would be the ideal NN in this case? Well it would be one which approximates the governing equations we start with, and we know? So what has been achieved? Training a NN to approximate a governing equation that you already know? Perhaps I am missing something.
    That is not to say I don't see the benefit in other applications of physics/engineering/fluid dynamics etc.

    • @computational_domain
      @computational_domain  Год назад

      One example of using NNs in CFD would be speeding up simulations. For instance you could train NN to predict chemical compositions for a giver reaction, which can then be applied in CFD simulations of combustion (which is much faster than finding those ratios from chemical kinetics). I am currently working on a video in which I will explain the applications of NNs in CFD in more detail.
      Also you could use PINNs for shape optimization. I've seen a paper in which the researcher trained NN for different airfoils and then used it to find the shape which minimizes drag. This approach is faster than running a CFD simulation for every possible airfoil shape.

  • @magnusjensen5867
    @magnusjensen5867 23 дня назад

    The training data is in a regular grid, but what if your data is not in a grid like this and you actually including the particle in your data? Will I need some kind of boundary condition then?

  • @poshtavern8354
    @poshtavern8354 Год назад +13

    Wow! This was fantastic -- how did you go about creating the visualizations?

    • @computational_domain
      @computational_domain  Год назад +10

      I used bunch of software; openfoam, paraview, python, kdenlive

    • @googm
      @googm Год назад

      you can do simple figure animations in matplotlib

  • @CBeredIOk
    @CBeredIOk 23 дня назад

    Hi! Very cool video!
    Could you please share a link to the source of the data? Was it a book or some kind of dataset? I would like to repeat this result for myself and would be very grateful if you could share a link to the dataset

  • @polkobra5455
    @polkobra5455 Год назад

    Hey man love your video! Are you polish by any chance?

  • @alexeychernyavskiy4193
    @alexeychernyavskiy4193 Год назад

    Maybe the use of SIREN or WIRE + Sobolev training (during which the derivatives are supervised) of implicit representations might add speed and quality to your solutions.

  • @shero4119
    @shero4119 6 месяцев назад

    2:53 Can anyone please explain how is the cost function (boundary conditions) obtained using supervised learning?

  • @progfanCoke
    @progfanCoke 3 месяца назад

    Could humanity one day utilize this knowledge to enhance the rheological properties of a bolus, thereby simulating an accurate, "real" human swallowing process? I'm a Speech-Language Pathologist working with patients who have Dysphagia.

  • @tharindumiyanawala8233
    @tharindumiyanawala8233 Год назад

    Try using "leaky ReLU" instead of sigmoid or tanh functions.

  • @youseftraveller2546
    @youseftraveller2546 Год назад

    Can I use the trained Neural Network to predict flows with lower Re numbers in which vortex shading did not start yet?

  • @AlexWong-lq4pt
    @AlexWong-lq4pt 11 месяцев назад

    Genuinely fascinated by the use of PINNs to accelerate computation of such important problems like this! Is it in any way possible to train something like this (even if only in 1D) on a strong pc? If so, what specs would you use? (I am planning to conduct further research into this specific use of PINNs 😅)

  • @kevinmann6846
    @kevinmann6846 Год назад +1

    This is a cool idea, but could you give some potential use cases for this? In my understanding, it just learns the results of the simulation for one set of conditions. Can you use it as more than just a way of compressing the simulated results into neural network params?

    • @computational_domain
      @computational_domain  Год назад

      I'm currently working on video in which I'll show some basic applications of trained NN in CFD. I just need some time ;)

  • @ru2979
    @ru2979 Год назад

    uff the naruto music 🥺😂 I am in love 😂

  • @michaelzumpano7318
    @michaelzumpano7318 Год назад

    Very cool what you did here. Great job. Thanks. Are you familiar with SINDy - sparse identification of non-linear dynamics, by Steven Brunton? He has a lot of RUclips videos. I wonder if your solution scales as well or better than his. He uses sparse matrices of coefficients for a large set of functions? The answer would make a good paper, right? You’d have to account for the exec speed of different cpu/gpu/tpu operations/instructions and the complexity of unit operations in each method to make it a fair comparison. Come to think of it, that’s probably been done. If anyone knows I’d like to see the reference. Anyway, please keep making great videos like this.

  • @ВикторПичугов-г1в

    It's fantastic!!! TY

  • @vishank7
    @vishank7 Год назад

    Great work!

  • @hyunsunggo855
    @hyunsunggo855 Год назад

    2:40 Is there a particular reason why you used a double-sigmoid at the output layer? I can see how using ReLUs for the hidden layers could cause problems as the gradients are utilized for evaluating the loss. But why did you not use something like SoftPlus or Swish as people usually do or maybe the sine function like they do in the SIREN paper?

  • @anywallsocket
    @anywallsocket Год назад

    Problem is you would need to populate data evenly around a phase space in order to generalize the solutions between that space. This seems difficult as I expect the data to be rare.

  • @janszwykowski9708
    @janszwykowski9708 Год назад

    Otro gran recurso con una dosis de conocimientos útiles

  • @paulmarca9612
    @paulmarca9612 7 месяцев назад

    How did you initialize your parameters in the network?

  • @yadavnikhil2290
    @yadavnikhil2290 Год назад

    How can I get the same predicted graph of the paper with your code. 4:48
    The graph your code is giving is from 0 to 50 in y-axis and 0 to 100 in x-axis.
    I tried changing the axis values but I was not getting the same graph as the paper.

  • @fadoobaba
    @fadoobaba 11 месяцев назад

    What if we don't have training data? No experiments no cfd. Just equations and boundary conditions

  • @tertervouz
    @tertervouz 9 месяцев назад

    Does this video mean that the trained model can be generally applied to other fluid situations?
    Or is this only showing that such nonlinear network can approximate to the given result when trained for certain cases?

    • @michaelpieters1844
      @michaelpieters1844 5 месяцев назад

      The trained model in this example can not be applied to other fluid situations.

  • @tejasindani4898
    @tejasindani4898 Год назад

    How much time did it take to train using LBFGS method of optimization?

  • @inquisitor1017
    @inquisitor1017 Год назад +1

    at 4:45 the values in the scale between the predicted and exact pressure fields are completely off…

    • @computational_domain
      @computational_domain  Год назад +1

      It is because the neural network finds the pressure field such that the derivatives match the Navier-Stokes equation. So the values differ by a constant. The gradients of the pressure are equal though. I explained it in the video but perhaps you missed it.

  • @jasonbourne485
    @jasonbourne485 Год назад

    How is the ground truth flow field generated? Is the neural network more efficient?

  • @morayaprabhu8223
    @morayaprabhu8223 Год назад

    can you tell how did you get cylinder_wake.mat file or how to use a particular data set for the same?

  • @kysio2001
    @kysio2001 Год назад +1

    Hi, I'm taking pinns as my engineering degree projects, how did you generate the data to train the network on?

  • @izackyful
    @izackyful Год назад

    Awesome

  • @gandalfthefool2410
    @gandalfthefool2410 Год назад +1

    Could you kindly tell me which approach you’ve taken? Did you use neural network as a black box to solve the NS equations with a training set or did you use it to approximate derivatives in the equations and then solve them? Personally, I think the second one is more promising. Just curious. Excellent work by the way.

    • @BrandonLobo
      @BrandonLobo Год назад +3

      Around time stamp 2:25 he says he downloaded data. As you say the second approach is the promising one. What he did is cool from a neural network POV but is totally worthless from a physics stand point. Using a set of data for a cylinder around a certain Re we could create correlations and use something very simple to calculate the flow. The real magic would be if he could somehow use data from a certain group of Re and predict successfully to a reasonable extent the flow at any Re even in the millions.

  • @asfaust312
    @asfaust312 Год назад

    PINNs apparently incorporate the PDEs into their loss function, according to chatgpt. i kinda get why that makes standard deep learning techniques fail, especially in the case of navier-stokes equations. would training a CNN autoregressively with MSE+Adam on pre-simulated velocity fields work?

    • @debuggers_process
      @debuggers_process Год назад +1

      I attempted to train a CNN using averaged data from particle simulations. Specifically, I utilized data from my particle simulator to compute a grid of densities, temperatures, and velocities. Unfortunately, the results did not meet my expectations. The closest I came to achieving the desired outcome was when the network learned some wave-like structures, but it completely ignored obstacles, resulting in density waves tunneling through them. I'm still working on the problem, but it appears that a change in approach may be necessary. Perhaps implementing a new training pipeline could be helpful, but I'm unsure at this point.

  • @adityaminz6771
    @adityaminz6771 Год назад

    I am a begineer in the field of machine learning and AI, I wanted to ask whether it is necessary for me to do DSA in python for ML and AI?

  • @matheusdardenne
    @matheusdardenne Год назад

    I was wondering if we could train neural networks to perform tasks such as ordering arrays. Ideally, after sufficient training, they could do it faster than the faster algorithms we have.

    • @shivavarunadicherla
      @shivavarunadicherla Год назад

      Such thing is not possible. The algorithms we have are hardcoded and already made by many great people. We can probably have the AI a look at it to optimize it even more, but no way is it possible that a function with least amount of instructions is slower than an AI with millions of parameters and unpredictability.

    • @matheusdardenne
      @matheusdardenne Год назад

      @@shivavarunadicherla
      Humans are "better" at sorting lists than computers are (we take less steps, even though the computer can make it faster). And we are better because we can quickly identify patterns in the list that allows us to optimally move parts around.
      A NN could take advantage of this. Being trained to recognize patterns in the lists and then optimally sorting it in a non-linear way (something no classic algorithm can do).
      Also, while complex neural networks can take millions of input parameters, the input-layer for such a neural network would be, literally, the array we're trying to sort, not millions (unless millions IS what we're trying to sort). It is also worth mention that, after trained, computing the activation function of each neuron is extremely fast.
      I'll try it out.

    • @shivavarunadicherla
      @shivavarunadicherla Год назад +1

      @@matheusdardenne I would like to see this in action. I would think there would be some situations where the AI might outperform a given algorithm while losing to an other algorithm, Since with AI we will be doing extra work in looking for patterns.In the end it might be dependent on the array we give it, Just as with different sorting algorithms converging faster on specific patterns of input

    • @matheusdardenne
      @matheusdardenne Год назад

      @@shivavarunadicherla
      Exactly. I think for sufficiently long arrays, where even the best classical algorithms suck, this pattern recognition could be helpful to make sorting it more efficient, even with the overhead of calculating the activation functions (not counting the training time, of course).

  • @JamesVestal-dz5qm
    @JamesVestal-dz5qm Год назад

    Solving ode!

  • @pesilaratnayake162
    @pesilaratnayake162 Год назад

    Looks promising. Do you predefine the mesh, or give guidelines about its properties? Also, is a 2D Navier-Stokes equation sufficient for modelling the flow around a cylinder? Typically, incompressible 2D flow can be modelled as a single PDE in terms of psi, where d psi/dy = u and d psi/dx /-v, and pressure is eliminated. However, I don't know whether physical systems, specifically very long ones where a 2D approximation is more reasonable, with vortex shedding would have significant velocity in the z direction. Do you have experience with or thoughts on this?

    • @pesilaratnayake162
      @pesilaratnayake162 Год назад

      Also, do you manually test the GCI by changing the number of nodes, or does the neural network handle that?

    • @computational_domain
      @computational_domain  Год назад +1

      1. I used the available data set from the literature, which contains the all the properties (points, velocity, pressure)
      2. Assuming the cylinder is long enough the flow can be approximated using 2D equations, as the effects of tip is marginal (especially in the middle of the cylinder)
      3. I suppose you are talking about the potential flows. This type of model only works for the irrotational flows. However, in case of the cylinder, there are viscous effects which result in the vorticity. Thus, it full Navier-Stokes equation should be considered in this problem.
      4. I just the same number of nodes as in the article I showed. I didn't really test it.
      I hope that answers the questions

    • @pesilaratnayake162
      @pesilaratnayake162 Год назад

      @@computational_domain thanks for the reply! Yeah I had a feeling that was the case, but had never delved too deeply into 3D Navier Stokes applications. Good work

  • @JamesVestal-dz5qm
    @JamesVestal-dz5qm Год назад

    Large language models and chat box my dad made those two connections.

  • @mariusj.2192
    @mariusj.2192 Год назад

    So did you train it such that the psi and the pressure predictions (or physical properties derived from those) match the numeric results produced by a PDE solver? Or did you train it such that the derivatives satisfy the navier stokes equations without prior calculation of numeric solutions as training labels?
    If it's the former (which it very much sounds like), I'm very interested in seeing how the latter would perform.

    • @computational_domain
      @computational_domain  Год назад

      I trained th model based on the velocity field produced by a CFD solver. The pressure field was obtained only from the NS equations.

    • @RahulSharma-sq1pf
      @RahulSharma-sq1pf Год назад

      @@computational_domain Is it possible to train the network by the second method mentioned by @Marius.J where we do not have any data on the velocities at the collocation points?

  • @mev23611
    @mev23611 Год назад

    выглядит оч жестко
    красавчик!

  • @lelexdi768
    @lelexdi768 Год назад +1

    hi, hello, i am struggling with a certain problem, can you perhaps teach a neural network how to pick up maidens? i was trying to do it manually for ages, i thought neural networks perhaps may be a relief in this matter, but my attempts were to no avail, please help me

  • @jasonyoon228
    @jasonyoon228 Год назад

    Do you have colab link?

  • @tonyhamster6742
    @tonyhamster6742 7 месяцев назад

    Hello, your code doesn't work. Can you help me?

  • @michaelupinhere
    @michaelupinhere Год назад +1

    Lower the music volume. You can barely hear you over that music

  • @MrStudent1978
    @MrStudent1978 Год назад

    I guess, the real power of PINNs lies in training the neural network without any training data.
    I have a question, when the neural network is trained, does the trained network work only for a certain geometry or it gets generalized?

    • @computational_domain
      @computational_domain  Год назад +1

      It only works for the specific case it was trained for.

    • @MrStudent1978
      @MrStudent1978 Год назад

      @@computational_domain let's say we have 2 regions. One is rectangular region and other is circular region. We have same PDE which describes physics of the problem. Even though PDE is same, I'll have to train the model for both the regions separately. Right ?

    • @astroid-ws4py
      @astroid-ws4py Год назад +1

      Neural network is just a generalized curve fitting. That’s it, And we fit it by training it for hours/days/month on huge amounts of data... It cannot understand something outside of its training/fitting data.

  • @MrTomyCJ
    @MrTomyCJ Год назад

    How fast or expensive is the network to execute? Can it run in real time or does it take some time to make the predictions? Thanks!

  • @zaneblood2681
    @zaneblood2681 Год назад

    What kind of grad student are you? What field? Physics, CS, Applied Math, Engineering? I want to do computational stuff like this in grad school and I have been accepted as a physics PhD, but I find that very few physicists actually do this stuff and it is more so in the other fields mentioned.

    • @computational_domain
      @computational_domain  Год назад +1

      I'm majoring is in Aerospace Engineering. Simulations like CFD, FEM or heat transfer are more of an engineering discipline, but there are some simulations/computational which are commonly used in physics/chemistry. For example you could delve into the Density Functional Theory (DFT) if you're planning to specialize in something like solid state physics.

    • @aadiduggal1860
      @aadiduggal1860 Год назад

      @@computational_domain Nice. Have you ever looked into surrogate modeling

  • @DanielTorres-gd2uf
    @DanielTorres-gd2uf Год назад

    So, did you consider overfitting here?

  • @mojo9Y7OsXKT
    @mojo9Y7OsXKT Год назад

    Interesting title but the background music forced to kill it early.

  • @alidashti3603
    @alidashti3603 Год назад

    Dear Adam, So nice introduction to PINN. I am trying to solve a heat conduction problem using PINN. Can I contact you regarding it? I went to your github repo but unfortunately I did not find any contact details.

    • @computational_domain
      @computational_domain  Год назад +1

      Hi Ali, yes sure you can send an email to thecomputationaldomain@gmail.com. I can have a look at it but I am not an expert on PINNs, so I might not be able to help.

  • @multiarray2320
    @multiarray2320 Год назад +2

    you have a polish accent. am i right?

  • @debuggers_process
    @debuggers_process Год назад

    Hi there! I have a keen interest in merging machine learning and physics simulations. In fact, I'm currently working on this very topic myself. Specifically, I'm attempting to utilize neural networks in tandem with my Lennard-Jones particle simulator to train the NN in fluid dynamics based on particle simulation data. However, I've found this task to be more challenging than I initially anticipated. I would be thrilled to chat with you about this topic and potentially gain some insights from your experience. If you're open to it, would you be interested in discussing this further via email?

  • @General12th
    @General12th Год назад +1

    The music is a little too loud compared to your voice.

  • @leosmi1
    @leosmi1 Год назад

    How did you trained without data???

    • @computational_domain
      @computational_domain  Год назад +1

      I used the data from CFD simulation to train the model

    • @leosmi1
      @leosmi1 Год назад

      @@computational_domain thank you!

  • @rogerzen8696
    @rogerzen8696 11 месяцев назад +1

    great topic, horrible audio 😨

  • @monsoon835
    @monsoon835 Год назад

    what are you studying in graduate school? i’m assuming you have taken some physics classes at some point? or are you just a curious comp sci major

    • @computational_domain
      @computational_domain  Год назад +2

      I'm studying Aerospace Engineering

    • @ROVA00
      @ROVA00 Год назад +1

      @@computational_domain I studied the same and I wish I would have put more effort in getting good at code.

    • @moomoosattack7063
      @moomoosattack7063 Год назад +3

      @@computational_domainOMG, IM SO EXCITED!!! I’m a senior rn, and got accepted for my major in AE, and even though I have no idea what happened in the video, I was entertained the whole time. GO AERO ✈️ 🚀💪🏽

  • @asparkdeity8717
    @asparkdeity8717 Год назад +1

    Remember to give me 1% of your $1,000,000 when u win it, for having someone who truly believes in u as being the one to solve the NS-Millennial Problem

    • @computational_domain
      @computational_domain  Год назад

      I could give you 99%, since I am certain that it's not gonna happen ;)

  • @prikarsartam
    @prikarsartam Год назад

    Is it possible to build a physics-and-social_response informed neural network that can simulate very accurately, human response at large scales?

  • @chipcoint9674
    @chipcoint9674 Год назад +1

    Am i the only one, who nearly can't understand the narrator because the music is so loud?

  • @giuseppepapari8870
    @giuseppepapari8870 Год назад +1

    The music is too loud, I struggle hearing your voice

  • @alvargd6771
    @alvargd6771 Год назад

    aaah the expanded form of the equations is so ugly