联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按平台查找All C++(144) 

[人工智能/神经网络/深度学习] AIChessEngine

使用Minimax搜索树算法和Alpha-Beta修剪的可玩国际象棋引擎
Playable Chess Engine using Minimax Search-Tree Algorithm & Alpha-Beta Pruning (2024-01-03, C++, 0KB, 下载0次)

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

[人工智能/神经网络/深度学习] AI-FlappyBird

一个用c++编写的自学习神经网络学习玩松鸡。
A self-learning neural network written in c++ learns to play flappy bird. (2023-11-15, C++, 0KB, 下载0次)

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

[人工智能/神经网络/深度学习] FaceMixer

从激光扫描仪点云重建人脸,然后将不同的人脸映射到其中,玩得开心:),
Reconstruct face from laser scanner point clouds and then map different faces into it, have fun :), (2016-04-16, C++, 0KB, 下载0次)

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

[人工智能/神经网络/深度学习] AI-For-Games-Assessment-4

为非玩家角色设计和实施另一个人工智能策略,
Design and Implement One Other A.I. Strategy for a Non-Player Character, (2023-08-05, C++, 0KB, 下载0次)

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

[人工智能/神经网络/深度学习] RockPaperScissors

与具有基于学习的人工智能的计算机玩一个可定制的石头剪刀游戏。,
Play a customizable Rock-Paper-Scissors game against a computer with a learning based AI., (2017-02-26, C++, 0KB, 下载0次)

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

[人工智能/神经网络/深度学习] BrainRing

允许通过LPT接口玩脑环游戏的应用程序,用于与工作站一起操作。,
Application that allows to play Brain Ring Game via LPT interface for operating with workstations., (2014-01-16, C++, 0KB, 下载0次)

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

[人工智能/神经网络/深度学习] Microbit-TVPong

在电视上玩经典的乒乓球游戏-使用BBC微生物作为划桨。还支持蓝牙!
Play the classic Pong game on a TV - using BBC Microbits as paddles. Bluetooth also supported! (2018-03-20, C++, 1603KB, 下载0次)

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

[人工智能/神经网络/深度学习] genetic-sequence-formulizer

玩遗传编程。程序将生成一个近似输入序列的公式。
Playing around with genetic programming. Program will make a formula which approximates the input sequence. (2015-04-25, C++, 9KB, 下载0次)

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

[人工智能/神经网络/深度学习] UE5-CPP-Game-Project

玩UE5s的新功能,学习NPC AI运动的基本模型。
To play around with UE5s new features and to learn the basic models for NPC AI movement. (2022-05-14, C++, 5KB, 下载0次)

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

[人工智能/神经网络/深度学习] EvolutionarySolver

进化解算器,一种遗传算法使用一组神经网络来学习玩游戏
EvolutionarySolver,A genetic algorithm uses a population of neural networks to learn to play games (2019-12-03, C++, 32KB, 下载0次)

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

[人工智能/神经网络/深度学习] connect4-AI

connect4 AI,一种人工智能,使用遗传算法设计,玩著名的Connect 4游戏。
connect4-AI,An Artificial Intelligence that plays the famous Connect 4 game, designed with genetic algorithms. (2018-04-14, C++, 2120KB, 下载0次)

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

[人工智能/神经网络/深度学习] TetrisGeneticAlgorithm

俄罗斯方块遗传算法,计算机使用遗传算法学习如何玩俄罗斯方块。
TetrisGeneticAlgorithm,Computer learns how to play Tetris using genetic algorithm. (2018-04-10, C++, 9KB, 下载0次)

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

[人工智能/神经网络/深度学习] q-mspacman

q-mspacman,用强化学习玩吃豆人的人工智能的实现
q-mspacman,Implementation of an Artificial Intelligence for playing Pacman with Reinforcement Learning (2017-02-18, C++, 3100KB, 下载0次)

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

[人工智能/神经网络/深度学习] Replicating-DeepMind

复制DeepMind,再现DeepMind“用深度强化学习玩雅达利”的结果
Replicating-DeepMind,Reproducing the results of "Playing Atari with Deep Reinforcement Learning" by DeepMind (2015-02-09, C++, 28788KB, 下载0次)

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

[人工智能/神经网络/深度学习] RealTimePoseEsitmationDancingGame

RealTimePoseEsitmationDancingGame,一款由几个玩家在摄像机前玩的游戏,在空中挥舞双手,就像你不在乎一样...
A Game for several players in front of a camera where waving your hands in the air like you just don t care gets you points. This is a fun demonstration of how into integrate with OpenPose and use it s output as input for other neural networks. (2019-03-08, C++, 15636KB, 下载0次)

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

[人工智能/神经网络/深度学习] cpp_machine_learning

cpp_machine_learning,机器学习中引入的算法的C++实现
cpp_machine_learning,C++ implementation of algorithms introduced in Machine Learning (2022-09-06, C++, 296KB, 下载0次)

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

[人工智能/神经网络/深度学习] puffer

puffer,puffer是一个免费的电视直播网站,也是斯坦福大学的一项研究,使用机器学习来改善视频质量...
Puffer is a free live TV streaming website and a research study at Stanford using machine learning to improve video streaming (2023-01-16, C++, 1183KB, 下载0次)

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

[人工智能/神经网络/深度学习] PeregrineBot

PeregrineBot,一种C++人工智能,使用“虫族5池”策略玩“星际兄弟大战”游戏。
PeregrineBot,A C++ Artificial Intelligence that plays the game "Starcraft Broodwar" using a "Zerg 5-pool" strategy. (2019-04-25, C++, 76KB, 下载0次)

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

[人工智能/神经网络/深度学习] TorchCraftAI

TorchCraftAI,一个平台,可以让你建立代理来学习玩星际争霸:Brood War。
TorchCraftAI,A platform that lets you build agents to learn to play StarCraft: Brood War. (2021-08-31, C++, 37727KB, 下载0次)

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

[人工智能/神经网络/深度学习] gesture_recognition_ee292d

gesture_recognition_ee292d,ML模型,用于识别用Arduino 33 BLE在空间中绘制的字母。(斯坦福大学EE292D最终项目,2020年春季)
gesture_recognition_ee292d,ML model to recognize letters drawn out in space with the Arduino 33 BLE. (Stanford EE292D Final Project, Spring 2020) (2020-06-10, C++, 13421KB, 下载0次)

http://www.pudn.com/Download/item/id/1591786935557646.html
总计:144