class Neuratron::Losses::MSE

Overview

Mean Squared Error

Defined in:

neuratron/losses/MSE.cr

Instance Method Summary

Instance methods inherited from class Neuratron::Loss

call(y_true, y_predict) call

Instance Method Detail

def call(y_true, y_predict) #

[View source]