注册
登录
数据沙盘
>>
classifiers
>>
返回
项目作者:
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
Using iterative gradient descent approach (doesn’t work properly)
Using sklearn’s SVC