-
ChineseSegmentUsingHashTable
说明: 用python实现双字哈希字典,可用于中文分词(Using Python to realize double-character hash dictionary, which can be used for Chinese word segmentation)
- 2019-04-20 23:09:29下载
- 积分:1
-
Speech and Language Processing.pdf
Speech and Language Processing.pdf
- 2020-06-24 16:20:02下载
- 积分:1
-
shape_predictor_5_face_landmarks.dat
说明: 用于人脸识别中的5点特征模型,将人脸数据进行提取(Five-Point Feature Model for Face Recognition and Face Data Extraction)
- 2020-06-22 11:20:02下载
- 积分:1
-
DFB_model
利用numpy库实现激光器领域的时域行波模型。该模型输出激光器信号,频谱等。(The time-domain traveling wave model in laser field is realized by using numpy library. The model outputs laser signals, spectrum and so on.)
- 2021-04-15 10:48:54下载
- 积分:1
-
PyTorch深度学习实战
说明: PyTorch深度学习实战从原理到实战、深入浅出地介绍了Facebook人工智能利器Pytorch的卓越表现,只要认真读完本书,你就能掌握Pytorch的使用技巧了。(Pytorch in-depth learning practice introduces the outstanding performance of the Facebook artificial intelligence tool Python from the principle to the practice. As long as you read this book carefully, you can master the use skills of Python.)
- 2021-03-29 20:59:10下载
- 积分:1
-
python-实现knn算法
k近邻算法,k NearestNeighbor(KNN),它的工作原理如下: 存在一个样本数据集合,也称作训练样本集,并且样本集中每个数据都存在标签,即我们知道样本集中每一数据与所属分类的对应关系。当输入没有标签的新数据后,将新数据的每个特征与样本集中数据对应的特征进行比较,然后算法提取样本集中特征最相似数据(最近邻)的分类标签。一般来说,我们只选择样本数据集中前k个最相似的数据,这就是k近邻算法中k的出处,通常k是不大于20的整数。最后,选择k个最相似数据中出现次数最多的分类,作为新数据的分类。
- 2022-02-02 02:10:24下载
- 积分:1
-
lstm时间序列的python语言
说明: lstm时间序列的python语言,可以参考(Python language of LSTM time series)
- 2019-12-24 10:41:47下载
- 积分:1
-
Python-for-DE--algorithm-
Python实现的差分进化算法的源代码,供大家学习参考(Python implementation of the differential evolution algorithm source code for everyone to learn information)
- 2011-08-24 15:54:11下载
- 积分:1
-
gn
说明: Market Newman写的复杂网络的加权GN算法 算法用Python写的
其基本思想是不断的删除网络中具有相对于所有源节点的最大的边介数(ege betweenness)的边,然后,再重新计算网络中剩余的边的相对于所有源节点的边介数(The basic idea is to delete the network with respect to all of the source nodes of the largest betweenness (EGE betweenness) edges, then re computing network the remaining edge relative to the boundary of the source node number of all)
- 2016-09-18 08:40:49下载
- 积分:1
-
autocoder
说明: 自编码的训练模型,数据太大我将正在之后上传,希望可以帮到需要的朋友(Self coded training model, the data is too large, I will upload it later, hoping to help friends who need it)
- 2020-01-19 18:29:04下载
- 积分:1