sjdonado / multiclass-classifiers

K-means(L2), Softmax linear classifier and 2-layers neuronal network(ReLU) - custom dataset

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

K-means(L2), Softmax linear classifier and 2-layers neuronal network(ReLU) - custom dataset


Languages

Language:Python 100.0%