Skip to content

Commit

Permalink
fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
maseology committed Jun 23, 2024
1 parent 9e35b9e commit a87bb75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ann/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $$
\hat{Q}_t = E \left\{ Q_t | Q_{t-1}, Q_{t-2}, \dots , Q_{t-n-1}, P_t, P_{t-1}, \dots , P_{t-n}, f(\cdot) \right\}
$$

where $\hat{Q}_t$ is the predicted discharge, $P$ is precipitation at time $t$, $Q_{t-1}$ is the dsicharge observe on the day previous, and $f(\cdot)$ is a sinusoidal function ranging from 0 to 1 at the winter and summer solstices, respectively. In all, there are $2n+1$ inputs and 1 output: Runoff. User selects the number of hidden dense layers and the number of nodes per layer.
where $\hat{Q}\_t$ is the predicted discharge, $P$ is precipitation at time $t$, $Q\_{t-1}$ is the dsicharge observe on the day previous, and $f(\cdot)$ is a sinusoidal function ranging from 0 to 1 at the winter and summer solstices, respectively. In all, there are $2n+1$ inputs and 1 output: Runoff. User selects the number of hidden dense layers and the number of nodes per layer.

### Training stage

Expand Down

0 comments on commit a87bb75

Please sign in to comment.