BSplineANN:B样条人工神经网络JavaScript库

时间:2024-05-29 22:17:01
【文件属性】:

文件名称:BSplineANN:B样条人工神经网络JavaScript库

文件大小:6KB

文件格式:ZIP

更新时间:2024-05-29 22:17:01

JavaScript

B样条线 BSplineANN是用于创建B样条人工神经网络的Javascript库。 安装 npm install --save bsplineann 范例(X-OR) // Require the library var BSplineANN = require('bsplineann'); // Create the vectors that will define the splines var splines = [ [ [-0.3,-0.1,0.1,0.3], [-0.3,-0.1,0.1,0.3] ], [ [-0.1,0.3,0.7,1.1], [-0.1,0.3,0.7,1.1] ], [ [0.7,0.9,1.1,1.3], [0.7,0.9,1.1,1.3] ] ]; // Build the n


【文件预览】:
BSplineANN-master
----.gitignore(514B)
----package.json(543B)
----LICENSE(1KB)
----examples()
--------xor.js(1KB)
----README.md(2KB)
----lib()
--------neuron.js(1KB)
--------bsplineann.js(4KB)
--------layer.js(975B)

网友评论