Some problems of neural networks #969
turbulence-vortex
started this conversation in
General
Replies: 2 comments
|
I wonder if your team has conducted any tests related to neural networks on the airfoil. I have noticed that it is extremely difficult to obtain satisfactory results on the airfoil. For instance, the field tends to become uniform, and the distribution of beta does not resemble the result obtained through decoupling. |
0 replies
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Dear professor He:
I have some problems:
1.When we come across:
Warning! output values are bounded between...When doing this, may I ask if the "bound" operation is included in the gradient of the backpropagation of dafoam? Since we want the value of beta to be as close as possible to the range we have set, rather than having a wide output range, I wonder if you have any good suggestions to avoid this issue occurring during the process.2.DAFom seems to use the method of inputting neural networks by individual grid cells, right? It is equivalent to batch size = 1. I think this might be a bit slow in large neural networks. Could we pass it in using a matrix format instead?
3.I have employed the coupled FI and ML as well as the decoupled FI and ML approaches for the same problem. The latter can better align with my goals, while the objective loss function of the former fails to decrease effectively. I'm not quite sure why this kind of experience occurred. I have tried changing the initial seed number and increasing the number of layers in the neural network, but neither approach has worked well. I wonder if your team has any good solutions when conducting the tests?
All reactions