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));
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));
npm i @isaacfg/singular-neuron
6
0.0.6
MIT
2.23 kB
3