-
最小费用最大流算法
最小费用最大流算法采用的是“基于Floyd最短路算法的Ford和Fulkerson迭加算法”,其基本思路为:把各条弧上单位流量的费用看成某种长度,用Floyd求最短路的方法确定一条自V1至Vn的最短路;再将这条最短路作为可扩充路,用求解最大流问题的方法将其上的流量增至最大可能值;而这条最短路上的流量增加后,其上各条弧的单位流量的费用要重新确定,如此多次迭代,最终得到最小费用最大流。
- 2022-07-21 02:43:18下载
- 积分:1
-
基于依存关系的句法分析统计模型
语义依存方法的详细操作和编程思想,简明易懂,可以跟着编程(The detailed operation and programming idea of the semantic dependency method are concise and easy to understand, and can be followed by programming)
- 2020-06-23 18:20:02下载
- 积分:1
-
李宏毅—1天搞懂深度学习
本文是2016 台湾资料科学年会前导课程“一天搞懂深度学习”的全部讲义PPT(共268页),由台湾大学电机工程学助理教授李宏毅主讲。作者在文中分四个部分对神经网络的原理、目前存在形态以及未来的发展进行了介绍。深度学习的每一个核心概念在文中都有相关案例进行呈现,通俗易懂。一天的时间搞懂深度学习?其实并不是没有可能。(This is the entire handout PPT (268 pages in total) of "a day to understand deep learning", the leading course of the 2016 Taiwan annual conference of data science. It was given by li hongyi, assistant professor of electrical engineering at Taiwan university.In this paper, the author introduces the principle, existing form and future development of neural network in four parts.Each core concept of deep learning is presented in relevant cases, which are easy to understand.)
- 2020-06-20 11:00:02下载
- 积分:1
-
《动手学习深度学习》Pytorch 相关源码
Dive Into Deep Learning
- 2020-12-08下载
- 积分:1
-
python车牌识别(基于opencv-python)
基于`opencv-python`的车牌识别,代码主要参考CSDN上几个版主的代码,对代码进行了一定的优化,一定程度上提高了识别的准确率。并重写了一个GUI界面,添加数据导出功能。
- 2020-04-07下载
- 积分:1
-
MifareClassicCard
在电脑上可以使用ACR122u等设备dump出卡片数据,为了方便在手机上读写卡片,需要将dump转换为mct形式。另外附上M1_TOOLS,都是我收集整理很久的软件,方便大家使用!
- 2022-01-22 06:00:06下载
- 积分:1
-
python基于vtk模块的stl文件读取可视化
说明: Python 基于vtk模块实现stl文件的读取并可视化(Python reads and visualizes STL files based on VTK module)
- 2020-07-10 11:28:55下载
- 积分:1
-
hr
说明: 人力资源数据分析练习,如果可以帮到您,请点赞(HR data analysis exercises)
- 2020-03-12 23:35:13下载
- 积分:1
-
使用matplotlib在python中绘制图形
基于matplotlib在python中绘制图形。代码中给出了一个sinx,一个三维曲面的绘制代码示例。
- 2022-02-13 00:05:21下载
- 积分:1
-
jieba分词代码
说明: 从文章或段落中划分词语,识别词性和统计词频,从而提取能显示内容中心关键词和高频词语(Dividing words from articles or paragraphs, identifying parts of speech and counting word frequencies, so as to extract keywords and high-frequency words that can display the content center.)
- 2020-06-23 17:00:02下载
- 积分:1