Welcome![Sign In][Sign Up]
Location:
Search - python search

Search list

[Game Hook Crackmaze

Description: 我收藏的python下的迷宫路径搜索,用的是回溯法。为方便起见,程序没有记录行走路径,只输出路径所经历过的方块。-I collected the maze under the python search path, using a retroactive law. For the sake of convenience, the program did not record walking path, only the output path of the box experiences.
Platform: | Size: 1024 | Author: 朱炽衡 | Hits:

[Windows Developsearch

Description: 人工智能原理实现的吃豆子游戏,包含各种搜索方法和相应的支持文件爱你-Principles of Artificial Intelligence to eat beans to achieve the game, including a variety of search methods and the corresponding supporting documents love you
Platform: | Size: 40960 | Author: xuwenju | Hits:

[Search Enginegoogle-image-search

Description: 利用Google API按照给定关键字搜索并下载所有图片的代码,可以在短时间内收集大量图片素材。-Search and download images from web using google APIs.
Platform: | Size: 1597440 | Author: mep | Hits:

[Search Enginepythonsearchengine

Description: search engine with python
Platform: | Size: 356352 | Author: payman behnam | Hits:

[Mathimatics-Numerical algorithmssearch

Description: A Pacman agent needs to efficiently find paths through a maze, either to reach a particular location or collect remaining food quickly. In this project, you will build general search algorithms and apply them to Pacman scenarios. The code for this project consists of several Python files, some of which you will need to read and understand in order to complete the assignment, and some of which you can ignore for now. You can download the code and supporting files as a zip archive.
Platform: | Size: 11237376 | Author: xiaoxiao | Hits:

[Chess Poker gamesPacman

Description: source code for Pacman game in python language ,enables you to creat a agent and modify it for your own algorithm
Platform: | Size: 33792 | Author: mohsen | Hits:

[AI-NN-PRsearch

Description: 用于CS188, AI教学,各类搜索如深度优先,广度优先和迭代加深算法的实现验证(AI project for search algorithm)
Platform: | Size: 138240 | Author: williamsjohnson | Hits:

[Otherjjwxc_novel_穿越

Description: python 搜索小说的一个编程,可以直接搜索小说的数据(Python search fiction)
Platform: | Size: 1024 | Author: 蛋筒蛋筒 | Hits:

[Other Gamessearch

Description: search.py for python search ai
Platform: | Size: 138240 | Author: magnificus | Hits:

[Search Enginesearch

Description: 利用谷歌搜索引擎实现自动上传图片,并获取搜索结果(Use Google search engine to automatically upload pictures, and obtain search results)
Platform: | Size: 49152 | Author: lalala123lalala | Hits:

[Other和声搜索算法-python代码

Description: 主要用于实现和声搜索算法的代码,用于进行算法优化(It is mainly used to realize the code of harmony search algorithm, which is used to optimize the algorithm)
Platform: | Size: 11264 | Author: 平常心123 | Hits:

[google图片爬虫(python)

Description: 可以通过关键词搜索来对谷歌图片进行爬取,python脚本,自动保存,数据采集必备(You can crawl Google pictures by keyword search, python scripts, automatically save, data acquisition necessary)
Platform: | Size: 1024 | Author: 不言不语 | Hits:

[Special Effectspython计算机视觉.pdf

Description: 本书是计算机视觉编程的权威实践指南,依赖 Python 语言讲解了基础理论与算法,并通过 大量示例细致分析了对象识别、基于内容的图像搜索、光学字符识别、光流法、跟踪、三维重建、 立体成像、增强现实、姿态估计、全景创建、图像分割、降噪、图像分组等技术。(This book is an authoritative guide to computer vision programming, which explains basic theories and algorithms based on the Python language.A large number of examples carefully analyze object recognition, content based image search, optical character recognition, optical flow, tracking, 3D reconstruction,Stereoscopic imaging, augmented reality, attitude estimation, panoramic creation, image segmentation, noise reduction, image grouping and other techniques.)
Platform: | Size: 17972224 | Author: sycai | Hits:

[Books2016-Python-Real World Machine Learning

Description: PDF为文字版,可以复制,一共983页。本书给出了各种机器学习和数据挖掘方法在python中的应用实例,相当详细。京东200多。(Machine learning is becoming increasingly pervasive in the modern data-driven world. It is used extensively across many fields, such as search engines, robotics, self-driving cars, and so on. In this course, you will explore various real-life applications. where you can use what algorithms you should use in a given context using this exciting recipe-based guide.)
Platform: | Size: 14442496 | Author: dasongjq | Hits:

[Internet-Networkpython实验

Description: 使用Python进行字符串处理,包括字符筛选,字符查找,字符增加,字符删除,字符替换,字符覆盖等等等。(Using Python for string processing, including character selection, character search, character addition, character deletion, character substitution, character coverage, and so on.)
Platform: | Size: 2972672 | Author: Dawnc | Hits:

[Othercuckoo-search-master

Description: cuckoo search implementation in python
Platform: | Size: 4096 | Author: sirohi | Hits:

[Otherpython实现VRPTW求解禁忌搜索算法

Description: 采用禁忌搜索算法解决问题,解决带时间窗的VRP问题(Tabu search algorithm is used to solve the problem and solve the VRP problem with time windows.)
Platform: | Size: 160768 | Author: 当当0221 | Hits:

[DataMiningpython分布式爬虫打造搜索引擎

Description: python分布式爬虫打造搜索引擎源代码及讲师源代码(Python distributed crawler to build search engine)
Platform: | Size: 3322880 | Author: REYACHIN | Hits:

[Other基于python的最优路径规划

Description: 基于蚁群算法的python程序,用于最优路径规划,仅做参考!(Python program based on ant colony algorithm for optimal path planning, only for reference!)
Platform: | Size: 10240 | Author: SDXV%255F89937 | Hits:

[AI-NN-PRSimple Demo

Description: 人搜索 依赖 在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代码进行培训。 行人再识别模型采用强里德基线模型。(Person search Dependencies Tested under python3.7 MacOS 10.14.6 - python packages - opencv-python - tb-nightly - torch >= 1.0 Download weights Download from here, password:qscx After download, put the weights into the floder person_search_demo/weights Test cd <path to this floder> python search.py The results will be saved in the output folder Train You can directly use the original YOLO code for training. Pedestrian re-identification model is adopted strong Reid baseline model.)
Platform: | Size: 5827584 | Author: Kyfafyd | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net