Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

mse

MSE


Description

Mean squared error between 'inp' and 'targ'.

Usage

mse(inp, targ)

Arguments

inp

predictions

targ

targets

Value

None

Examples

## Not run: 

model = dls %>% tabular_learner(layers=c(200,100,100,200),
metrics = list(mse(),rmse()) )


## End(Not run)

fastai

Interface to 'fastai'

v2.0.7
Apache License 2.0
Authors
Turgut Abdullayev [ctb, cre, cph, aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.