softmax-fn
Advanced tools
Softmax Function
Weekly downloads
Changelog
1.0.8
Readme
The Softmax function
let softmax = require('softmax-fn');
softmax([1]);
// [1]
softmax([1, 2, 4.3]);
// [0.03243497033829723, 0.08816739047720148, 0.8793976391845013]
$ npm install softmax-fn
var softmax = require('softmax-fn');
Softmax Function
The npm package softmax-fn receives a total of 140 weekly downloads. As such, softmax-fn popularity was classified as not popular.
We found that softmax-fn demonstrated a not healthy version release cadence and project activity. It has 1 open source maintainer collaborating on the project.