搜索资源列表
uploadfile
- 此程序为python代码,作用为实现远程图片上传导服务器.可以为初学者作参考.-this program can upload your picture file to remote server.
贪吃蛇python代码
- python实现贪吃蛇小游戏,非常简单的一个小程序,大家可以试着跑一下(Python Snake game, a very simple procedure, we can try to run)
CrowTaobaoPrice
- 该python代码实现了 爬取淘宝商品信息的功能,是一次实例编写(The Python code implements the crawling Taobao commodity information function, is an example of writing)
python internet worm
- 这是新浪微博爬虫,采用python+selenium实现 主要爬取内容包括: 新浪微博手机端用户信息和微博信息。 用户信息:包括用户ID、用户名、微博数、粉丝数、关注数等。 微博信息:包括转发或原创、点赞数、转发数、评论数、发布时间、微博内容等。 安装过程: 1.先安装Python环境,作者是Python 2.7.8 2.再安装PIP或者easy_install 3.通过命令pip install selenium安装selenium,它是自动测试、爬虫的工具 4.然后修改代码中的用户名和密码
[www.17zixueba.com]10.RandomForest代码
- 随机森林代码 通过Python来实现的,效果还不错~~~(Random forest code through Python to achieve, the effect is not bad ~!)
python
- 实现libsvm的python代码实现,这是最新的python实现的开源代码,可以结合anaconda使用(can achieve libsvm's function)
exercise 3
- 梯度下降法求解logisitic回归及其python代码实现(Logistic Regression Gradient Descent)
和声搜索算法-python代码
- 主要用于实现和声搜索算法的代码,用于进行算法优化(It is mainly used to realize the code of harmony search algorithm, which is used to optimize the algorithm)
python 偏最小二乘法
- 包含python实现偏最小二乘回归的源代码,同时文件中还有所需数据格式(Contains python partial least-squares regression source code, at the same time the file also has the required data format.)
Python-Ant-Colony-TSP-Solver-master
- 用蚁群算法解决tsp问题的python代码实现(tsp Ant System python code)
预测
- BP神经网络模型预测的Python代码实现,测试有效(BP neural network model forecast Python code implementation, test effectiveness)
osr-python
- 写了一堆高仿Fortran最优子集回归算法的python代码,现分享出来,如果有用得着的就拿去用吧,避免纠结python3在win7环境下调用fortran程序这么些跟系统兼容相关程度高 的问题(I wrote a bunch of Python codes that imitate Fortran's optimal subset regression algorithm. Now share them. If you can use them, you can use them, avoid
tetris-base
- 俄罗斯方块用python代码实现,具有个性化功能,ad广告板等(tetris by python Tetris is implemented in Python code, with personalized features, ad boards, etc.)
kMeans
- kMeans 的 Python代码实现, 还有python自带库的kMeans 的实现(The realization of kMeans's Python code, as well as the realization of kMeans with Python's own library.)
Apriori
- apriori算法python代码实现,需用数据集进行测试(Apriori algorithm Python code implementation, you need to take the data set to test.)
Gammatone 滤波器的 Python 代码实现
- python代码分别实现了频域Gammtone滤波和时域Gammtone滤波器,频域滤波时参数USEFFT=1。其中MakeERBFilters函数产生了GT滤波器系数。输入为:采样频率、滤波器通道数、最小频率。输出为:n通道GT滤波器系数。(The python code implements frequency-domain Gammtone filtering and time-domain Gammtone filters, respectively, and the parameter
5、贝叶斯python代码及数据
- 贝叶斯算法实现分类及数据集 python代码 分类算法(The classification and data set of Bias algorithm)
BP神经网络python简单实现
- 去掉神经元类,把功能合并入NetLayer类中,使用矩阵计算加快速度 调整代码实现批量训练方法。 优化程序中numpy库运算顺序,避免产生中间变量(Remove neuron classes, merge functions into NetLayer classes, and use matrix to calculate speed.)
BigDataAnalysis-master
- 大数据分析的python相关实现,具体看代码(for big data analysis)
gated-graph-neural-network-samples-master
- 此代码是门控图神经网络的python代码实现(This code is a Python code implementation of the gating graph neural network)