联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找编程语言基础(1692) 其他(1181) 人工智能/神经网络/深度学习(700) Python编程(508) collect(493) 数学计算(405) 其他书籍(336) 开发工具(291) Leetcode/题库(248) 数值算法/人工智能(237) 游戏(206) 电子书籍(203) 模式识别(视觉/语音等)(159) 嵌入式/单片机/硬件编程(156) Windows编程(144) 工具库(128) 数据结构(120) 自然语言处理(119) 界面编程(116) 论文(114) 文章/文档(111) Linux/Unix编程(97) 网络编程(92) 内容生成(90) 超算/并行计算(86) 大数据(82) C/C++基础(76) 代码编辑器(72) 编译器/解释器(68) 生物医药技术(45) WEB开发(45) 企业管理(41) 处理器开发(41) 图形图像处理(40) 机器人/智能制造(40) 金融证券系统(39) 聊天室(39) 后台框架(38) 自动编程(37) 前端开发(36) 硬件设计(35) GPU/显卡(35) 网络编程(33) 云计算(32) 调试/Bug(32) 加密解密(31) matlab编程(29) VHDL/FPGA/Verilog(29) 系统/网络安全(28) 图形图象(28) 数据库系统(28) 单片机开发(28) Python工具库(27) 数据可视化(27) 智慧办公(25) GIS/地图编程(24) 物理/力学计算(24) GPT/ChatGPT(24) 书籍源码(22) 网络截获/分析(21) 多国语言处理(20) 聚类算法(19) 游戏引擎(18) 交通/航空行业(18) 区块链开发(18) 通讯编程(17) 操作系统开发(17) 数据挖掘/数据仓库(17) 自动驾驶(17) 数据采集/爬虫(17) 机器翻译(16) DevOps(16) 地理学(16) 虚拟化(16) 源码/资料(15) Email客户端(14) 搜索引擎(14) 中间件编程(14) 教育系统应用(14) OA办公系统(14) NumPy(14) 云数据库/云存储(14) 测试(14) hotest(14) 项目管理(14) 能源行业(电力石油煤炭)(13) 微服务(13) 嵌入式Linux(12) OpenCV(12) 博客(12) 物联网(12) Java编程(11) MySQL数据库(11) JavaScript/JQuery(11) 仿真建模(11) 量子计算(11) CA认证(10) 虚拟/增强现实-VR/AR(10) 特征抽取(10) Julia编程(10) 
按平台查找All Python(10404) 

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

“使用此教育存储库探索进化算法(EA)的世界。深入研究遗传算法的详细实现...,
"Explore the world of Evolutionary Algorithms (EAs) with this educational repository. Dive into detailed implementations from Genetic Algorithms to Particle Swarm Optimization. Designed for clarity and understanding, it s a comprehensive guide for learners and educators alike. Dive in and demystify EAs!" (2023-09-06, Python, 0KB, 下载0次)

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

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

使用进化算法逼近TSP。首先在python中这将非常慢,然后我将用C编写一个实现,
Approximating the TSP using evolutionary algorithms. This will be really slow first and in python, then I will write an implementation in C, (2023-08-13, Python, 0KB, 下载0次)

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

[hotest] pinejuice

该脚本允许您从菠萝EA菠萝src GitHub存储库下载最新的Yuzu Early Access版本,
This script allows you to download the latest Yuzu Early Access Versions from the pineappleEA pineapple-src GitHub repository, (2023-05-22, Python, 0KB, 下载0次)

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

[聚类算法] oid-Classification-using-k-Nearest-Neighbors-kNN-

小行星分类对于理解这些天体及其对地球物理的潜在影响具有重要意义...
Asteroid classification plays a crucial role in understanding these celestial bodies and their potential impact on Earth. The goal of this project is to develop a machine learning model using the k-Nearest Neighbors (kNN) algorithm to classify asteroids into different classes based on their attributes. (2023-05-18, Python, 5KB, 下载0次)

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

[自动编程] RLBid_EA

