Neupy v0.7.1 Release Notes

Release Date: 2018-12-10 // over 5 years ago
  • ๐Ÿ”„ Changes:

    • Speed up network initialization via lazy parameter initialization using tensorflow's tensors instead numpy's arrays
    • Global pooling layer accepts two string arguments that point to different tensorflow functions.
    • ๐Ÿ›  Fixes for the reshape layer when used with unknown input shape
    • ๐Ÿ›  Fixed cross entropy loss functions for spatial inputs
    • โœ‚ Removed input blocker during the training
    • Combined GradientDescent and MinibatchGradientDescent into one class GradientDescent