The Keras Dense Layer

Ben Cook • Posted 2020-12-31 • Last updated 2021-03-24

The Keras dense layer can be a little confusing. This post will give you everything you need to start using it.

The Keras Custom Layer Explained

Ben Cook • Posted 2020-12-26 • Last updated 2021-03-24

Sometimes you need to define your own Keras custom layer. This tutorial explains how custom layers work for tensorflow>=1.7.0 (up to at least 2.4.0) which includes a fairly stable version of the Keras API.