https://github.com/mattn/go-gonum-logisticregression-iris
Implementation of Logistic Regression in Go
https://github.com/mattn/go-gonum-logisticregression-iris
golang gonum logistic-regression machine-learning
Last synced: about 1 year ago
JSON representation
Implementation of Logistic Regression in Go
- Host: GitHub
- URL: https://github.com/mattn/go-gonum-logisticregression-iris
- Owner: mattn
- License: mit
- Created: 2019-10-17T06:55:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-05T15:33:18.000Z (over 4 years ago)
- Last Synced: 2025-05-07T05:30:55.516Z (about 1 year ago)
- Topics: golang, gonum, logistic-regression, machine-learning
- Language: Jupyter Notebook
- Homepage:
- Size: 473 KB
- Stars: 11
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# go-gonum-logisticregression-iris
Implementation of Logistic Regression

## License
MIT
## Author
Yasuhiro Matsumoto (a.k.a. mattn)