omrjml
|
3 years ago
|
on: I have reached Vim nirvana
This sounds interesting. Would you mind sharing how exactly you have this setup?
omrjml
|
3 years ago
|
on: Why train when you can optimize?
Of course sine can appear in the solution for dynamical systems but the function itself is not dynamical. When evaluating sin(x) you do not need to know about the previous state.
omrjml
|
3 years ago
|
on: Why train when you can optimize?
Edit: should not be approximated
omrjml
|
3 years ago
|
on: Why train when you can optimize?
Periodic function like sin(x) are not a dynamical system so its previous state does not determine the current state. So it should be approximated in that way.
omrjml
|
4 years ago
|
on: Physics-Based Deep Learning Book
omrjml
|
4 years ago
|
on: Physics-Based Deep Learning Book
This does not appear to be the usual approach of training the neural network on tons of data from the physics simulation. Instead they use the actual physics equations to form the loss function, which is a far more robust way of creating such an emulator. So physics based deep learning title is appropriate.
omrjml
|
4 years ago
|
on: Tesla valve
omrjml
|
4 years ago
|
on: Show HN: PaperDelivery – fetch articles from your Twitter feed
That really resonated with me. I basically stopped using Twitter because of the reasons you outlined here. This tool, however, might make Twitter useful again for me!
omrjml
|
4 years ago
|
on: Satellites may have underestimated warming in the lower atmosphere
From the actual journal article: "Three further points are relevant to the question of whether the model-observed differences in
Figs. 10A-C are mainly due to underestimated observed tropospheric temperature trends or to an
overestimated satellite WV trend. First, independent estimates of tropospheric temperature change
from GPS radio occultation (RO) and radiosondes suggest that over the 2002 to 2018 period
of overlap between MSU/AMSU and GPS-RO, tropospheric warming is smaller in microwave
sounders than in GPS-RO or radiosondes (Steiner et al. 2020). Second, there is some evidence
that observational uncertainties may be smaller in satellite WV data than in satellite tropospheric
temperature data (Wentz 2013; see Section 2c). Third, when the individual trend components of
our four trend ratios are examined, the agreement between models and observations is better for
WV and SST trends than for TMT or TLT trends. These three lines of evidence, taken together with
the results of the RSS sensitivity tests, suggest that underestimated observed tropospheric warming
is plausible. This inference is predicated on the assumption that the model-based covariance
constraints are realistic."
omrjml
|
4 years ago
|
on: Physicists identify the engine powering black hole energy beams
The radiation is not pointed in the same direction as jets like a laser. There is bulk motion of the plasma in a given direction, but the radiation is emitted from particles that are moving in a different directions within that plasma. So the radiation spread is wider than the jet direction. Interestingly, depending on if the jet we are viewing is pointed towards us or not can impact on the radiation signature in the form of blue shift and red shift. If the orientation is just right, bits of jet appear to move faster than to the speed of light, but it's just a geometric effect.
omrjml
|
4 years ago
|
on: Physicists identify the engine powering black hole energy beams
There has been lost of theories to explain how jets from black hole systems form. New observations of light polarization from M87 jet show twisting magnetic field lines which suggest one of the theories might be right. That theory says that spinning black hole's energy can be extracted by these twisting magnetic field lines and therefore power these jets.
omrjml
|
4 years ago
|
on: Physicists identify the engine powering black hole energy beams
That's just one of the jets. In fact, I think only one side is observable as it pointed close to our direction, making the other side very difficult to observe.
omrjml
|
4 years ago
|
on: Unveiling our new Quantum AI campus
omrjml
|
4 years ago
|
on: Pfizer is testing a pill that, if successful, could cure Covid-19
Not all vaccines work the same way and it is not obvious what the long term impact of such a "flu pill" would be on our immune system. For example, I would like to know what would be the long term impact on children who do not get exposed to common colds while they are young. Would they go on to develop more autoimmune diseases. They might not, but it is a pretty big unknown.
omrjml
|
4 years ago
|
on: Fortran Package Manager
That's true, I keep forgetting about
https://lfortran.org/ Unfortunately in my experience the people I know who almost exclusively code in fortran are not really interested in jupyter notebooks.
omrjml
|
4 years ago
|
on: Fortran Package Manager
It depends on what you are doing. If it is numerical work with matrix operations, then Fortran is fast and pretty intuitive. Some of the annoyances come from dealing with legacy code and mixing it with modern standards.
omrjml
|
4 years ago
|
on: Pfizer is testing a pill that, if successful, could cure Covid-19
I am all for vaccines for really dangerous diseases, but we also need to get ill to keep our immune system active and healthy. For example, there are links between being in too clean an environment as a baby and then developing leukaemia. There is similar evidence for other autoimmune diseases.
https://www.sciencedaily.com/releases/2018/05/180521131746.h...
omrjml
|
5 years ago
|
on: Kalman Filter
Regarding dynamical systems, Neural ODEs hold promise as they are more analogous to the numerical solvers. I think with any dynamical system, purely data driven approach can be problematic because, as you say, the standard NN architectures are not great for it. You can however add physical constraints, e.g. minimize the Lagrangian as the objective function, to bring stability to these NN emulators.
omrjml
|
5 years ago
|
on: A Famous Black Hole Gets an Update
There are some complex dynamics that take place when mass transfer is happening. In these systems this is via Roche Lobe overflow (1) which depending on the masses of the objects can become unstable after a large mass transfer. But going back to your original point, I guess there may be some configuration that leads to what to you are suggesting. Might be an interesting thing to model to see if it is possible!
(1) https://en.m.wikipedia.org/wiki/Roche_lobe
omrjml
|
5 years ago
|
on: A Famous Black Hole Gets an Update
Yes, they would gain mass from feeding but not get 40% bigger while still in that binary configuration. So it seems these BHs start out bigger than previously assumed.