Skip to main content

How to develop hydrologic models with the help of AI ?


 The backbone of AI is Artificial Neural Network. 

A specific procedure is followed by the human brain to process and react to the situation presented to him/her. It is certain that if humans become intelligent by adopting that methodology then the model developed with the help of the same methodology will be intelligent models which can react based on situations and past experience of responding to them.

By intelligent we mean adaptive based on the situation presented. AI makes machines intelligent as AI follows the same methodology that is being followed by humans to react to the situation presented to them.

The model developed with the help of the same procedure will certainly be more efficient compared to the other available conventional models and also become more flexible as it changes with the data it is presented at the time of learning the inherent models. As a result, the models developed with AI can be used in any watershed although it is developed with the help of the data of a specific watershed. When data is changed model parameters changes and so is the prediction.

So AI can be used in the development of hydrological models but how?

Find a step by step introduction here :

https://hydroideas.blogspot.com/2021/05/reposted-how-to-predict-time-dependent.html

Thanking you,

Mrinmoy 

My ResearchGate Id : Mrinmoy_Majumder
Author of: Lecture Notes on MCDM

Comments

Popular posts from this blog

How to save money by adjusting your use of electronic appliances ?

In an average middle class household you can expect one or more desktop computer, television, refrigerators, microwave, cell phone etc. If you live in a typical U.S. home, your appliances and home electronics are responsible for about 20 percent of your energy bills. These appliances and electronics include everything from clothes washers and dryers, to computers, to water heaters. Steps below describe the methods to save energy and hence money by some changes in your use of those electronic appliances. Consider buying a laptop for your next computer upgrade; they use much less energy than desktop computers. There is a common misconception that screen savers reduce energy use by monitors; they do not. Automatic switching to sleep mode or manually turning monitors off is always the better energy-saving strategy. Make sure power management is activated on your computer. To maximize savings with a laptop, put the AC adapter on a power strip that can be turned off (or will turn off automat...

How to make software without code ?

Programming language like C, C++, Java or scripts like PHP, JavaScript help us to make ineractive applications that can easily accomplish repetitive works or complex goals. But can you build such applications without knowing any programming languages? Each application is based on data .Data is stored in a database. The programming languages take the data as required and with the data it performs the job it was instructed to do. So every application has a database and programming language to solve the problem. It also has interfaces that help a user to give the input of the problem and also to see the output of the same. MS Excel can also do the same. With MS Excel and a software called Spread Sheet Converter (earlier Excel Everywhere) anyone can develop a complete user friendly application. Everyone using a computer need to know MS Excel which is a simple application that helps a user to perform various calculation and store data in a table like interface. If you know Excel well then ...

How to create a shape file without the help of commercial software?

Shape files are so-called vector databases, describing the location of points (e.g., collecting locations), polylines (e.g., roads) or areas (or polygons, e.g., soil types, countries). A shape file actually consists of three separate files with the same name but with different extensions (SHP, SHX and DBF), but they are treated as one file. ESRI, a leading GIS software company. They were initially developed for use in ArcView, but now nearly all GIS programs can either directly use them, or import them. Shape files can be prepared with the help of any commercial software and also by some free software. Before going to the main tutorial a more detail concept of shape file is needed. Shape file mainly consist co-ordinates and value/s attached. By far the most accurate representation of elevations is done with shape files. In this case co-ordinates and elevation of that point is recorded in the shape file. For an example, try to answer the following question? How can a man who can not re...