-
求最大公约数和最小公倍数
【实例简介】
- 2021-08-07 00:31:07下载
- 积分:1
-
voxelmorph-master
图像配准voxelmorph的相关代码,以及使用说明(image registration Relevant codes and instructions for use)
- 2021-04-20 16:38:50下载
- 积分:1
-
PythonInventYouOwnComputerGameswithPython
说明: python游戏编程教材 人民邮电出版社第三版(Python game programming textbook, people's Posts and Telecommunications Press, Third Edition.)
- 2018-04-03 20:58:01下载
- 积分:1
-
python
python编程实现数据挖掘领域的经典算法:Apriori算法,实现对于关联规则的挖掘。文件中含有程序主体及测试数据集。(Classical data mining algorithms: Apriori algorithm for mining associated rules. Algorithm programmed in JAVA and test dataset are included.)
- 2014-09-22 20:23:20下载
- 积分:1
-
3D_POLY
在多晶体材料的计算中能够给多晶体赋予材料属性,然后利用晶体塑性模型计算(It can give material properties to polycrystals.)
- 2018-12-25 15:42:16下载
- 积分:1
-
2010
实验中心网上预约系统,计算机学院课程设计(Experimental Center of the Internet booking system, curriculum design,)
- 2010-09-06 17:57:39下载
- 积分:1
-
机器学习框架techstar-ai-master
一种大数据机器学习框架的源代码,techstar-ai(The source code of a large data machine learning framework, techstar-ai)
- 2019-02-24 08:37:54下载
- 积分:1
-
GRU
通过Python基于keras平台实现了时间序列模型gru(Realization of time series model Gru based on keras platform by Python)
- 2020-08-16 15:28:36下载
- 积分:1
-
从Python开始学编程
说明: 本书以Python为样本,不仅介绍了编程的基本概念,还着重讲解了 编程语言的范式(面向过程、面向对象、面向函数),并把编程语言的 范式糅在Python中,让读者不仅学会Python,未来在学习其他编程语言 时也变得更加容易。(aking Python as a sample, this book not only introduces the basic concepts of programming, but also focuses on the programming language paradigm (process-oriented, object-oriented, function-oriented), and incorporates the programming language paradigm into Python, so that readers can not only learn Python, but also become easier to learn other programming languages in the future.)
- 2020-06-18 03:00:02下载
- 积分:1
-
HMM-master
说明: 隐马尔科夫模型进行中文分词
模型训练
python HMM_train.py RenMinData.txt_utf8
RenMinData.RenMinData_utf8 为人民日报已经人工分词的预料。
生成三个文件
* prob_start.py 为模型的初始概率
* prob_trans.py 为模型状态转移概率
* prob_emit.py 为发射概率
测试模型效果
python HMM.py
reference
维特比算法:(python HMM_train.py RenMinData.txt_utf8
RenMinData.RenMinData_utf8
prob_start.py
prob_trans.py
prob_semit.py)
- 2019-03-22 10:56:24下载
- 积分:1