项目作者: danzzen

项目描述 :
Python implementation of popular data mining algorithms
高级语言: Python
项目地址: git://github.com/danzzen/ml-from-scratch.git
创建时间: 2018-04-06T19:42:25Z
项目社区:https://github.com/danzzen/ml-from-scratch

开源协议:

下载


Python Implementation of all popular machine learning algorithms so Be updated and keep learning.

  1. Decision Tree (sklearn classifier
    decision tree
    )
    1. Naive bayes (sklearn classifier naive bayes)