Sha256: 2ca775d2d1bfa681eb83b8d40d4e244b972bf8a827872fd41f2c0068d3ce43dc
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.28.0' end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rumale-neural_network-0.28.0 | lib/rumale/neural_network/version.rb |