Information Entropy
创作声明:本文部分内容由AI辅助生成(AIGC),仅供参考
Python内容推荐
python requests pytest接口自动化框架
代码转载自:https://pan.quark.cn/s/a4b39357ea24 EasyTest 2019-7-22 线上体验地址:http://47.96.182.173:8000(服务器到期,已失效) 主要修改为前后端分离的方式,部分功能做了修改,代码未上传(暂时不会有了) 个人自研的自动化测试平台,借鉴了部分HttpRunner的思想和部分代码,主要实现了项目管理、签名方式管理、接口管理、用例管理和测试计划的制定和运行等主要功能,其它的编辑修改都没做,现在只相当于完成了一个Demo吧。 环境: Python 3.6.3 Django 2.0.1 Pymysql 0.8.0 Requests 2.18.4 主要功能 项目签名管理: 项目签名方式的增删改查 项目管理 项目的增删改查,可以选择对应的签名方式 接口管理 接口的增删改查 测试环境管理 测试环境的增删改查,方便执行的时候快速切换测试环境 用例管理 测试用例的增删改查,单个用例调试 用例增加 一个用例中可以有多个接口 用例中用$符号来定义变量,用来多个接口之间参数的传递 如: 登录接口 url: /login data: {"phonenum": "13599999999", "password":"123456"} 登录成功后, 返回userid 查询客户信息接口 url: /userinfo/$phonenum data: {"userid": $userid} 这里首先需要定义一个$phonenum变量,执行的时候,会自动在上下文中查找到phonenum的值为13599999999,并将$phonenum的值替换,执行时,查询客户信息 接口的url会变成/userinfo/135999999...
Entropy and Information Theory
信息论经典教材,作者是Robert M. Gray, Information Systems Laboratory, Electrical Engineering Department, Stanford University
A rumor spreading model based on information entropy
A rumor spreading model based on information entropy
information and entropy
2004年MIT开放课程内容,information and entropy,值得一读
l1_entropy.rar_INFORMATION THEORY_entropy_theory
what is entropy and information theory. it provides basic information
Information and Entropy (MIT 6.050J)
Information and Entropy (MIT 6.050J)
Information_entropy.m
信息熵的计算代码,有示例,代码内有注释。对于信息理论的研究人员和学生有较大帮助,另外,有什么问题可以随即私信我
introduction to information theory and entropy
信息论和熵的入门介绍,内容较新,逻辑清晰,很适合初学者学习。
Normalized mutual information feature selection for electroencephalogram data based on grassberger entropy estimator
Normalized mutual information feature selection for electroencephalogram data based on grassberger entropy estimator
Financial Named Entity Recognition based on Conditional Random Fields and Information Entropy
Financial Named Entity Recognition based on Conditional Random Fields and Information Entropy
Abnormal Traffic Situation Awareness Model Based on Information Entropy
<br> <br>
Information Theoretic Learning Renyi's Entropy and Kernel Perspectives chapter9
Information Theoretic Learning Renyi's Entropy and Kernel Perspectives chapter9 信息论和模式识别的相关资料
tau_est.zip_Transfer entropy_information flow_transfer entropy_t
改进传统Transfer Entropy计算量大、复杂的缺点,提出一种新的标准化快速因果测试分析。
An Information Entropy Approach for Sleep Scheduling in Densely-deployed Sensor Networks
An Information Entropy Approach for Sleep Scheduling in Densely-deployed Sensor Networks
Information_entropy11.m
概率分布为正态分布的一维数据序列的信息熵计算,可以修改成适合自己的概率分布
Adaptive molecular docking method based on information entropy genetic algorithm
Adaptive molecular docking method based on information entropy genetic algorithm
[评价方法]信息熵理论与熵权法 Information entropy theory&Entropy wei.zip
[评价方法]信息熵理论与熵权法 Information entropy theory&Entropy wei
MAXIMUM ENTROPY MIMO WIRELESS CHANNEL MODELS WITH LIMITED INFORMATION
MAXIMUM ENTROPY MIMO WIRELESS CHANNEL MODELS WITH LIMITED INFORMATION
Genome Information Entropy Spectrum:计算任何基因组信息熵谱的代码。-开源
GENIES 程序是一个独立的代码,具有易于使用的图形界面,可执行以下任务:a) 加载两个基因组文件(原始和变异); b) 计算每个基因组的信息熵谱; c) 计算信息熵比谱; d) 它提取已识别的突变数量、它们的索引位置,然后保存包括光谱在内的所有数据; e) 此外,程序对两个基因组进行基点到基点比较,以通过直接比较检测突变。 函数 e) 对于检查所提出的方法并促进其校准以预测未来的基因突变非常重要。
information_entropy.rar_信息熵分割
基于信息熵的图像分割技术,该方法能快速准确找到阈值
最新推荐



