https://github.com/sjdonado/multiclass-classifiers
K-means(L2), Softmax linear classifier and 2-layers neuronal network(ReLU) - custom dataset
https://github.com/sjdonado/multiclass-classifiers
machine-learning multiclass-classification
Last synced: about 1 year ago
JSON representation
K-means(L2), Softmax linear classifier and 2-layers neuronal network(ReLU) - custom dataset
- Host: GitHub
- URL: https://github.com/sjdonado/multiclass-classifiers
- Owner: sjdonado
- Created: 2020-04-15T16:35:42.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-15T21:22:18.000Z (about 6 years ago)
- Last Synced: 2025-04-04T19:10:06.389Z (about 1 year ago)
- Topics: machine-learning, multiclass-classification
- Language: Python
- Homepage:
- Size: 1.2 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Multiclass classifiers
## Requirements
* numpy
* matplotlib
* sklearn
## Results
1. K-means (L2)
2. Softmax linear classifier
3. 2 layers neuronal network (ReLU)