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