Accurate, Efficient, and Explainable Deep Learning Approaches for Environmental Science Problems
Pith reviewed 2026-05-20 07:56 UTC · model grok-4.3
The pith
Deep learning models deliver accurate, efficient, and explainable solutions for flood prediction, weather forecasting, and environmental question answering.
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The dissertation claims that specialized deep learning architectures can simultaneously achieve accuracy, efficiency, and explainability across environmental tasks where physics-based methods fall short: FIDLAr outperforms baselines in accuracy and efficiency for water level forecasting and management in a South Florida coastal system while providing interpretable outputs; CoDiCast, a conditional diffusion model, achieves accurate and efficient probabilistic weather forecasts with uncertainty quantification; Hypercube-RAG, built on a structured text cube, exhibits accuracy, efficiency, and explainability at once for scientific question answering in environmental science.
What carries the argument
The key machinery consists of three tailored deep learning constructions: a forecast-informed model for water level control, a conditional diffusion model for probabilistic prediction, and a hypercube-structured retrieval-augmented generation system that retrieves domain knowledge to ground answers.
If this is right
- FIDLAr enables real-time water level management in flood-prone coastal areas where physics simulations are too slow.
- CoDiCast supplies probabilistic weather forecasts that include uncertainty measures for improved planning.
- Hypercube-RAG reduces hallucinations in answers to environmental science questions by grounding outputs in retrieved domain knowledge.
- The three approaches together reduce dependence on computationally heavy traditional models for operational environmental decisions.
Where Pith is reading between the lines
- If the models generalize beyond the tested regions, they could form the basis for operational environmental intelligence systems worldwide.
- Combining these data-driven methods with select physical constraints could produce hybrid models that are both faster and more robust.
- The structured retrieval idea in Hypercube-RAG might transfer to question answering in other data-rich scientific fields facing similar knowledge gaps.
Load-bearing premise
The proposed deep learning architectures can capture the governing dynamics of complex environmental systems like extreme rainfall, sea level changes, and global atmospheric patterns well enough to outperform physics-based models without added physical constraints.
What would settle it
Running FIDLAr or CoDiCast on a new extreme rainfall or weather event outside the training distribution and finding prediction errors larger than those from established physics models would falsify the performance claims.
Figures
read the original abstract
Environmental science plays a pivotal role in safeguarding ecosystems, a domain driven by large-scale, heterogeneous data. In the big data era, artificial intelligence (AI) has emerged as a transformative tool for learning patterns and supporting decision-making. This dissertation develops AI-based approaches tailored to complex environmental science problems to achieve Environmental Intelligence, studying three specific challenges. First, we focus on flood prediction and management in coastal river systems. Conventional physics-based models are computationally intensive, limiting real-time application. To overcome this, we propose a deep learning (DL)-based model, WaLeF, for water level forecasting, and a forecast-informed DL model, FIDLAr, to manage water levels. Evaluated in a flood-prone coastal system in South Florida characterized by extreme rainfall and sea level fluctuations, FIDLAr outperforms baselines in accuracy and efficiency while providing interpretable outputs. Second, we target global weather prediction, which is challenged by massive data scale. Traditional physics methods are deterministic and computationally heavy. We propose CoDiCast, a conditional diffusion model tailored for probabilistic weather forecasting. Adapted from generative AI for predictive tasks, experiments show CoDiCast achieves accurate, efficient forecasts with explicit uncertainty quantification. Lastly, we address scientific question-answering in environmental science. When answering in-domain questions, large language models (LLMs) often suffer from hallucinations due to out-of-date or limited knowledge. While retrieval-augmented generation (RAG) retrieves domain-specific knowledge, existing methods trade off accuracy, efficiency, or explainability. We propose Hypercube-RAG, built on a structured text cube framework, which successfully exhibits all three properties simultaneously.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The manuscript develops three deep learning approaches for environmental science challenges: WaLeF and FIDLAr for real-time water level forecasting and flood management in a South Florida coastal system, CoDiCast as a conditional diffusion model for probabilistic global weather forecasting, and Hypercube-RAG as a structured text-cube retrieval-augmented generation framework for domain-specific scientific question answering. The central claims are that these methods deliver improved accuracy and efficiency over physics-based baselines while adding interpretability or uncertainty quantification, without relying on conventional physical constraints.
Significance. If the empirical results hold under rigorous scrutiny, the work could support more scalable Environmental Intelligence tools for real-time decision support in flood management and weather prediction, with Hypercube-RAG addressing hallucination issues in LLMs for scientific QA. The explicit uncertainty in CoDiCast and explainability focus in Hypercube-RAG are positive differentiators from standard DL applications. However, the significance depends on whether data-driven models can reliably capture heterogeneous environmental dynamics without introducing non-physical artifacts.
major comments (3)
- [Abstract and §3] Abstract and §3 (FIDLAr): The claim that FIDLAr outperforms physics-based models in accuracy and efficiency for extreme rainfall and sea-level scenarios is presented without reported checks for physical consistency (e.g., mass conservation in water-level predictions or adherence to known hydrodynamic bounds during out-of-distribution events). Standard accuracy metrics alone do not rule out non-physical artifacts, which is load-bearing for the assertion that the architecture reliably learns governing dynamics from data alone.
- [§4] §4 (CoDiCast): The probabilistic forecasts are stated to provide explicit uncertainty quantification, yet the evaluation lacks calibration diagnostics (e.g., reliability diagrams or comparison against physics ensemble spreads) or long-horizon stability tests. This undermines the claim of accurate, efficient forecasts as a direct alternative to deterministic physics methods, especially given the skeptic concern about non-stationary drivers.
- [§5] §5 (Hypercube-RAG): While the structured text-cube framework is said to achieve accuracy, efficiency, and explainability simultaneously, the manuscript does not quantify the trade-off resolution (e.g., via ablation on retrieval latency vs. explanation fidelity or hallucination rate on held-out environmental queries). Without these metrics, the simultaneous achievement remains an unverified assertion.
minor comments (2)
- Dataset details (size, temporal resolution, train/test splits) for the South Florida flood case and global weather benchmarks should be tabulated for reproducibility.
- Notation for the conditional diffusion process in CoDiCast should be aligned with standard diffusion literature to avoid ambiguity in the forward/reverse steps.
Simulated Author's Rebuttal
We thank the referee for their constructive comments on our manuscript arXiv:2605.19366. We address each of the major comments point by point below, indicating the revisions we plan to make.
read point-by-point responses
-
Referee: [Abstract and §3] Abstract and §3 (FIDLAr): The claim that FIDLAr outperforms physics-based models in accuracy and efficiency for extreme rainfall and sea-level scenarios is presented without reported checks for physical consistency (e.g., mass conservation in water-level predictions or adherence to known hydrodynamic bounds during out-of-distribution events). Standard accuracy metrics alone do not rule out non-physical artifacts, which is load-bearing for the assertion that the architecture reliably learns governing dynamics from data alone.
Authors: We recognize the referee's concern regarding the verification of physical consistency in our data-driven FIDLAr model. Although the model is designed to learn from data without explicit physical constraints, as stated in the manuscript, the superior performance on real observational data from the South Florida system provides indirect evidence of consistency. However, to directly address this, we will incorporate explicit physical consistency checks, such as mass conservation analysis and adherence to hydrodynamic bounds for extreme events, in the revised manuscript. revision: yes
-
Referee: [§4] §4 (CoDiCast): The probabilistic forecasts are stated to provide explicit uncertainty quantification, yet the evaluation lacks calibration diagnostics (e.g., reliability diagrams or comparison against physics ensemble spreads) or long-horizon stability tests. This undermines the claim of accurate, efficient forecasts as a direct alternative to deterministic physics methods, especially given the skeptic concern about non-stationary drivers.
Authors: We appreciate this observation on the evaluation of CoDiCast. To strengthen the claims of accurate probabilistic forecasting with explicit uncertainty quantification, we will add calibration diagnostics including reliability diagrams and comparisons to physics-based ensemble spreads. We will also include long-horizon stability tests to assess performance under non-stationary conditions, thereby providing a more rigorous validation against the concerns raised. revision: yes
-
Referee: [§5] §5 (Hypercube-RAG): While the structured text-cube framework is said to achieve accuracy, efficiency, and explainability simultaneously, the manuscript does not quantify the trade-off resolution (e.g., via ablation on retrieval latency vs. explanation fidelity or hallucination rate on held-out environmental queries). Without these metrics, the simultaneous achievement remains an unverified assertion.
Authors: We agree that quantifying the resolution of trade-offs is essential to support the claims for Hypercube-RAG. In the revised manuscript, we will include additional ablation studies that measure retrieval latency against explanation fidelity and hallucination rates on held-out environmental queries. This will provide concrete evidence of how the structured text-cube framework achieves the three properties simultaneously. revision: yes
Circularity Check
No significant circularity; claims rest on empirical evaluations of proposed models
full rationale
The paper proposes three new deep learning architectures (FIDLAr for flood management, CoDiCast for probabilistic weather forecasting, and Hypercube-RAG for scientific QA) and reports their performance via experiments on environmental datasets. No mathematical derivations, equations, or first-principles chains are presented in the abstract or described methods; outperformance claims are framed as direct empirical outcomes against baselines rather than reductions to fitted parameters or self-referential definitions. No load-bearing self-citations, uniqueness theorems, or ansatzes smuggled via prior work are invoked to justify core results. The work is self-contained against external benchmarks and does not exhibit any of the enumerated circularity patterns.
Axiom & Free-Parameter Ledger
Lean theorems connected to this paper
-
IndisputableMonolith/Cost/FunctionalEquation.leanwashburn_uniqueness_aczel unclear?
unclearRelation between the paper passage and the cited Recognition theorem.
FIDLAR … WaLeF … CoDiCast … Hypercube-RAG … deep learning (DL)-based model … conditional diffusion model … structured text cube framework
-
IndisputableMonolith/Foundation/RealityFromDistinction.leanreality_from_one_distinction unclear?
unclearRelation between the paper passage and the cited Recognition theorem.
no physics constraints … data-driven approximations
What do these tags mean?
- matches
- The paper's claim is directly supported by a theorem in the formal canon.
- supports
- The theorem supports part of the paper's argument, but the paper may add assumptions or extra steps.
- extends
- The paper goes beyond the formal theorem; the theorem is a base layer rather than the whole result.
- uses
- The paper appears to rely on the theorem as machinery.
- contradicts
- The paper's claim conflicts with a theorem or certificate in the canon.
- unclear
- Pith found a possible connection, but the passage is too broad, indirect, or ambiguous to say the theorem truly supports the claim.
Reference graph
Works this paper leans on
-
[1]
Flood risk assessment of the population in
Ikram, Qiyamud Din and Jamalzi, Abdur Rashid and Hamidi, Abdur Rahim and Ullah, Irfan and Shahab, Muhmmad , journal=. Flood risk assessment of the population in. 2024 , publisher=
work page 2024
-
[2]
Natural hazards-impacts, adjustments and resilience , pages=
Flood disaster hazards; causes, impacts and management: a state-of-the-art review , author=. Natural hazards-impacts, adjustments and resilience , pages=. 2021 , publisher=
work page 2021
-
[3]
Nature Reviews Earth & Environment , volume=
Causes, impacts and patterns of disastrous river floods , author=. Nature Reviews Earth & Environment , volume=. 2021 , publisher=
work page 2021
-
[4]
The state of the art in deep learning applications, challenges, and future prospects:
Kumar, Vijendra and Azamathulla, Hazi Md and Sharma, Kul Vaibhav and Mehta, Darshan J and Maharaj, Kiran Tota , journal=. The state of the art in deep learning applications, challenges, and future prospects:. 2023 , publisher=
work page 2023
-
[5]
Strategic storm flood evacuation planning for large coastal cities enables more effective transfer of elderly populations , author=. Nature Water , pages=. 2024 , publisher=
work page 2024
-
[6]
Proceedings of the 2023 SIAM International Conference on Data Mining (SDM) , pages=
Physics-guided meta-learning method in baseflow prediction over large regions , author=. Proceedings of the 2023 SIAM International Conference on Data Mining (SDM) , pages=. 2023 , organization=
work page 2023
-
[7]
International Journal of Disaster Risk Reduction , volume=
Physics-based simulations of multiple natural hazards for risk-sensitive planning and decision making in expanding urban regions , author=. International Journal of Disaster Risk Reduction , volume=. 2023 , publisher=
work page 2023
-
[8]
Machine learning for metal additive manufacturing:
Guo, Shenghan and Agarwal, Mohit and Cooper, Clayton and Tian, Qi and Gao, Robert X and Grace, Weihong Guo and Guo, YB , journal=. Machine learning for metal additive manufacturing:. 2022 , publisher=
work page 2022
-
[9]
Results in Engineering , volume=
A review of physics-based machine learning in civil engineering , author=. Results in Engineering , volume=. 2022 , publisher=
work page 2022
-
[10]
Differentiable modeling to unify machine learning and physical models and advance Geosciences , author=. arXiv preprint arXiv:2301.04027 , year=
-
[11]
Digital twins for electro-physical, chemical, and photonic processes , author=. CIRP Annals , volume=. 2023 , publisher=
work page 2023
-
[12]
Journal of hydrologic engineering , volume=
An overview of flood concepts, challenges, and future directions , author=. Journal of hydrologic engineering , volume=. 2022 , publisher=
work page 2022
-
[13]
Journal of Hydroinformatics , volume=
Optimisation of a fuzzy logic-based local real-time control system for mitigation of sewer flooding using genetic algorithms , author=. Journal of Hydroinformatics , volume=. 2020 , publisher=
work page 2020
-
[14]
Leon, Arturo S and Tang, Yun and Qin, Li and Chen, Duan , journal=. A. 2020 , publisher=
work page 2020
-
[15]
Review on model predictive control:
Schwenzer, Max and Ay, Muzaffer and Bergs, Thomas and Abel, Dirk , journal=. Review on model predictive control:. 2021 , publisher=
work page 2021
-
[16]
Recent achievements in model predictive control techniques for industrial motor: A comprehensive state-of-the-art , author=. IEEE Access , volume=. 2021 , publisher=
work page 2021
-
[17]
npj Computational Materials , volume=
Recent advances and applications of deep learning methods in materials science , author=. npj Computational Materials , volume=. 2022 , publisher=
work page 2022
-
[18]
Xu, Yongjun and Liu, Xin and Cao, Xin and Huang, Changping and Liu, Enke and Qian, Sen and Liu, Xingchen and Wu, Yanjun and Dong, Fengliang and Qiu, Cheng-Wei and others , journal=. Artificial intelligence:. 2021 , publisher=
work page 2021
-
[19]
International Journal of Machine Learning and Cybernetics , volume=
Recent advances in deep learning , author=. International Journal of Machine Learning and Cybernetics , volume=. 2020 , publisher=
work page 2020
-
[20]
International conference on engineering applications of neural networks , pages=
A robust, quantization-aware training method for photonic neural networks , author=. International conference on engineering applications of neural networks , pages=. 2022 , organization=
work page 2022
-
[21]
Proceedings of the IEEE , year=
Training spiking neural networks using lessons from deep learning , author=. Proceedings of the IEEE , year=
-
[22]
Towards explainable deep neural networks (x
Angelov, Plamen and Soares, Eduardo , journal=. Towards explainable deep neural networks (x. 2020 , publisher=
work page 2020
-
[23]
Possibilities and apprehensions in the landscape of artificial intelligence in education , author=. 2021 International Conference on Computational Intelligence and Computing Applications (ICCICA) , pages=. 2021 , organization=
work page 2021
-
[24]
Assessment of inundation risk in urban floods using
Rangari, Vinay Ashok and Umamahesh, NV and Bhatt, CM , journal=. Assessment of inundation risk in urban floods using. 2019 , publisher=
work page 2019
-
[25]
Dasallas, Lea and Kim, Yeonsu and An, Hyunuk , journal=. Case study of. 2019 , publisher=
work page 2019
-
[26]
Iosub, Marina and Minea, I and Hapciuc, Oana and Romanescu, GH , journal=. The use of
-
[27]
Shaikh, Arbaaz Aziz and Pathan, Azazkhan Ibrahimkhan and Waikhom, Sahita Ibopishak and Agnihotri, Prasit Girish and Islam, Md Nazrul and Singh, Sudhir Kumar , journal=. Application of latest. 2023 , publisher=
work page 2023
-
[28]
Simulation of one-dimensional dam-break flood routing based on
Mo, Chongxun and Shen, Yue and Lei, Xingbi and Ban, Huazhen and Ruan, Yuli and Lai, Shufeng and Cen, Weiyan and Xing, Zhenxiang , journal=. Simulation of one-dimensional dam-break flood routing based on. 2023 , publisher=
work page 2023
-
[29]
Modeling flash floods in ungauged mountain catchments of
Ragettli, Silvan and Zhou, Jian and Wang, Haijing and Liu, Changjun and Guo, Liang , journal=. Modeling flash floods in ungauged mountain catchments of. 2017 , publisher=
work page 2017
-
[30]
Water Resources Management , volume=
Improvement of best first decision trees using bagging and dagging ensembles for flood probability mapping , author=. Water Resources Management , volume=. 2020 , publisher=
work page 2020
-
[31]
Lee, Sunmin and Kim, Jeong-Cheol and Jung, Hyung-Sup and Lee, Moung Jin and Lee, Saro , journal=. Spatial prediction of flood susceptibility using random-forest and boosted-tree models in Seoul metropolitan city,. 2017 , publisher=
work page 2017
-
[32]
Daily forecasting of dam water levels: comparing a support vector machine (
Hipni, Afiq and El-shafie, Ahmed and Najah, Ali and Karim, Othman Abdul and Hussain, Aini and Mukhlisin, Muhammad , journal=. Daily forecasting of dam water levels: comparing a support vector machine (. 2013 , publisher=
work page 2013
-
[33]
Essam, Yusuf and Huang, Yuk Feng and Ng, Jing Lin and Birima, Ahmed H and Ahmed, Ali Najah and El-Shafie, Ahmed , journal=. Predicting streamflow in. 2022 , publisher=
work page 2022
-
[34]
Exploring temporal dynamics of river discharge using univariate long short-term memory (
Mehedi, Md Abdullah Al and Khosravi, Marzieh and Yazdan, Munshi Md Shafwat and Shabanian, Hanieh , journal=. Exploring temporal dynamics of river discharge using univariate long short-term memory (. 2022 , publisher=
work page 2022
-
[35]
Li, Peifeng and Zhang, Jin and Krebs, Peter , journal=. Prediction of flow based on a. 2022 , publisher=
work page 2022
- [36]
-
[37]
Journal of Hydrology , volume=
Exploring real-time control of stormwater systems for mitigating flood risk due to sea level rise , author=. Journal of Hydrology , volume=. 2020 , publisher=
work page 2020
-
[38]
Journal of Hydrology , volume=
An integrated optimization and rule-based approach for predictive real time control of urban stormwater management systems , author=. Journal of Hydrology , volume=. 2019 , publisher=
work page 2019
-
[39]
2018 IEEE 43rd Conference on Local Computer Networks Workshops (LCN Workshops) , pages=
A belief rule based flood risk assessment expert system using real time sensor data streaming , author=. 2018 IEEE 43rd Conference on Local Computer Networks Workshops (LCN Workshops) , pages=. 2018 , organization=
work page 2018
-
[40]
Model based decision support systems , author=. Modeling, Control and Optimization of Water Systems: Systems Engineering Methods for Control and Decision Making Tasks , pages=. 2016 , publisher=
work page 2016
-
[41]
Delaney, Chris J and Hartman, Robert K and Mendoza, John and Dettinger, Michael and Delle Monache, Luca and Jasperse, Jay and Ralph, F Martin and Talbot, Cary and Brown, James and Reynolds, David and others , journal=. Forecast informed reservoir operations using ensemble streamflow predictions for a multipurpose reservoir in. 2020 , publisher=
work page 2020
-
[42]
Machine-learning algorithms for forecast-informed reservoir operation (
Zarei, Manizhe and Bozorg-Haddad, Omid and Baghban, Sahar and Delpasand, Mohammad and Goharian, Erfan and Lo. Machine-learning algorithms for forecast-informed reservoir operation (. Scientific reports , volume=. 2021 , publisher=
work page 2021
-
[43]
Sadler, Jeffrey M and Goodall, Jonathan L and Behl, Madhur and Morsy, Mohamed M and Culver, Teresa B and Bowes, Benjamin D , journal=. Leveraging open source software and parallel computing for model predictive control of urban drainage systems using. 2019 , publisher=
work page 2019
-
[44]
Journal of Water Resources Planning and Management , volume=
Combining model predictive control with a reduced genetic algorithm for real-time flood control , author=. Journal of Water Resources Planning and Management , volume=. 2018 , publisher=
work page 2018
-
[45]
Dimension reduction of decision variables for multireservoir operation:
Chen, Duan and Leon, Arturo S and Gibson, Nathan L and Hosseini, Parnian , journal=. Dimension reduction of decision variables for multireservoir operation:. 2016 , publisher=
work page 2016
-
[46]
Dynamic framework for intelligent control of river flooding:
Leon, Arturo S and Kanashiro, Elizabeth A and Valverde, Rachelle and Sridhar, Venkataramana , journal=. Dynamic framework for intelligent control of river flooding:. 2014 , publisher=
work page 2014
-
[47]
Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
High-resolution image synthesis with latent diffusion models , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
-
[48]
International conference on machine learning , pages=
Learning transferable visual models from natural language supervision , author=. International conference on machine learning , pages=. 2021 , organization=
work page 2021
-
[49]
Hierarchical Text-Conditional Image Generation with CLIP Latents
Hierarchical text-conditional image generation with clip latents , author=. arXiv preprint arXiv:2204.06125 , volume=
work page internal anchor Pith review Pith/arXiv arXiv
-
[50]
Advances in neural information processing systems , volume=
Photorealistic text-to-image diffusion models with deep language understanding , author=. Advances in neural information processing systems , volume=
-
[51]
The quiet revolution of numerical weather prediction , author=. Nature , volume=. 2015 , publisher=
work page 2015
-
[52]
Quarterly Journal of the Royal Meteorological Society , volume=
Analysis methods for numerical weather prediction , author=. Quarterly Journal of the Royal Meteorological Society , volume=. 1986 , publisher=
work page 1986
-
[53]
Visibility forecasting using autoregressive integrated moving average (
Salman, Afan Galih and Kanigoro, Bayu , journal=. Visibility forecasting using autoregressive integrated moving average (. 2021 , publisher=
work page 2021
-
[54]
Use of the autoregressive integrated moving average (
Lai, Yuchuan and Dzombak, David A , journal=. Use of the autoregressive integrated moving average (
-
[55]
The effectiveness of extreme rainfall alerts in predicting surface water flooding in
Hurford, AP and Priest, SJ and Parker, DJ and Lumbroso, DM , journal=. The effectiveness of extreme rainfall alerts in predicting surface water flooding in. 2012 , publisher=
work page 2012
-
[56]
Pathak, Jaideep and Subramanian, Shashank and Harrington, Peter and Raja, Sanjeev and Chattopadhyay, Ashesh and Mardani, Morteza and Kurth, Thorsten and Hall, David and Li, Zongyi and Azizzadenesheli, Kamyar and others , journal=. Fourcastnet:
-
[57]
International Journal of Computer and Systems Engineering , volume=
Time Series Forecasting Using Various Deep Learning Models , author=. International Journal of Computer and Systems Engineering , volume=
-
[58]
Deep learning models for water stage predictions in
Shi, Jimeng and Yin, Zeda and Myana, Rukmangadh and Ishtiaq, Khandker and John, Anupama and Obeysekera, Jayantha and Leon, Arturo and Narasimhan, Giri , journal=. Deep learning models for water stage predictions in
-
[59]
arXiv preprint arXiv:2310.07631 , year=
Graph Transformer Network for Flood Forecasting with Heterogeneous Covariates , author=. arXiv preprint arXiv:2310.07631 , year=
-
[60]
arXiv preprint arXiv:2310.19166 , year=
The Power of Explainability in Forecast-Informed Deep Learning Models for Flood Mitigation , author=. arXiv preprint arXiv:2310.19166 , year=
-
[61]
Simulation of Flood Inundation Extent by Integration of
Debbarma, Sagar and Dey, Subhajit and Bandyopadhyay, Arnab and Bhadra, Aditi , journal=. Simulation of Flood Inundation Extent by Integration of. 2024 , publisher=
work page 2024
-
[62]
Advances in neural information processing systems , volume=
Masked autoencoders as spatiotemporal learners , author=. Advances in neural information processing systems , volume=
-
[63]
Acute health risks to community hand-pumped groundwater supplies following
Rivett, Michael O and Tremblay-Levesque, Laurent-Charles and Carter, Ruth and Thetard, Rudi CH and Tengatenga, Morris and Phoya, Ann and Mbalame, Emma and Mchilikizo, Edwin and Kumwenda, Steven and Mleta, Prince and others , journal=. Acute health risks to community hand-pumped groundwater supplies following. 2022 , publisher=
work page 2022
-
[64]
Modeling unsteady and steady 1
Gomes Jr, Marcus N and R. Modeling unsteady and steady 1. Environmental Modelling & Software , volume=. 2023 , publisher=
work page 2023
-
[65]
Hydrology and Earth System Sciences Discussions , volume=
Deep learning methods for flood mapping: a review of existing applications and future research directions , author=. Hydrology and Earth System Sciences Discussions , volume=. 2022 , publisher=
work page 2022
-
[66]
Drivers of tidal flow variability in the
Rahman, Motiur and Ali, Md Shahjahan , journal=. Drivers of tidal flow variability in the. 2024 , publisher=
work page 2024
-
[67]
Water Resources Research , volume=
Development of a fast and accurate hybrid model for floodplain inundation simulations , author=. Water Resources Research , volume=. 2023 , publisher=
work page 2023
-
[68]
Journal of Hydroinformatics , volume=
Urban flash flood forecast using support vector machine and numerical simulation , author=. Journal of Hydroinformatics , volume=. 2018 , publisher=
work page 2018
-
[69]
Science of the Total Environment , volume=
An ensemble prediction of flood susceptibility using multivariate discriminant analysis, classification and regression trees, and support vector machines , author=. Science of the Total Environment , volume=. 2019 , publisher=
work page 2019
-
[70]
Regional inundation forecasting using machine learning techniques with the internet of things , author=. Water , volume=. 2020 , publisher=
work page 2020
-
[71]
Reviews of Geophysics , volume=
Recent advances and new frontiers in riverine and coastal flood modeling , author=. Reviews of Geophysics , volume=. 2023 , publisher=
work page 2023
-
[72]
Environmental Modelling & Software , volume=
A rapid flood inundation modelling framework using deep learning with spatial reduction and reconstruction , author=. Environmental Modelling & Software , volume=. 2021 , publisher=
work page 2021
-
[73]
Flood inference simulation using surrogate modelling for the
Castro-Gama, Mario E and Popescu, Ioana and Li, Shengyang and Mynett, Arthur and van Dam, Arthur , journal=. Flood inference simulation using surrogate modelling for the. 2014 , publisher=
work page 2014
- [74]
-
[75]
Journal of Hydroinformatics , volume=
Flood mitigation in coastal urban catchments using real-time stormwater infrastructure control and reinforcement learning , author=. Journal of Hydroinformatics , volume=. 2021 , publisher=
work page 2021
-
[76]
Schwanenberg, D and Becker, BPJ and Xu, M , journal=. The open real-time control (. 2015 , publisher=
work page 2015
-
[77]
An overview of gradient descent optimization algorithms
An overview of gradient descent optimization algorithms , author=. arXiv preprint arXiv:1609.04747 , year=
work page internal anchor Pith review Pith/arXiv arXiv
-
[78]
South Florida Water Management District , howpublished =
-
[79]
Advances in neural information processing systems , volume=
Attention is all you need , author=. Advances in neural information processing systems , volume=
-
[80]
Rolling window time series prediction using
Li, Lei and Noorian, Farzad and Moss, Duncan JM and Leong, Philip HW , booktitle=. Rolling window time series prediction using. 2014 , organization=
work page 2014
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.