Posts by Erick Santos • 13 points
2 posts
-
-1
votes2
answers60
viewsQ: Encrypt a python string
I wonder if there is any encryption algorithm where it is possible to choose which key or part of it will be used to encrypt/decrypt the message An example: mensagem = 'string qualquer' chave =…
-
1
votes1
answer29
viewsQ: Promote convolutional filters in tensorflow
I’m trying to visualize the filters of a neural network and I’m not getting to understand how to display the filters as images. I’m currently using the CIFAR10 base (32x32 color images). I’m using…