搜索资源列表
uploadfile
- 此程序为python代码,作用为实现远程图片上传导服务器.可以为初学者作参考.-this program can upload your picture file to remote server.
CrowTaobaoPrice
- 该python代码实现了 爬取淘宝商品信息的功能,是一次实例编写(The Python code implements the crawling Taobao commodity information function, is an example of writing)
holidays_map
- python实现mean average precision。这是转载网上其他地方的,非自己实现的。(calculate mean average precision)
数据挖掘
- 数据挖掘Data mining十大经典算法及其代码实现(理论+实践)(Data mining ten classic algorithms and their code implementation)
和声搜索算法-python代码
- 主要用于实现和声搜索算法的代码,用于进行算法优化(It is mainly used to realize the code of harmony search algorithm, which is used to optimize the algorithm)
face-SVM
- 用PCA和SVM实现人脸识别,是经典的人脸识别Python代码(Face recognition using PCA and SVM)
python 偏最小二乘法
- 包含python实现偏最小二乘回归的源代码,同时文件中还有所需数据格式(Contains python partial least-squares regression source code, at the same time the file also has the required data format.)
Python练习
- python实现图片转为字符的小程序,方便python初学者练手(python realize that a photo to translate to a code)
零基础Python入门课件和代码
- 书确实很不错,首先因为个人偏爱python,本书是用python描述,顿时感觉亲切很多。有人说python这种高级语言实现算法隐藏了很多细节,确实书中很多地方直接用到python bult-in的数据结构,如set dict list作为表达算法的载体,似乎不如c那么底层,但是从算法入门角度来讲,python语言因为清晰简练更适合用来描述算法轮廓,而且这也不是本讲数据结构的书,MIT的算法导论现在也开始用python来讲授恰好说明了这一点。(The book is really good, fi
svm
- 使用smo算法实现了支持向量机的python代码(complete the svm mode and Sequential minimal optimization with python code)
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
python实现代码、测试数据集及结果
- 密度距离矩阵优化聚类算法python实现(Python implementation of density distance matrix optimization clustering algorithm)
py152
- 作为主流的动态语言,Python不仅简单易学、移植性好,而且拥有强大丰富的库的支持。此外,Python强大的可扩展性,让开发人员既可以非常容易地利用C/C++编写Python的扩展模块,还能将Python嵌入到C/C++程序中,为自己的系统添加动态扩展和动态编程的能力。. 为了更好地利用Python语言,无论是使用Python语言本身,还是将Python与C/C++交互使用,深刻理解Python的运行原理都是非常重要的。本书以CPython为研究对象,在C代码一级,深入细致地剖析了Pyth
RecommenderSystem
- 集体智慧编程中第十章推荐算法,实现源码,python实现(Tenth chapters of the collective wisdom programming to implement the source code)
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
八皇后问题Python实现
- 八皇后问题Python实现,代码备注清晰,望读者耐心参阅(Eight Queen's problem arithmetic implementation, note clearly, hope readers have patience.)
Python高斯滤波
- Python语言可以实现高斯滤波,代码清楚明白简单易懂,非常适合新手学习。(Python language can achieve Gauss filtering, the code is clear, simple and easy to understand, very suitable for beginners to learn.)
Python实现EM算法完美版
- Python EM算法实现过程说明 具体代码(Python EM algorithm implementation process)
Python实现HMM模型完美版
- Python实现HMM算法完美版 代码全集(Python realize HMM algorithm perfect edition code complete works)