项目作者: nielarshi

项目描述 :
Implementation of different classifiers in Python
高级语言: Python
项目地址: git://github.com/nielarshi/classifiers.git
创建时间: 2017-11-18T21:49:22Z
项目社区:https://github.com/nielarshi/classifiers

开源协议:

下载


Different implementations of classifiers

SVM

  1. Using iterative gradient descent approach (doesn’t work properly)
  2. Using sklearn’s SVC