在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:JuliaML/LossFunctions.jl开源软件地址:https://github.com/JuliaML/LossFunctions.jl开源编程语言:Julia 100.0%开源软件介绍:LossFunctionsLossFunctions.jl is a Julia package that provides efficient and well-tested implementations for a diverse set of loss functions that are commonly used in Machine Learning. Available Losses
Please consult the documentation for other losses. IntroductionTypically, the loss functions we work with in Machine Learning
fall into the category of supervised losses. These are
multivariate functions of two variables, the true target This package provides a considerable amount of carefully implemented loss functions, as well as an API to query their properties (e.g. convexity). Furthermore, we expose methods to compute their values, derivatives, and second derivatives for single observations as well as arbitrarily sized arrays of observations. In the case of arrays a user additionally has the ability to define if and how element-wise results are averaged or summed over. DocumentationCheck out the latest documentation Additionally, you can make use of Julia's native docsystem.
The following example shows how to get additional information
on ?HingeLoss
InstallationGet the latest stable release with Julia's package manager: ] add LossFunctions LicenseThis code is free to use under the terms of the MIT license. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论