weblearn-container-sequential

1.0.3 • Public • Published

weblearn-container-sequential

Sequential container for WebLearn

On a forward pass, feeds the output of each module to the next module as input, from first module to last. Passes gradients backwards through modules on backward pass.

Usage

npm install weblearn-container-sequential
const Sequential = require('weblearn-container-sequential')
 
const model = Sequential()
  .add(layer1)
  .add(layer2)
  
model.forward( /* ... */ )
model.backward( /* ... */ )
 

Readme

Keywords

none

Package Sidebar

Install

npm i weblearn-container-sequential

Weekly Downloads

1

Version

1.0.3

License

ISC

Last publish

Collaborators

  • kep