├── .gitignore ├── README.md ├── autoencoder_classifier.h5 └── autoencoder_classifier.ipynb /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran2367/autoencoder_classifier/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran2367/autoencoder_classifier/HEAD/README.md -------------------------------------------------------------------------------- /autoencoder_classifier.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran2367/autoencoder_classifier/HEAD/autoencoder_classifier.h5 -------------------------------------------------------------------------------- /autoencoder_classifier.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cran2367/autoencoder_classifier/HEAD/autoencoder_classifier.ipynb --------------------------------------------------------------------------------