homework_depth_experiments.py: сравнение глубин сетейhomework_width_experiments.py: сравнение ширины слоев и grid searchhomework_regularization_experiments.py: сравнение техник регуляризации
python homework_depth_experiments.py --input_size 20 --num_classes 2 --epochs 20 --device cpu
python homework_width_experiments.py --input_size 20 --num_classes 2 --epochs 20 --device cpu
python homework_regularization_experiments.py --input_size 20 --num_classes 2 --epochs 20 --device cpuГрафики сохранены в plots/, логи в results/.