Sha256: 12c71c8fa8590eb7be3faa7511813dffde4a01d475bc5f81e16c6b0ddc2db624
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.25.0' end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rumale-neural_network-0.25.0 | lib/rumale/neural_network/version.rb |