Python实现感知机算法

感知机算法是机器学习最基本的理论算法之一,其原理以下图所示:python 该算例和应用以及数据集可从博主的github内下载:https://github.com/Airuio/python-git 其python代码以下:github improt numpy as np   class perceptron(object):     def __init__(self,eta = 0.1,n_
相关文章
相关标签/搜索