Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
dl-cry
master
DataProcessing
Dl
Cry
Network
TrainingData
NumCry
Matrix
Zig
NormFn
Built with Crystal 1.9.2
2023-10-07 20:59:28 UTC
class
Dl::Cry::Network
Dl::Cry::Network
Reference
Object
Defined in:
dl-cry.cr
Constructors
.new
(sizes : Array(Int32))
Instance Method Summary
#evaluate
(test_data)
#feedforward
(input : Matrix)
#sgd
(training_data, epochs, mini_batch_size, eta, test_data)
#to_s
(io)
Constructor Detail
def self.
new
(sizes : Array(Int32))
#
[
View source
]
Instance Method Detail
def
evaluate
(test_data)
#
[
View source
]
def
feedforward
(input :
Matrix
)
#
[
View source
]
def
sgd
(training_data, epochs, mini_batch_size, eta, test_data)
#
[
View source
]
def
to_s
(io)
#
[
View source
]