联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 数值算法/人工智能(581) 

[数值算法/人工智能] APCS-Final

我的AP计算机科学的最后一个项目!一款具有多个玩家的在线标签烫手山芋游戏。
My final project for AP Computer Science! An online tag hot-potato game with multiple players. (2024-05-11, Java, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1715415985500013.html

[数值算法/人工智能] PredictHumanActivity

斯坦福STATS 202的最终项目:数据挖掘和分析。基于智能手机传感器数据的数据探索和ML模型构建。用R和Python进行
Final Project from Stanford STATS 202: Data Mining and Analysis. Data exploration and ML model building on smartphone sensor data. Conducted in R and Python (2024-02-16, Jupyter Notebook, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1708082864148958.html

[数值算法/人工智能] Dino-bot

一个具有定制环境的DQN模型,教计算机如何玩著名的游戏,Google Chrome的Dino,
A DQN model with custom-built environment to teach the computer how to play the famous game, Dino from Google Chrome, (2023-10-13, Jupyter Notebook, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1697313967921520.html

[数值算法/人工智能] Videogame-Recommendations

COMP 541的一个项目,从游戏数据集中挖掘数据,根据玩家的偏好向他们推荐视频游戏,
A project for COMP 541 that mines data from gaming datasets to recommend videogames to players based on their preferences, (2023-10-13, Others, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1697168336897525.html

[数值算法/人工智能] Wordle-Results-Investigation

使用数据科学调查澳大利亚和国际玩家样本发布的Wordle结果。
Investigating the Wordle results posted by a sample of Australian and international players using data science. (2023-09-13, HTML, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1694736920619986.html

[数值算法/人工智能] Minesweeper

扫雷是一种在矩形板上玩的基于单人逻辑的计算机游戏,其目标是定位预定数量的...,
Minesweeper is single-player logic-based computer game played on rectangular board whose objective is to locate a predetermined number of randomly-placed "mines" by clicking on "safe" squares while avoiding the squares with mines. One can flag the square which contains the mine. (2023-07-26, HTML, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1690780450989311.html

[数值算法/人工智能] Stanford-CS229-Spring2023-Notes

斯坦福大学CS229关于机器学习的课程笔记,涵盖讲座、基本概念和算法。为学生和任何对机器学习感兴趣的人提供的综合资源。
CS229 course notes from Stanford University on machine learning, covering lectures, and fundamental concepts and algorithms. A comprehensive resource for students and anyone interested in machine learning. (2023-07-28, Others, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1690773079537638.html

[数值算法/人工智能] video-poker-calculator

某些类型的视频扑克的计算器(或模拟器),以获得返回到玩家(RTP)值或房子边缘。
Calculator(or Simulator) for some kinds of video poker to get Return To Player(RTP) value or house edge. (2022-04-29, TypeScript, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1687960131156966.html

[数值算法/人工智能] Poker-Odds-Calculator

根据玩家手中的当前已知牌和其他牌,计算实现不同扑克手牌的几率...
Calculates the odds of achieving different poker hands based on the currently known cards in the player s hand and on the table. (2014-09-28, C#, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1687955525985063.html

[数值算法/人工智能] Minecraft-Geographic-Generator

一个C++程序,它将根据地形测量(和道路)数据和航空数据生成一个可玩的Minecraft世界...
A C++ program which will generate a playable Minecraft world based on Ordnance Survey Terrain (& road) Data and aerial photography. (2013-10-02, C++, 12KB, 下载0次)

http://www.pudn.com/Download/item/id/1687546432381391.html

[数值算法/人工智能] Dynamic-Grid-Generator-

动态网格生成器+用于玩家路径查找的LRTA*+用于移动的Boid+用于边缘数据存储的AVL树。
Dynamic Grid Generator + LRTA* for player path find + Boids for movement + AVL Tree to edge data store. (2020-05-05, C#, 339KB, 下载0次)

http://www.pudn.com/Download/item/id/1687546115535943.html

[数值算法/人工智能] playground

游乐场,一个直接从浏览器玩机器学习模型的Streamlight应用程序,
A Streamlit application to play with machine learning models directly from the browser , (2022-02-24, Python, 3893KB, 下载0次)

http://www.pudn.com/Download/item/id/1645686271717050.html

[数值算法/人工智能] s2

设数组A中存放互不相同的n个整数,试编写算法, 输出从这n个数中取出k个数的所有组合(0<k< n)。
A set stored in the array of n integers different each other, try to write the algorithm, the output the number n Remove all combinations of the number k (0 <k< n)。 (2016-10-20, Visual C++, 5KB, 下载1次)

http://www.pudn.com/Download/item/id/1476954565833512.html

[数值算法/人工智能] merge-problem

贪心算法-最优合并问题 给定k 个排好序的序列s , s , , sk 1 2  , 用 2 路合并算法将这k 个序列合并成一个序列。 假设所采用的 2 路合并算法合并 2 个长度分别为m和n的序列需要m + n -1次比较。试设 计一个算法确定合并这个序列的最优合并顺序,使所需的总比较次数最少。
贪心算法-最优合并问题 给定k 个排好序的序列s , s , , sk 1 2  , 用 2 路合并算法将这k 个序列合并成一个序列。 假设所采用的 2 路合并算法合并 2 个长度分别为m和n的序列需要m+ n-1次比较。试设 计一个算法确定合并这个序列的最优合并顺序,使所需的总比较次数最少 (2016-01-04, Java, 1KB, 下载2次)

http://www.pudn.com/Download/item/id/1451916289166907.html

[数值算法/人工智能] ewedw

最小重量机器设计问题:设某一机器由N个部件组成,每一个部件都可以从M个不同的供应商处购得。设wij是从供应商j处购得部件i的重量,cij是相应的价格。试设计一个算法,给出总价格不超过C的最小重量机器设计。
it is a kiding (2013-12-11, Windows_Unix, 1012KB, 下载1次)

http://www.pudn.com/Download/item/id/2423350.html

[数值算法/人工智能] matrix

假设稀疏矩阵A和B均以三元组表作为存储结构,试写出矩阵相加(相乘—选做)的算法,另设三元组表C存放结果矩阵。
Assuming a sparse matrix A and B are in triples table as a storage structure, try to write the matrix (multiplied by- election) algorithm by adding additional triples Table C store the resulting matrix. (2012-11-14, Visual C++, 2KB, 下载5次)

http://www.pudn.com/Download/item/id/2047458.html

[数值算法/人工智能] shujujiegou

试设计一个将一组英文单词按字典序排列的基数排序算法。设单词均由小写字母或空格构成,最长的单词有MaxLen个字母
Design a test to a group of English words arranged according to the base of lexicographic sorting algorithm. Let the words are lower case letters or spaces constitutes the longest word has MaxLen letters (2011-03-03, Visual C++, 53KB, 下载9次)

http://www.pudn.com/Download/item/id/1443155.html

[数值算法/人工智能] e3_4

考虑整数线性规划问题max(ci*xi)试设计一个解此问题的动态规划算法,并分析算法的计算复杂性
Consider the integer linear programming problem max (ci* xi) try to design a solution of this problem, dynamic programming algorithm, and analysis of algorithms computational complexity (2009-12-21, Visual C++, 2KB, 下载159次)

http://www.pudn.com/Download/item/id/1012050.html

[数值算法/人工智能] core

Core War: 这是我给他命的名。 形容起来比较复杂。 玩一下就知道了:P.
Core War : This is my life to him by name. Describe more complicated. Play with will know : P. (2007-05-30, Java, 89KB, 下载144次)

http://www.pudn.com/Download/item/id/290116.html

[数值算法/人工智能] aba

试写一个算法判别读入的一个以‘@’为结束符的字符序列是否是“回文”
try to write an algorithm for the discriminant read into a '@' website at the end of the sequence of characters is whether the "Palindrome" (2006-06-21, Visual C++, 2KB, 下载12次)

http://www.pudn.com/Download/item/id/196293.html