RMSProp

public struct RMSProp<Layer> : Optimizer where Layer : LayerType
extension RMSProp: Codable where Layer: Codable

Root mean square optimizer

Unpublished, proposed by Geoffrey Hinton - Neural Networks for Machine Learning

Available where Layer: Codable

  • Declaration

    Swift

    public init(from decoder: Decoder) throws
  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws