Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 602 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 602 Bytes

PSOSGD

Introduction

We try to combine the particle swarm optimization algorithm with the stochastic gradient descent algorithm in deep learning to train and optimize the model, namaly PSOSGD.

Dependence

pytorch
torchvision
matplotlib

Please see requirements.txt

Implementation Plan

  • PSOSGD Training process
  • PSOSGD Testing process
  • Model saving
  • Plot performance indicators

Contact us

If you have any questions, please submit an issue or send an email to us. Thanks!

Lanping: [email protected]

Ricky: [email protected]