摘要:
感知机 python 代码实现 -----统计学习方法参考:http://shpshao.blog.51cto.com/1931202/1119113 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 # 4 # 未命名.py 5 # 6 # Copyright 2013 t-dofan <t-dofan@T-DOFAN-PC> 7 # 8 # This program is free software; you can redistribute it and/or modify 9 # it under the terms.. 阅读全文