搜索资源列表
EmbeddingDimension_FNN
- 假近邻法(False Nearest Neighbor, FNN)计算嵌入维的Matlab程序 文件夹说明: Main_FNN.m - 程序主函数,直接运行此文件即可 LorenzData.dll - 产生Lorenz时间序列 PhaSpaRecon.m - 相空间重构 fnn_luzhenbo.dll - 假近邻计算主函数 SearchNN.dll - 近邻点搜索 buffer_SearchNN_1.dll - 近邻点搜索缓存1 buffer_Search
AI_maze
- 载入txt文件迷宫,含几种搜索方法,例如depth first search, breadth first search等-maze included txt file containing several search methods, such as depth first search, breadth first search, etc.
宽度优先
- 宽度优先搜索法见cpp1.cpp文件,在vc6.0环境运行实现-width priority search see cpp1.cpp documents in the operation to achieve environmental vc6.0
8SM2
- 双向广度优先搜索算法法见8SM2.cpp文件,vc6.0环境运行实现-two-way breadth - first search algorithm see 8SM2.cpp France, achieving operating environment vc6.0
Cpp1
- 启发式搜索见cpp1.C文件,vc6.0环境运行实现-heuristic search cpp1.C see documents, achieving operating environment vc6.0
HSOGA
- 《求解全局优化问题的混合自适应正交遗传算法》一文的源码,见软件学报2010年第6期的文章。该代码中的自适应正交叉遗传算子有极强的搜索能力,特别适合高维工程函数模型的优化,如机器人多自由度的数学模型优化。虽然本人虽已不从事什么学术上的研究,但若你借鉴了其中的代码或者思想,请把该文献加入到你的参考文件中,谢谢。-" Global Optimization Problem with adaptive orthogonal genetic algorithm," a source te
TSP
- A*算法实现货郎担问题,从外部文件读入数据然后进行搜索-A* algorithm for traveling salesman problem, the data read from an external file and then search
AstarExample
- 这是一个简单的A*搜索算法程序,模拟从迷宫起点到达另终点搜索过程,以文件形式输出(用字符表示迷宫)。-This is a simple A* algorithm program to simulate the starting point from the maze to reach the other end of the search process to document the form of output (in characters maze).
yichuansuanfa
- 遗传算法是解决搜索问题的一种通用算法,对于各种通用问题都可以使用。该文件给出了遗传算法的经典程序。-Genetic algorithms to solve the problem of a general search algorithm, for a variety of common problems can be used. The document gives the classic genetic algorithm procedure.
Ant-colony-algorithm-
- 本文件里描述了用蚁群算法寻找最短路径的方法,以及相应的搜索路线图形表示-This document describes the use of ant colony algorithm to find the shortest path method, and the corresponding graphical representation of the search line
search-procedures
- 写了几个程序,请拍砖 为了配合人工智能导论课的教学,写了几个关于搜索的程序。 这几个程序的目的,是为了帮助同学学习,因此没有考虑程序 的实现效率,只追求算法的实现思路,力求简单明了,尽可能 与书上的算法描述一致。不知是否能达到这个目的,请大家给 提提意见。 共4个程序: 传教士也野人问题,回溯算法 传教士与野人,A*算法 八数码问题,A*算法 Alpha_Beta剪枝算法 一个txt文件,是Alpha_Beta剪枝程序的数据文件。-Wrot
frequent-subgraph
- 用于图集上子图搜索的代码,gSpan和FFSM的源码,都是在linux下运行,其中gSpan包括直接可以用shell运行的二进制文件和一个C&matlab版本,FFSM是C&matlab版本-Atlas subgraph search for the code, gSpan and FFSM source, are run under linux, which can be used directly gSpan including binaries and shell to run a C &
BFS-for-eight-digit
- 广度优先搜索实现八数码,源码和可执行文件, 未优化,带注释-Breadth-first search to achieve eight digital, source code and executable files, Unoptimized, annotated
gaot_and-material
- 最近在学习遗传算法工具箱,对比了多个工具箱之后,网上都说gaot工具箱最权威了,然后比较容易就下载下来了。可是其学习资料比较难下,而且安装有困难。我在论坛里没有搜索到相关资料,所以就冒昧的将这些资料上传上来了。 本附件包含了gaot遗传算法工具箱、安装说明、及其使用指导。 使用指导包括了三个pdf文件,第一是简单的讲解美国北卡罗来纳州立大学编写的《Genetic Algorithm Optimization Toolbox 》(GAOT遗传算法优化工具箱)的使用的方法,适合与初学者的。第
yichuansuanfa
- 遗传算法,可以用来很好的搜索遍历,亲测可用,内含四个子文件-Genetic algorithms can be used to good search traversal, pro-test available, containing four subfolders
神经网络自动跑马里奥
- 利用神经网络学习跑马里奥,脚本源码是NEAT.lua,已经整合在一起 测试方法:打开模拟器EmuHawk.exe,载入游戏,进入游戏后保存(save state),进入目录\SNES\State,找到刚才保存的文件,重命名为DP1.state,把这个文件复制到LUA文件夹和模拟器文件夹下,运行脚本就可以了. 哔哩哔哩上有作者的演示视频,搜索MarI/O(Use neural networks to learn how to run Mario)
Inception_V3(Transfer)
- 本算法实现了InceptionV3模型的迁移学习。训练好的inceptionV3模型可自行搜索下载.pb文件,数据集需为本地jpg图片。(Realization of full adder schematic diagram)
群搜索优化算法及其改进算法
- 文件内部包含原始GSO算法的原论文及其相应代码,还有改进后的SGSO算法的论文及其相应代码。
Simple Demo
- 人搜索 依赖 在python3.7 MacOS 10.14.6下测试 ——python包 ——opencv-python ——tb-nightly -torch>= 1.0 下载weights 从这里下载,密码:qscx 下载后,将权重放到文件夹 person_search_demo/weights中 测试 cd <指向此floder>的路径 python search 结果将保存在输出文件夹中 训练 您可以直接使用原始的YOLO代码进行培训。