@isaacfg/singular-neuron

0.0.6 • Public • Published

A singular neuron with ReLU activation. Example:

var singleNeuron = require("@isaacfg/singular-neuron");
/* Print's: 39 */
console.log(singleNeuron.singleNeuron([3, 3, 3, 3], [3, 3, 3, 3], 3));

Readme

Keywords

Package Sidebar

Install

npm i @isaacfg/singular-neuron

Weekly Downloads

6

Version

0.0.6

License

MIT

Unpacked Size

2.23 kB

Total Files

3

Last publish

Collaborators

  • isaacfg