DiogenesAnalytics / autoencoder

Python library implementing various autoencoders.
https://colab.research.google.com/github/DiogenesAnalytics/autoencoder/blob/master/notebooks/demo/anomaly_detection.ipynb
MIT License
0 stars 0 forks source link

Feature: Visualization #19

Open DiogenesAnalytics opened 11 months ago

DiogenesAnalytics commented 11 months ago

Problem

Currently no methods for visualizing the input/output of a keras.Model autoencoder.

References