Skip to content

skewballfox/McLess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

McLess

Multi-class Least Error Squared Sum

Introduction

This is a basic implementation of the algorithm (described in this paper), along with some code for benchmarking it against other classification algorithms.

Originally this was an assignment for numerical linear algebra so I'd like to thank dr. Seongjai Kim, for making it possible for me to remotely understand how this works(and thus how to implement it).

Setting up the development environment

git clone https://github.com/skewballfox/McLess
cd McLess
poetry install

to run the benchmark (with venv activated)

python test/classifier_bench.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages