https://github.com/namachan10777/ml_from_scratch
https://github.com/namachan10777/ml_from_scratch
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/namachan10777/ml_from_scratch
- Owner: namachan10777
- Created: 2021-01-01T07:13:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-04T16:40:23.000Z (over 4 years ago)
- Last Synced: 2025-03-15T07:35:18.060Z (3 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ML from scratch
numpyとpandas縛り(numpyは固有値計算ぐらいまでは使っても良い)# scripts
|script |description |
|:--------------------|:-------------------------------|
|fetch\_dataset.sh | データセットの取得 |
|lsm\_wine\_quality.py| 最小二乗法重回帰(wine\_quality)|