https://github.com/shinexia/machine-learning
classic machine learning algorithms implementation
https://github.com/shinexia/machine-learning
knn machine-learning perceptron word2vec
Last synced: 3 months ago
JSON representation
classic machine learning algorithms implementation
- Host: GitHub
- URL: https://github.com/shinexia/machine-learning
- Owner: shinexia
- License: mit
- Created: 2021-02-14T05:35:25.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-05T03:42:29.000Z (over 2 years ago)
- Last Synced: 2025-06-04T03:38:02.625Z (about 1 year ago)
- Topics: knn, machine-learning, perceptron, word2vec
- Language: Python
- Homepage:
- Size: 329 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# machine-learning
## deps
```bash
python 3.7
conda 4.9.2
```