BS:1 Hidden Markov Models (HMMs): HMMs are statistical models where the system being modeled is assumed to be a Markov process with hidden states. The "hidden" aspect comes from our inability to directly observe the states. Instead, we have access to a set of observable variables that provide some information about the hidden states. In our case, the observable variables are sound data, and the hidden states represent the underlying process (like phonemes in speech) that generated these sounds. Here's a breakdown of what I did: 1️⃣ I created random 'sound' data sequences, intended to mimic the variations we encounter in actual speech patterns. This is the kind of data we need when working with Hidden Markov Models in a speech recognition context. 2️⃣ I employed the hmmlearn Python library to train a Gaussian Hidden Markov Model on this sound data. The aim here is to uncover the 'hidden' states that generate the observed sound data - a crucial step in any...
Summary of my recent publication titled "Performance Evaluation of Lumped Conceptual Rainfall-Runoff Genie Rural (GR) Hydrological Models for Streamflow Simulation"
As a hydrologist, I recently conducted a study to evaluate the performance of three lumped conceptual rainfall-runoff models, GR4J, GR5J, and GR6J, in estimating runoff in a sub-basin of the Bharathapuzha river basin in Kerala. Our findings showed that the GR4J model performed better than the GR5J and GR6J models in estimating streamflow. During the validation period, the NSE and R values were better than those during the calibration period for all three GR models. While the PBIAS values during the calibration period were better than those during the validation period for all three GR models, all three models showed a negative value of PBIAS in both calibration and validation periods, indicating an overestimation of streamflow by the models. Furthermore, we found that the GR4J model overestimated streamflow the least in both the calibration and validation periods. In addition, the GR4J and GR6J models outperformed the GR5J model in terms of NSE, PBIAS, and R values. Overall, our e...