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: Network Architecture Search #41

Open DiogenesAnalytics opened 9 months ago

DiogenesAnalytics commented 9 months ago

Problem

Would be nice to be able to actually search through possible autoencoder architectures without knowing specifics of what it should or should not be.

Solution

An algorithm that can essentially "build" and "evaluate" different architectures (e.g. NEAT, WANN).

References