Comprehensive Curriculum
	
	What You'll Actually Build
	
	
	We structure the program around projects you'll complete, not abstract theory. Each module introduces concepts through problems that investment teams actually face. You'll work with real market data from Thai and regional exchanges, building tools that could slot into an active portfolio management workflow.
	
	
	
		
		1
		
		
		Statistical Foundations & Market Data
		
		
		Before jumping into neural networks, you need solid grounding in probability and statistics. We start with time series analysis of SET index components, teaching you to spot patterns that matter and ignore noise that doesn't. By week six, you'll have built your first prediction model using regression techniques.
		
		
		Probability Theory Time Series Analysis Data Cleaning Feature Engineering
		
	
	
		
		2
		
		
		Supervised Learning for Price Prediction
		
		
		Here's where things get practical. You'll train models to predict short-term price movements using various algorithms. We cover decision trees, random forests, and gradient boosting. The focus stays on understanding why a model makes certain predictions, not just achieving high accuracy scores on test data.
		
		
		Classification Models Ensemble Methods Cross-Validation Backtesting
		
	
	
		
		3
		
		
		Deep Learning & Alternative Data
		
		
		Neural networks can extract signals from sources traditional analysis misses. We work with sentiment data from financial news, social media activity, and satellite imagery. You'll build LSTM networks for sequence prediction and experiment with transformer architectures adapted for financial time series.
		
		
		Neural Networks NLP for Finance Sentiment Analysis Computer Vision
		
	
	
		
		4
		
		
		Risk Management & Portfolio Construction
		
		
		Machine learning creates opportunities but also new risks. This module teaches you to quantify model uncertainty, design position sizing algorithms, and build portfolios that balance predicted returns against potential losses. We stress-test strategies against historical market crashes and regime changes.
		
		
		Risk Metrics Position Sizing Portfolio Optimization Stress Testing
		
	
	
		
		5
		
		
		Production Systems & Model Deployment
		
		
		A model that works in Jupyter notebooks isn't finished. The final weeks focus on deployment: building APIs, handling live data feeds, monitoring model performance, and detecting when strategies stop working. You'll implement a complete trading system that runs autonomously and alerts you when intervention becomes necessary.
		
		
		API Development Real-time Processing Performance Monitoring Production Architecture