这是一个实验代码库,支持论文《展示广告中的实时竞价策略:a...
This is a repository of the experiment code supporting the paper Real-time Bidding Strategy in Display Advertising: An Empirical Analysis. (2022-10-17, Python, 87568KB, 下载0次)

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

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

该应用程序实现了多个用于约束优化的EA,即随机排名、SPEA2和NSGA2。
This app implements multiple EAs for constrained optimization, namely Stochastic Ranking, SPEA2 and NSGA2. (2022-12-27, Python, 7987KB, 下载0次)

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

[人工智能/神经网络/深度学习] informatiCup2019-LabWITT-EA

2019年信息杯提交文件的一部分:使用CNN分类器集合生成对抗性示例...
Part of a submission for the informatiCup 2019: Generating adversarial examples using ensembles of CNN classifiers paired with Evolutionary Algorithms (2022-11-21, Python, 45456KB, 下载0次)

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

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

该知识库存储了一种用于进化和优化的基于强化学习的参数控制器的实现...
This repository stores the implementation of an Reinforcement Learning-based parameter controller for evolutionary and swarm-based algorithms. (2021-01-30, Python, 45377KB, 下载0次)

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

[地理学] EEQL_Calc

文中给出了一个用等效单元法计算基础剪力和作用在楼层上的地震荷载的程序...
A program that calculates the base shear force and the earthquake loads acting on the stories using the equivalent earthquake load method. (2022-03-15, Python, 5KB, 下载0次)

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

[游戏引擎] eventsEngine

用于python游戏的事件引擎包。创建动作触发(因果)对,链接事件(任务,故事)ea...
Event engine package for python games. Create action/trigger (cause/effect) pairs, linked events (quests, stories) easily. Just drop this into your game- in-progress. (2016-07-10, Python, 13KB, 下载0次)

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

[虚拟/增强现实-VR/AR] Google-Earth-VR-Pilot

谷歌地球VR与Oculus Rift的FreePIE脚本。让你在谷歌Ea...
FreePIE Script for Google Earth VR with Oculus Rift. Lets you pilot the virtual HTC Vive controllers within Google Earth VR with your XBox controller. (2017-01-25, Python, 3KB, 下载0次)

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

[] proof-of-concept

通过将以太坊智能合约与谷歌Ea上的土地覆盖分类联系起来,改善生态系统服务的支付...
Improve Payments for Ecosystem Services by linking Ethereum smart contracts to land cover classification on Google Earth Engine (2019-03-29, Python, 138KB, 下载0次)

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

[] EA_integration_devis

从软件程序中获取所有设备导出并处理所有设备,然后将其导入sage SQL Server
getting all devis export from the software proges and treat all devis then import this into the sage SQL Server (2021-12-07, Python, 24KB, 下载0次)

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

[电子书籍] python游戏编程入门

python游戏编程入门python游戏编程入门python游戏编程入门python游戏编程入门 (2022-05-18, Python, 33576KB, 下载1次)

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

[其他书籍] 编程基础课

编程基础教程,主要介绍Python的编程基础,适合编程初学者
Basic Programming Course (2019-10-03, Python, 1420KB, 下载1次)

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

[文章/文档] Python高级编程

Python高级编程,提高Python编码水平
Python advanced programming (2018-03-01, Python, 39496KB, 下载9次)

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

[其他] Python编程实践gwpy2-code

Python编程实例
Python (2017-12-21, Python, 248KB, 下载3次)

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

[电子书籍] Python编程入门经典

python编程入门经典 python编程入门经典
The introductory classic of Python Programming (2017-12-07, Python, 58459KB, 下载15次)

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

[其他书籍] Python

python编程金典》读书笔记python编程金典》读书笔记
python编程金典》读书笔记python编程金典》读书笔记 (2010-05-24, Python, 38KB, 下载16次)

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

[其他书籍] Python_coding

Python 编程规范 Python 编程规范 Python 编程规范
Python Programming Python Programming norms norms norms Python Programming (2007-08-30, Python, 14KB, 下载270次)

http://www.pudn.com/Download/item/id/325777.html
总计:10404