sgd.py 96 B

12345678
  1. #!/usr/bin/env python
  2. # coding: utf-8
  3. # (sec:sgd)=
  4. # # Stochastic Gradient Descent (SGD)
  5. #
  6. #