Authoring
Explore my academic publications, technical articles, and written content.
E
Read
Evaluating and exporting scikit-learn metrics in a Keras callback
2022-02-10
This example shows how to use Keras callbacks to evaluate and export non-TensorFlow based metrics.
machine-learningkerasscikit-learn
C
Read
Customizing the convolution operation of a Conv2D layer
2022-01-20
This example shows how to implement custom convolution layers using the Conv.convolution_op() API.
machine-learningkerasdeep-learning
W
Read
Writing Keras Models With TensorFlow NumPy
2021-12-15
Overview of how to use the TensorFlow NumPy API to write Keras models.
Published on keras.io
machine-learningkerastensorflow