Skip to content
Snippets Groups Projects
Commit 6e25b06a authored by enyij2's avatar enyij2
Browse files

Update README.md with present results

parent 9316d44f
No related branches found
No related tags found
No related merge requests found
# ML_CFD
This is for the independent study for training the turbulence data for deep learning methods.
\ No newline at end of file
This is for the independent study for training the turbulence data for deep learning methods.
* ResNet
<br> Not suit for training regression for a limited amount of data. Easy to cause overfitting problem.
* VGG
<br> Performs better than ResNet when using some parts of the nets (not all the stages of convolutional process). Target 2 is much easier to train which Target 1 is not performing good enough.
* AlexNet
<br> At present the best choice. After doing the power transformation to the input target,
the distribution of the data becomes better and both Target 1 and 2 are closer to converge now.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment