# Adv-ALSTM **Repository Path**: MyAnonymousSubmission/Adv-ALSTM ## Basic Information - **Project Name**: Adv-ALSTM - **Description**: paper research data - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-12-06 - **Last Updated**: 2022-12-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Adv-ALSTM Code for paper "Enhancing Stock Movement Prediction with Adversarial Training" IJCAI 2019 # Requirements Python 3.6.1 Tensorflow 1.8.0 Numpy 1.14.5 To run the proposed Adv-ALSTM, ALSTM, and LSTM on the ACL18 and KDD17 dataset, run the commands in the hyperparameter file. # Reference For usage of this code, please cite our paper ``` @article{feng2019enhancing, title={Enhancing Stock Movement Prediction with Adversarial Training}, author={Feng, Fuli and Chen, Huimin and He, Xiangnan and Ding, Ji and Sun, Maosong and Chua, Tat-Seng}, journal={IJCAI}, year={2019} } ```