An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Multiclass classifiers

## Requirements
* numpy
* matplotlib
* sklearn

## Results
1. K-means (L2)


K-means

2. Softmax linear classifier

Softmax linear classifier

3. 2 layers neuronal network (ReLU)

2 layers neuronal network