搜索资源列表
RMSD
- RMSD: Root Mean Square Deviation 是一种在分子模拟及预测中很常见的评价标准,通过Jacobi变换来的到一个大分子和目标分子的相似程度。常用来评价一个三维结构的预测结果是否足够准确.作者主页http://dillgroup.ucsf.edu/~bosco/ 压缩包里的html里还包括有Python代码-RMSD : Root Mean Square Deviation is a molecular simulation and forecasting very
simalar
- 基于Python的单词相似度分析,通过分析一些大文本来判断测试文件中给出的单词相似度判断的准确率-Python-based word similarity analysis, by analyzing a number of large text files to determine the test given to determine the accuracy of word similarity
similarity
- python写的图像相似度算法。比较图像相似度,选出最相思的图片-python write the image similarity algorithm. Compare image similarity, image to select the most Acacia
RRMSSDzipM
- RMSD: Root Mean Square Deviation 是一种在分子模拟及预测中非常常见的评价标准,通过Jacobi变换来的到一个大分子与目标分子的相似程度度。常用来评价一个三维结构的预测结果是是否足够准确.作者主页http://dillgroup.ucsf.edu/~bosco/压缩包里的html里还包含有Python代码 -RMSD: Root Mean Square Deviation is very common in molecular modeling and fore
ShortText_Similarity
- 改程序实现了短文本相似度计算,在信息检索等领域都有广泛的用途,用python实现-Reform program to achieve a short text similarity calculation, has a wide range of applications in areas such as information retrieval, implemented in python
Movielens-User_based-cf
- 利用python实现基于用户的协同过滤推荐,采用pearson相关系数计算相似度,加权平均预测分数-Users use python-based collaborative filtering recommendation, pearson correlation coefficient is calculated using the similarity, the weighted average prediction scores
doc_sim_exercise
- 又是python写的文章相识度判断的算法 压缩包里有多个样本文件,可以调整阈值查看结果-It is written by the python similarity judgment algorithm Compression with a plurality of sample file bag, can adjust the threshold to view the results
imgsearch
- Python 图片相似度对比 注意需要安装image模块 请自行下载安装-Python image similarity comparison Note the need to install the image module Please download and install
Recommender
- 基于MovieLens数据,通过计算余弦相似度,Python语言构建的一个简单协同过滤推荐系统,并给出RMSE等测评结果-Based MovieLens data by calculating the cosine similarity, Python language to build a simple collaborative filtering systems, and the like are given RMSE uation results
cos
- 计算词向量间的余弦相似度,用于语义文本挖掘 。(Calculate the cosine similarity between word vectors for semantic text mining.)
g13tsr
- 机器学习启蒙实战学习源码,回归模型,分类模型,聚类和相似度模型,推荐系统,深度学习等学习代码。(Machine learning, practical combat learning source,regression model, classification model, clustering and similarity model, recommendation system, depth learning and other learning code.)
simulation lab 3 student's files
- Various attempts to bring elements of natural language grammar into computer programming have produced programming languages such as HyperTalk, Lingo, Applescr ipt, SQL, Inform and to some extent Python. In these languages, parentheses and other spec
current_simulator.slx
- Various attempts to bring elements of natural language grammar into computer programming have produced programming languages such as HyperTalk, Lingo, Applescr ipt, SQL, Inform and to some extent Python. In these languages, parentheses and other spec
EnglishChuLi
- 利用python编写的文本预处理的程序,包含了每一步的实现代码,分为删除标点符号、删除停用词、相似度计算、PCA降维、聚类以及可视化等,运行环境为pytharm,python3开发环境(The text preprocessing program written by Python contains every step of implementation code, which is divided into delete punctuation marks, delete stop word
TOPSIS-Python-master
- TOPSIS (Technique for Order Preference by Similarity to an Ideal Solution )法是C.L.Hwang和K.Yoon于1981年首次提出,TOPSIS法根据有限个评价对象与理想化目标的接近程度进行排序的方法,是在现有的对象中进行相对优劣的评价。(The TOPSIS (Technique for Order Preference by Similarity to an Ideal Solution) method was fi
模糊聚类分析法(python)
- 运用python进行模糊聚类分析步骤如下:建立数据矩阵;数据标准化;建立模糊相似矩阵;改造相似关系为等价关系;确定分类数(The steps of Python fuzzy clustering analysis are as follows: establishing data matrix; standardizing data; establishing fuzzy similarity matrix; transforming similarity relation into equiv
余弦相似度和ssim值
- 计算图片余弦相似度和ssim的值,该程序使用python语言写的(Calculate the cosine similarity and SSIM value, the program is written in Python language)