Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/BrainJS/brain.js
/ equation.js
File
equation.js
test/recurrent/equation.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
assert from
'assert'
;
2
import
sinon from
'sinon'
;
3
import
Matrix from
'../../src/recurrent/matrix'
;
4
import
OnesMatrix from
'../../src/recurrent/matrix/ones-matrix'
;
Callers
nothing calls this directly
Calls
8
it
Function · 0.85
fourSquareMatrix
Function · 0.85
add
Method · 0.80
multiply
Method · 0.80
tanh
Method · 0.80
inputMatrixToRow
Method · 0.80
run
Method · 0.45
runBackpropagate
Method · 0.45
Tested by
no test coverage detected