felix

Step-by-step

Step by step recurrent neural network inference with Keras

We often use recurrent neural network architectures for use cases such as streaming, where we make a new prediction each time new information arrives. It’s common to give it a long context each time, which repeats work and is therefore computationally wasteful. In this blog post, I will illustrate multiple ways to perform inference step

Step by step recurrent neural network inference with Keras Read More »