Sha256: 735ea5d7d28a29796a467e8d873b47e51e9bc1cbb852a5b3d0e433616f79bf70

Contents?: true

Size: 281 Bytes

Versions: 1

Compression:

Stored size: 281 Bytes

Contents

# frozen_string_literal: true

# Rumale is a machine learning library in Ruby.
module Rumale
  # This module consists of the modules and classes for implementation multi-layer perceptron estimator.
  module NeuralNetwork
    # @!visibility private
    VERSION = '0.29.0'
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rumale-neural_network-0.29.0 lib/rumale/neural_network/version.rb