Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 806 Bytes

File metadata and controls

18 lines (13 loc) · 806 Bytes

Эксперименты по архитектуре полносвязных сетей

Структура

  • homework_depth_experiments.py: сравнение глубин сетей
  • homework_width_experiments.py: сравнение ширины слоев и grid search
  • homework_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/.