搜索资源列表
maxent-20041229[1].win32
- 文本分析中基于统计的方法中,最为常用的最大熵算法,该源码为Python版,广泛应用于词性标注,词义消岐等领域-text analysis based on statistical methods, the most commonly used of maximum entropy algorithm, the source code for Python version, widely used in tagging, Meaning Consumers divergent fields
VfLibV4
- 附件中的源代码实现了VF图像的同构(Isomorphism)算法。同时还有一些其他的Wrapper程序,用来把这个库运用到其他语言如Python。整个代码实现于C#,同时提供C++的库。
Python
- Python 数据结构与算法 英文版-Python data structures and algorithms in English
conseq.py
- 用Python实现的房子问题的枚举算法,有较好的参考价值,-Enumeration algorithm house problem
Ch02
- 利用Python语言来实现knn算法 简单易学上手快 适合初学者-Using the Python language to realize the load on the KNN algorithm is easy to learn for beginners
sort
- 使用了4种算法了排序。分别是C++、python、ruby、java-use to sort ,the program language include C++、python、ruby、java
KNN
- python编写的KNN算法,源代码清晰易懂,而且有源数据文件-written python KNN algorithm, clear and understandable source code, data files and active
treePlotter
- python编写的决策树算法源码,清晰易懂,而且有源数据文件-written python decision tree algorithm source code, clear and understandable, and active data file
logregres
- python编写的逻辑回归算法,清晰易懂,并且附有源数据文件-written python logistic regression algorithm, clear and understandable, and with the source data file
svmMlIA
- python编写的svm算法,清晰易懂,并且附有源数据文件-written python svm algorithm, clear and easy to understand, and with the source data file
GrammarPriority
- 编译原理作业,用python写的算符优先算法,实现了语法分析算符优先-Written python compiler theory with the operator priority algorithm
pca_batch1
- 使用Python语言编程,可以很好的实现pca算法。-Using the Python programming language, it can achieve a good pca algorithm.
K-proximity-algorithm
- 机器学习K临近算法python代码,整个工程都有,直接可以运行。-Machine learning algorithm K near the python code, the entire project has a direct run.
FP_growth源代码——python
- 数据挖掘基础算法,FP_growth源代码——python实现
python-GBDT
- 一个用PYTHON编写的梯度提升算法,适合做分类回归,希望对你有用-A gradient boost algorithm in PYTHON, suitable for classification of regression, hope useful to you
Python进阶
- 得先对自己使用的开发语言了如指掌,从基本的数据类型,到大的框架,算法,设计,每一步我们都需要深入的钻研(We need to know the development language we use first, from the basic data type to the big frame, algorithm and design. Every step we need to go deep into.)
algorithms-master
- python 常用算法,快速排序,选择排序,合并排序,dijkstra,二分查找(algorithms:quicksort selectsort mergesort dijkstra binary_search approximation)
dtw
- python版的dtw算法极其改进fastdtw算法实现(The DTW algorithm in the python edition improves the implementation of the fastdtw algorithm extremely)
izeerbkm
- 非常需要的可以下载看看,适合初学者学习,好的算法和程序(Very need to download to see, suitable for beginners to learn, good algorithm and program.)
比特币用python实现
- 使用python语言实现简单的比特币系统,包含区块创造奖励挖矿机制和pow算法