This document proposes a deep learning approach for detecting Android malware using autoencoders. It extracts five different feature sets from Android apps, including permissions, intent filters, API calls, additional APK files, and certificate information. These features are used to train an autoencoder model to classify apps as either benign or malicious. The methodology involves decompiling apps, extracting features, constructing the feature sets, training the autoencoder in a semi-supervised manner on labeled and unlabeled data, and testing the trained model. Experimental results show the proposed approach can identify malware with high accuracy.