# Standard ML Experiment Minimal PyTorch neural network classification experiment. ## Usage ```bash python train.py --epochs 5 --batch_size 32 --learning_rate 0.001 --output_dir ./results ``` ## Results Results are saved in JSON format with training metrics and PyTorch model checkpoint.