# PyTorch Experiment Neural network classification project using PyTorch. ## Usage ```bash python train.py --epochs 10 --batch_size 32 --learning_rate 0.001 --hidden_size 64 --output_dir ./results ``` ## Results Results are saved in JSON format with training metrics and PyTorch model checkpoint.