足球经理 使用数据和机器学习来分析足球运动员。 贡献者: 巴图拉普·雅尔辛 托马斯·麦卡塔夫(Thomas Mecattaf) 莫希什·查克拉瓦蒂(Mohnish Chakravarti) Description:我们几乎每天都在我们的xbox上玩FIFA职业模式。 在此项目中,我们使用基本的机器学习技术(例如线性回归,随机森林和神经网络)分析2015 / 16、2016 / 17、2017 / 18、2018 / 19赛季EPL玩家的游戏FIFA评分和实际表现网络。 有3个笔记本(一个用于抓取,一个用于基本数据分析,一个用于机器学习),以及3个HTML文件,它们更详细地解释了所有这些笔记本和我们的项目 进行此项目的一些动机是: 我们可以了解FIFA中的球员属性和等级吗? EA Sports不会发布有关球员排名和分配属性值的任何信息。 FIFA球员可以使用此回合为球队的每个职位
1
网上找的关于随即逼近算法(Stochastic Approximation Algorithms)的资料。
2022-11-18 14:29:55 762KB StochasticAppro
1
Paulo S.R. Diniz 著的第三版 自适应滤波算法与实现 英文版
2022-11-12 17:53:57 7.38MB 自适应滤波 算法与实现 第三版
1
机器人大牛Peter Corke的经典之作,内容涵盖机器人学(工业机器人,移动机器人,飞行器等等),机器视觉,机器人控制和算法。同时还有matlab机器人工具箱和机器视觉工具箱的实例代码,是一本全面而详细研究机器人方向的入门书籍。
2022-11-10 15:54:29 3.84MB 机器人 机器视觉 机械臂运动学
1
八大排序算法
2022-11-09 13:19:03 9KB 数据结构 排序算法
1
MIT教材算法导论英文原版,排版质量极佳!
2022-11-08 21:54:46 5.59MB 算法 数据结构
1
凸优化方面的经典著作 Here is a book devoted to well-structured and thus efficiently solvable convex optimization problems, with emphasis on conic quadratic and semidefinite programming. The authors present the basic theory underlying these problems as well as their numerous applications in engineering, including synthesis of filters, Lyapunov stability analysis, and structural design. The authors also discuss the complexity issues and provide an overview of the basic theory of state-of-the-art polynomial time interior point methods for linear, conic quadratic, and semidefinite programming. The book's focus on well-structured convex problems in conic form allows for unified theoretical and algorithmical treatment of a wide spectrum of important optimization problems arising in applications.
2022-11-08 16:40:59 22.38MB convex optimization 凸优化 模式识别
1
Prolog-Dijkstra-Algorithm 使用Dijkstra算法的Prolog出租车调度程序应用程序。 该应用程序将尝试最佳调度出租车以接客。 这是通过使用Dijkstra的算法来找到最短路径来完成的,并为此提供了一种实现方法。 该代码可以通过查询scheduler.pl并调用scheduler(FinalTaxiPositions)来运行。 为了仅测试Dijkstra的算法,可以使用graph.pl : % 0 is that start node = A ?- dijkstra(0, Costs, Prevs). % 0 is start node = A, 2 is destination = D ?- dijkstra_path(0, 2, Path, Cost). ```
2022-11-05 21:55:21 62KB puzzle algorithms graph-algorithms prolog
1
算法领域的经典参考书,全新的Java实现代码,采用模块化的编程风格,所有代码均可供读者使用。
2022-11-04 20:59:56 22.41MB 算法
1
这是我在网上找到目前最好的资源了,拿出来给大家分享下咯
2022-11-04 17:47:37 48.31MB 算法导论 Introduction to Algorithms
1