Skip to main content
AI Stock Trading

Personal Project

AI Stock Trading

AI Stock Trading - image

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