Blog post on using Julia and ChatGPT to solve a challenging geo-science problem.
The post is almost completely a dialog between ChatGPT prompts and ChatGPT replies. I took the code it generated and ran and added in the results or charts as appropriate.
Couple geo-science articles I wrote on applying Julia Flux NN library to geophysical fluid dynamics, one on modeling ENSO which is El Nino cycles, and the other is on AMO which is part of the reason for the high sea surface temperature observed in the North Atlantic currently.
This shows the power of cross-validation techniques,as you can see how the fit extrapolates well outside of the training interval. Now I understand why NN work adequately for fluid dynamics, in that they are trying to capture the non-linear Taylor series expansion of the solution.