{"id":15585466,"url":"https://github.com/eveningkid/softmax-function","last_synced_at":"2025-03-29T08:45:38.915Z","repository":{"id":147342023,"uuid":"186741937","full_name":"eveningkid/softmax-function","owner":"eveningkid","description":"Softmax function, normalize a vector of real numbers into a probability distribution","archived":false,"fork":false,"pushed_at":"2019-05-15T03:34:48.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-03T23:34:38.816Z","etag":null,"topics":["exponential","function","normalized","softargmax","softmax"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eveningkid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-05-15T03:24:18.000Z","updated_at":"2019-05-15T03:34:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"a929f297-311a-403f-aa40-98580eb8b1b2","html_url":"https://github.com/eveningkid/softmax-function","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eveningkid%2Fsoftmax-function","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eveningkid%2Fsoftmax-function/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eveningkid%2Fsoftmax-function/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eveningkid%2Fsoftmax-function/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eveningkid","download_url":"https://codeload.github.com/eveningkid/softmax-function/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246162115,"owners_count":20733355,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["exponential","function","normalized","softargmax","softmax"],"created_at":"2024-10-02T21:01:18.469Z","updated_at":"2025-03-29T08:45:38.888Z","avatar_url":"https://github.com/eveningkid.png","language":"JavaScript","readme":"# Softmax Function\nImplementation of the [softmax function](https://en.wikipedia.org/wiki/Softmax_function).  \n\nNormalize a vector of real numbers into a probability distribution.  \n\n```bash\nnpm install softmax-function\nyarn add softmax-function\n```\n\n```js\nconst softmax = require('softmax-function');\nsoftmax([2.0, 1.0, 0.1]);\n// ~[0.7, 0.2, 0.1]\n```\n\n## License\neveningkid, MIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feveningkid%2Fsoftmax-function","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feveningkid%2Fsoftmax-function","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feveningkid%2Fsoftmax-function/lists"}