Skip to content

Instantly share code, notes, and snippets.

View farizrahman4u's full-sized avatar
🏠
Working from home

Fariz Rahman farizrahman4u

🏠
Working from home
View GitHub Profile
from keras.layers import Recurrent
from keras.models import Sequential
from keras import backend as K
def _isRNN(layer):
return issubclass(layer.__class__, Recurrent)
def _zeros(shape):
@EderSantana
EderSantana / CATCH_Keras_RL.md
Last active October 16, 2023 08:32
Keras plays catch - a single file Reinforcement Learning example