斯坦福大学2021年1月,Mykel J. Kochenderfer教授主编。Board introduction to algorithms for optimal decision making under uncertainty. We cover a wide variety of topics related to decision making, introducing the underlying mathematical problem formulations and the algorithms for solving them.
2021-02-01 20:38:45 7.95MB 算法 决策
1
开源算法 该项目是各种编程语言中各种算法的实现的集合。 这些算法非常有用且相对简单,建议任何计算机科学专业的学生都可以实施。 动机 此项目的动机是此 想要贡献? 看看 选择您要处理的问题 用选择的语言发表评论,之后您将被分配到该问题。 只有这样才能开始处理任务。 如果您选择的算法已经实现,请尝试对其进行优化。 如果当前尚不存在自述文件,请确保将其添加到自述文件中。 注意:鼓励以不同的语言实现已经实现的算法。 项目结构 回购的结构类似于 算法类别 算法名称 语言实现-源代码 当前实施的算法 编译器 LALR解析器 LL-1解析器 圆图 布雷森纳姆 加密 迪菲·赫尔曼 RSA Shamir秘密分享算法 图算法 0/1 BFS遍历 BFS遍历 双向Dijkstra 循环检测 DFS遍历 多源BFS 所有对最短路径(FloydWarshall) 贝尔曼福特算法 寻桥算法 拓扑排序 LeetCode解决方案 马尔可夫算法 维特比算法 网页排名 多项式解算器 牛顿法 设置检查 布隆过滤器 频率 排序 珠子排序 双音排序 气泡排序 递归气泡排序 桶分类 鸡尾酒排序 梳状排序 计数排序
1
Edmonds开花算法,用于无向图中的最大权重匹配 该库实现了Blossom算法,该算法计算O(节点数** 3)中无向图的最大加权匹配。 它从Joris van Rantwijk编写的python代码移植而来,该代码包含在NetworkX图形库中并进行了修改。 入门 将必要的依赖项添加到您的项目中: [ageneau/blossom " 0.1.4 " ] [aysylu/loom " 1.0.2 " ] 用法 ( ns test.blossom ( :require [blossom.max-weight-matching :as mwm] [blossom.matching :as m] [loom.graph :as lg])) ( def edges [[ 1 2 2 ][ 1 3 -2 ][ 2 3 1 ][ 2 4 -1 ][ 3 4 -6 ]]) ( def g ( -> ( lg/weighted-graph ) ( lg/add-edges* edges))) ; ; Compute a maximum weig
1
Computer.Vision:Algorithms_and_Applications_2nd(Richard.Szeliski)
2021-01-28 16:04:24 28.22MB computer vision algorithm 计算机视觉
Sequencing and scheduling is a form of decision-making that plays a crucial role in manufacturing and service industries. In the current competitive environment effective sequencing and scheduling has become a necessity for survival in the market-place. Companies have to meet shipping dates that have been committed to customers, as failure to do so may result in a significant loss of goodwill. They also have to schedule activities in such a way as to use the resources available in an efficient manner
2021-01-28 05:00:37 8.24MB 调度算法和理论
1
A brief overview of text classification algorithms is discussed. This overview covers different text feature extractions, dimensionality reduction methods, existing algorithms and techniques, and evaluations methods.
2021-01-28 04:54:51 7.2MB 文本分类 综述 算法 机器学习
学习计算机的同学赶紧抓紧读一读这本书,不推荐新手看,适合懂得最基本的java语言的同学。
2020-12-01 10:49:28 31.85MB 算法
1
Algorithms.in.C.Parts.1-5.3rd.Edition,学习算法的经典
2020-11-25 21:55:54 24.62MB 算法
1
计算机视觉算法与应用英文版,原版,带标签,Computer Vision Algorithms and Applications,Richard Szeliski著,This electronic draft is for non-commercial personal use only, and may not be posted or re-distributed in any form.
2020-11-25 16:04:30 22.14MB CV
1
Approximation.Algorithms.for.NP-Hard.Problems,.Dorit.S..Hochbaum,.PWS.1997,.WPCBJ.1998.311S
2020-10-27 23:20:41 13.22MB Approx imation Algori thms
1