Skip to content

Flexecstasy/Homework3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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

Структура

  • 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/.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages