English 中文(简体)
j
原标题:Do calculus in java

我正试图在java(小一)和Im使用辅助推进法进行学习。 这就需要找到一般衍生工具。 我如何在java找到一般衍生工具?

问题回答

Try Helmut Dersch s Jasymca 2 http://webuser.hs-furtwangen.de/~dersch/jasymca2/。 它是 JavaAPICA,提供GNU 10ave/Matlab式能力。 其中包括象征性的数学。

Jasymca最近开始工作。 这些文件从2009年3月开始,需要Java 1.5+。

CAVEAT: Jasymca is GPL so consult a Counsel before using it in a commercial products.

取决于您是否有连续的数据或离散的数据。 我猜测,由于我们谈论的是神经网络,你有离散的数据。

具体的差异是接近衍生工具的一种方式。 另一种做法可能是做某种适合的工作,并区分适当的功能,假定它具有一个众所周知的职能,具有一种易于变换的衍生工具(例如,聚合物)。

贵国数据有多少独立变量? 一个变数的功能比较容易;两个或两个以上由于需要部分衍生工具而变得更加困难。

您应尽力加以硬性编码。

double derivative = (f(x+h) - f(x-h)) / (2*h);

图书馆没有为cal功能建造一只大tty。 然而,它可能从三维到极具挑战性,到通过 yourself实施区别。

如果你已经有能力储存和分析职能,那么获得衍生工具与制定方案一样简单,是多少差异规则。

然而,如果你根据DATAsets(而不是抽象的职能)来研究区别,那么你可以采用各种近似技术,例如假肢规则。

如果您能够向世界广域网提出请求,你可创建

披露: 我在SaturnAPI工作

如果涉及java,请参看。 债务管理方案。 它是免费的。 在手册中,你可以找到如何利用衍生物。

奥凯,如果你做极有可能的神经网络,那么NOT就只能发挥某种任意作用的一般衍生工具。 你们需要一个卡尔昆普洛斯图书馆。 背书要求你利用您的启动职能衍生工具。 不管怎样,您的启动功能将是血清功能或高代谢功能。 你们都只能从维基佩西亚获得衍生工具,只是向你的神经网络提供培训。 你们不需要每次实际解决衍生工具。

还有其他共同的启动功能,但实际上只有实际使用的手法。 只是看着你们想要的衍生工具并加以利用。 多数神经网络框架只是建立正常的启动功能,并形成某种基础。 以下是一些最常见的情况:

rel=“nofollow noreferer” https://web.archive.org/web/20101105231126/http://www.heatonresearch.com/online/programming-neural-network-encog-java/ Chapter-3/page2.html





相关问题
Spring Properties File

Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...

Logging a global ID in multiple components

I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications. [App A] -> [App B] -> [App C] We set a ...

Java Library Size

If I m given two Java Libraries in Jar format, 1 having no bells and whistles, and the other having lots of them that will mostly go unused.... my question is: How will the larger, mostly unused ...

How to get the Array Class for a given Class in Java?

I have a Class variable that holds a certain type and I need to get a variable that holds the corresponding array class. The best I could come up with is this: Class arrayOfFooClass = java.lang....

SQLite , Derby vs file system

I m working on a Java desktop application that reads and writes from/to different files. I think a better solution would be to replace the file system by a SQLite database. How hard is it to migrate ...

热门标签