How to inspect learned parameters of the layer in Keras?
My current project includes training the deep neural network for natural text processing. I want to be able to see the learned parameters of the specific layer of the network after training will be finished. Is it possible to do this? I'm using tf.keras implementation of Keras.