The document proposes a deep learning approach for Twitter spam detection using self-taught learning. It uses an unsupervised sparse autoencoder to learn representations from unlabeled Twitter data, which are then used to initialize a softmax classifier trained on labeled data. Evaluation on a dataset of 1065 tweets finds the model achieves 86% accuracy, outperforming SVM, random forests, and naive Bayes classifiers. However, the dataset is limited in size. Future work aims to apply the model directly to raw Twitter data and improve performance.