├── README.md ├── 传统技术面算法 ├── Moving_Average.py └── Relative_strength_index.py ├── 回测.py └── 机器学习算法 ├── AutoARIMA.py ├── LSTM.py ├── Prophet.py ├── SVM.py └── kNN.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GERMINO-LiuHe/A-stock-prediction-algorithm-based-on-machine-learning/HEAD/README.md -------------------------------------------------------------------------------- /传统技术面算法/Moving_Average.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GERMINO-LiuHe/A-stock-prediction-algorithm-based-on-machine-learning/HEAD/传统技术面算法/Moving_Average.py -------------------------------------------------------------------------------- /传统技术面算法/Relative_strength_index.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GERMINO-LiuHe/A-stock-prediction-algorithm-based-on-machine-learning/HEAD/传统技术面算法/Relative_strength_index.py -------------------------------------------------------------------------------- /回测.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GERMINO-LiuHe/A-stock-prediction-algorithm-based-on-machine-learning/HEAD/回测.py -------------------------------------------------------------------------------- /机器学习算法/AutoARIMA.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GERMINO-LiuHe/A-stock-prediction-algorithm-based-on-machine-learning/HEAD/机器学习算法/AutoARIMA.py -------------------------------------------------------------------------------- /机器学习算法/LSTM.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GERMINO-LiuHe/A-stock-prediction-algorithm-based-on-machine-learning/HEAD/机器学习算法/LSTM.py -------------------------------------------------------------------------------- /机器学习算法/Prophet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GERMINO-LiuHe/A-stock-prediction-algorithm-based-on-machine-learning/HEAD/机器学习算法/Prophet.py -------------------------------------------------------------------------------- /机器学习算法/SVM.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GERMINO-LiuHe/A-stock-prediction-algorithm-based-on-machine-learning/HEAD/机器学习算法/SVM.py -------------------------------------------------------------------------------- /机器学习算法/kNN.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GERMINO-LiuHe/A-stock-prediction-algorithm-based-on-machine-learning/HEAD/机器学习算法/kNN.py --------------------------------------------------------------------------------