搜索资源列表
AI
- 人工智能project(packman)-Artificial Intelligence project (packman)
python
- Python编写的SVM算法,SVM算法的实现,适合直接使用,开放源代码,Supported Vector Machine。-Python code SVM algorithm,SVM algorithm realizition,easy to use,open source,Supported Vector Machine。
search-chen
- 使用Python编写的AI程序Pacman,可以适合AI的初学者,有BFS, DFS, UCS, A Star 运行的命令在commands.txt文件里 可以用 bash commands.txt演示-AI programs written in Python Pacman, AI can fit beginners, there BFS, DFS, UCS, the command runs in commands.txt A Star file can bash commands.t
AI-Naive
- 利用Python实现朴素贝叶斯分类方法。实现程序具有普适性,同时附带测试数据。可以直接运行。-Python implementations utilizing Naive Bayes classification. Achieve universal program has also included with the test data. It can be run directly.
python-snake-AI
- 基于Python的snakeAI,内含详细思路-Python based snakeAI, contains detailed ideas
search
- 用于CS188, AI教学,各类搜索如深度优先,广度优先和迭代加深算法的实现验证(AI project for search algorithm)
softmax
- 人工智能导论作业,用softmax方法实现的水杯图片分类,可扩展到其他分类任务(Homework of AI. Classify images of cups using softmax. Can be used in other tasks.)
AI_pacman
- AI的项目pacman,用python编写,网络上可以查到相应的题目跟框架,在这我就不具体给出,只给出三个需要修改的那部分的代码内容。
pygame001
- 会躲飞机的人工智能,纯python,适合初学者(AI will hide the artificial intelligence of the aircraft, pure Python)
Deep Learning with Python-Manning
- 深入学习Python介绍领域的深入学习使用Python语言和强大的Keras图书馆。通过keras创造者和谷歌人工智能研究者弗兰?ois Chollet写的,这本书让你了解通过直观的解释和实例。您将探索具有挑战性的概念和实践与计算机视觉,自然语言处理和生成模型的应用程序。当你完成学业的时候,你将具备在自己的项目中应用深度学习的知识和动手能力。(Deep Learning with Python introduces the field of deep learning using the Pyt
programing
- deeplearning.ai course cnn programming
numpy-1.14.1
- NumPy系统是Python的一种开源的数值计算扩展。这种工具可用来存储和处理大型矩阵,比Python自身的嵌套列表(nested list structure)结构要高效的多(该结构也可以用来表示矩阵(matrix))(The NumPy system is an open source numerical computation extension for Python. This tool can be used to store and process large matrices, w
代码脚本
- 代码脚本:集合算法、爬虫、人工智能小项目、数据结构算法、等等(Code scr ipts: set algorithms, crawlers, AI small projects, data structure algorithms, and so on)
predictStock-master
- AI人工智能技术股票预测python语音源代码,亲测可用(Source code of stock forecast of artificial intelligence technology)
手写MNISTmatlab实现
- 资料可以直接运行,是matlab源码,实现了AI领域常见的手写字符MNIST数据集的识别,一般都是python做,matlab实现的很少,就算有也经常报错,因此这里是提供了例程以及数据集!数据集也是matlab能直接读取的MNIST格式!下载这个资料连数据集都不用单独下载了,节省时间。(The data can be run directly. It is the source code of MATLAB. It realizes the recognition of MNIST data s
AI贪吃蛇
- python版本的,广度优先搜索贪吃蛇,AI策略手写,人工智能概论大作业一