八度中fminunc的Java实现 [英] Java implementation of fminunc in octave

查看:79
本文介绍了八度中fminunc的Java实现的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试图在Java中找到八度的fminunc(函数最小化不受限制)库的Java版本.目的是将其用于逻辑回归.

I am trying to find a java version of octave's fminunc (function minimization unconstrained) library in Java. The goal is to use it for logistic regression.

当前,我正在使用梯度下降的自制版本以使成本最小化,并且我希望能够使用一个已经存在的库(在Java中)为我做到这一点.这与我从 Coursera机器学习 Java课程.

Currently, I am using a home-brewed version of gradiant descent for cost minimization and I would like to be able to use an already existing library to do that (in Java) for me. This is related to my effort of porting octave code that we have from the Coursera Machine Learning course to Java.

推荐答案

啊,您可以检查以下几项内容的适用性:

Ahh, here are a few things you can check for suitability:

http://dev.davidsoergel.com/trac/jlibsvm/ https://github.com/davejacobs/ml http://commons.apache.org/proper/commons-math/ http://liebke.github.io/incanter /optimize-api.html#incanter.optimize/non-linear-model

以下是关于同一主题的几个主题: https://groups.google.com/forum/#!topic/clojure/c7dxBWJn_X4 http://answers.yahoo.com/question/index?qid=20100227125757AA7faky

Here are a couple of threads on the same subject: https://groups.google.com/forum/#!topic/clojure/c7dxBWJn_X4 http://answers.yahoo.com/question/index?qid=20100227125757AA7faky

这篇关于八度中fminunc的Java实现的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