▍1. softmaxregression
softmaxregression,即多分类的逻辑斯特回归算法,python编写(softmaxregression, namely multi-classification logistic regression algorithm, python write)
softmaxregression,即多分类的逻辑斯特回归算法,python编写(softmaxregression, namely multi-classification logistic regression algorithm, python write)
softmaxregression,即多分类的逻辑斯特回归算法,python编写(softmaxregression, namely multi-classification logistic regression algorithm, python write)
使用cookie的方法进行微博登陆爬虫,免除一定复杂步骤(lauch weibo with cookie)
使用cookie的方法进行微博登陆爬虫,免除一定复杂步骤(lauch weibo with cookie)
使用谷歌或Bing API子域找到指定域的子域(subdomain dork uses google or Bing API to find subdomains of a specified domain )
使用谷歌或Bing API子域找到指定域的子域(subdomain dork uses google or Bing API to find subdomains of a specified domain )
利用贝叶斯分类器写的垃圾邮件过滤器,准确率达98 (A spam email filter with Naive Bayes. )
机器学习-CART决策树代码。使用UCI上面的Adult数据集。(Machine learning- CART decision tree using adult database on UCI.)
复杂网络,航线网络分析建模,失效分析,鲁棒性,networkx(Complex network, route network analysis modeling)
说明: 几个python的计算例子,关于数据的处理,对初学者有用。(Several python calculation examples, data processing, useful for beginners.)
网格搜索法寻找最优的惩罚因子,SVM,经测试可以用(SVM find C gamma)
SVM 回归 改一下里边的地址应该可以用 (SVM regression)
基于Python写的遗传算法的应用实例。对于不太善于MATLAB,而熟悉Python的人的一个参考!(Based on genetic algorithm written in Python application examples. Not good for MATLAB, and a person familiar with Python reference!)
Tutorial on Network Programming with Python,python网络编程教程,简单介绍python语言环境下的网络编程api(Tutorial on Network Programming with Python, python network programming tutorial)
通过ping命令批量测试主机是否通畅,如果不通可以发送报警邮件到指定邮箱,所有测试结果保存在指定的txt文件中。邮箱参数,循环测试时间间隔可以在ini文件里面配置。非常适合网络管理人员使用。(ping hosts in list file,log results to txt file,sending alert mail to your mailbox.)
禁忌搜索法对初始解、邻域个数及禁忌列表的大小等参数有比较严格的要求, 这些参数直接影响着算法的优化能力。文章提出了一种改进的禁忌搜索法, 它用有效空间来压缩搜索范围, 这样可以提高搜索效率和全局搜索能力。用短期和长期禁忌列表存储器来保证算法能搜索到全和分局空间的每一点, 并且不重复搜索。经过验算析, 证明它是一种较好的全局启发式搜索法.(Tabu search method, the initial solution, neighborhood and tabu list size of the number of parameters such as have more stringent requirements, these parameters directly affect the ability to optimize the algorithm. This paper presents an improved tabu search method, it is used effectively to compress the search space, so that can improve search efficiency and global search capabilities. Short-term and long-term memory tabu list to ensure the algorithm can search the whole and the sub-space, each point, and do not repeat the search. After checking analysis to prove that it is a good global heuristic search method.)
Python DHCP client source code