computational-graph

1.0.0 • Public • Published

Computational-Graph

A comutational graph (numerical library) made in TS (for future use in genetic algorithms)

basic usage:

a = ml.variable(new Matrix(1, 1, 2)) b = ml.variable(new Matrix(1, 1, 4)) c = ml.add(a, b); c.gradientDescentMinimiser(0.01); Minimiser.minimiseNode(c, [a, b], 0.01, 100);

webpack/tsconfig/package.json need to be reorganised to allow for running

Readme

Keywords

Package Sidebar

Install

npm i computational-graph

Weekly Downloads

1

Version

1.0.0

License

ISC

Unpacked Size

41.4 kB

Total Files

27

Last publish

Collaborators

  • aamir101