LBFGS

Limited-memory BFGS (L-BFGS) is an optimization algorithm in the family of quasi-Newton methods that approximates the Broyden–Fletcher–Goldfarb–Shanno (BFGS) algorithm using a limited amount of computer memory. It is a popular algorithm for parameter estimation in machine learning. The algorithm's target problem is to minimize f(x) over unconstrained values of the real-vector x where f is a differentiable scalar function.

Лицензия

Лицензия

Категории

Категории

KeY Данные Data Formats Formal Verification
Группа

Группа

com.github.thssmonkey
Идентификатор

Идентификатор

LBFGS
Последняя версия

Последняя версия

1.0.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

LBFGS
Limited-memory BFGS (L-BFGS) is an optimization algorithm in the family of quasi-Newton methods that approximates the Broyden–Fletcher–Goldfarb–Shanno (BFGS) algorithm using a limited amount of computer memory. It is a popular algorithm for parameter estimation in machine learning. The algorithm's target problem is to minimize f(x) over unconstrained values of the real-vector x where f is a differentiable scalar function.
Ссылка на сайт

Ссылка на сайт

https://github.com/thssmonkey/LBFGS

Скачать LBFGS

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.thssmonkey/LBFGS/ -->
<dependency>
    <groupId>com.github.thssmonkey</groupId>
    <artifactId>LBFGS</artifactId>
    <version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.thssmonkey/LBFGS/
implementation 'com.github.thssmonkey:LBFGS:1.0.4'
// https://jarcasting.com/artifacts/com.github.thssmonkey/LBFGS/
implementation ("com.github.thssmonkey:LBFGS:1.0.4")
'com.github.thssmonkey:LBFGS:jar:1.0.4'
<dependency org="com.github.thssmonkey" name="LBFGS" rev="1.0.4">
  <artifact name="LBFGS" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.thssmonkey', module='LBFGS', version='1.0.4')
)
libraryDependencies += "com.github.thssmonkey" % "LBFGS" % "1.0.4"
[com.github.thssmonkey/LBFGS "1.0.4"]

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
org.apache.flink : flink-scala_2.11 jar 1.7.1
org.apache.flink : flink-streaming-scala_2.11 jar 1.7.1
org.apache.flink : flink-clients_2.11 jar 1.7.1
org.apache.flink : flink-ml_2.11 jar 1.7.1

test (2)

Идентификатор библиотеки Тип Версия
org.scalatest : scalatest_2.11 jar 3.0.0
org.apache.flink : flink-test-utils_2.11 jar 1.7.1

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
1.0.4
1.0.3
1.0.2
1.0.1