Hacker News new | ask | show | jobs
by fnord77 715 days ago
> To model the state, we need to add three hidden layers to the network

Why 3?

And why use "h" for layer names?

1 comments

`h` is for "hidden" layers.