neuralnetwork-balladoriel
v1.7.7
Published
This Ruby code defines a simple NeuralNetwork class with methods for feedforward and training using backpropagation. The network is trained to solve the XOR problem. The matrix operations are performed using the Matrix class from the matrix standard libra
Downloads
2
Readme
This Ruby code defines a simple NeuralNetwork class with methods for feedforward and training using backpropagation. The network is trained to solve the XOR problem. The matrix operations are performed using the Matrix class from the matrix standard library.