/MachineLearning

Some machine learning algorithms

Primary LanguagePython

Machine Learning

一些机器学习算法的实现

感知机算法,分为原始形式和对偶形式

KNN(K-邻近)算法,使用KNN实现数字识别

logistic regression算法,使用LR进行了二分类

决策树算法,实现了ID3