I used a neural network which contains an embedding layer.
I converted my datset, which consists out of multiple files that contains sentences, with a Tokenizer to vectors and fed them to the network as training input. After the embedding layer I got a CNN. How can I know get the trained input vectors back for plotting purposes?