
Personal Project
AI Stock Trading

Data-driven stock trading algorithm using Python, technical indicators, K-Means clustering, and TensorFlow neural networks.
Built a data-driven stock trading algorithm using Python and Yahoo Finance API, incorporating technical indicators including SMA, RSI, MACD, Stochastic Oscillator, and Bollinger Bands.
Implemented K-Means clustering for pattern recognition, TensorFlow neural network for price prediction, RandomizedSearchCV for hyperparameter optimization, and MinMax scaling for data normalization.
PythonTensorFlowMachine LearningFinance