CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - python ai

搜索资源列表

  1. AI

    0下载:
  2. 人工智能project(packman)-Artificial Intelligence project (packman)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:6.54kb
    • 提供者:fangbo
  1. python

    0下载:
  2. Python编写的SVM算法,SVM算法的实现,适合直接使用,开放源代码,Supported Vector Machine。-Python code SVM algorithm,SVM algorithm realizition,easy to use,open source,Supported Vector Machine。
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-22
    • 文件大小:35.02kb
    • 提供者:王天路
  1. search-chen

    1下载:
  2. 使用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
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-04-08
    • 文件大小:209.67kb
    • 提供者:Nick
  1. AI-Naive

    0下载:
  2. 利用Python实现朴素贝叶斯分类方法。实现程序具有普适性,同时附带测试数据。可以直接运行。-Python implementations utilizing Naive Bayes classification. Achieve universal program has also included with the test data. It can be run directly.
  3. 所属分类:Data Mining

    • 发布日期:2017-05-04
    • 文件大小:5.41kb
    • 提供者:释放梦想
  1. python-snake-AI

    0下载:
  2. 基于Python的snakeAI,内含详细思路-Python based snakeAI, contains detailed ideas
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-11
    • 文件大小:2.23mb
    • 提供者:yeshaojie
  1. search

    0下载:
  2. 用于CS188, AI教学,各类搜索如深度优先,广度优先和迭代加深算法的实现验证(AI project for search algorithm)
  3. 所属分类:人工智能/神经网络/深度学习

  1. softmax

    0下载:
  2. 人工智能导论作业,用softmax方法实现的水杯图片分类,可扩展到其他分类任务(Homework of AI. Classify images of cups using softmax. Can be used in other tasks.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-04
    • 文件大小:1.54mb
    • 提供者:nutee000
  1. AI_pacman

    1下载:
  2. AI的项目pacman,用python编写,网络上可以查到相应的题目跟框架,在这我就不具体给出,只给出三个需要修改的那部分的代码内容。
  3. 所属分类:数值算法/人工智能

  1. pygame001

    0下载:
  2. 会躲飞机的人工智能,纯python,适合初学者(AI will hide the artificial intelligence of the aircraft, pure Python)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-09
    • 文件大小:29kb
    • 提供者:元宵_1
  1. Deep Learning with Python-Manning

    0下载:
  2. 深入学习Python介绍领域的深入学习使用Python语言和强大的Keras图书馆。通过keras创造者和谷歌人工智能研究者弗兰?ois Chollet写的,这本书让你了解通过直观的解释和实例。您将探索具有挑战性的概念和实践与计算机视觉,自然语言处理和生成模型的应用程序。当你完成学业的时候,你将具备在自己的项目中应用深度学习的知识和动手能力。(Deep Learning with Python introduces the field of deep learning using the Pyt
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-20
    • 文件大小:5.52mb
    • 提供者:mxyzptlk
  1. programing

    0下载:
  2. deeplearning.ai course cnn programming
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-28
    • 文件大小:12.19mb
    • 提供者:raycas
  1. numpy-1.14.1

    0下载:
  2. 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
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-29
    • 文件大小:4.66mb
    • 提供者:蔡_蔡
  1. 代码脚本

    0下载:
  2. 代码脚本:集合算法、爬虫、人工智能小项目、数据结构算法、等等(Code scr ipts: set algorithms, crawlers, AI small projects, data structure algorithms, and so on)
  3. 所属分类:数据结构

    • 发布日期:2020-02-25
    • 文件大小:24kb
    • 提供者:Debroon
  1. predictStock-master

    1下载:
  2. AI人工智能技术股票预测python语音源代码,亲测可用(Source code of stock forecast of artificial intelligence technology)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2020-08-02
    • 文件大小:230kb
    • 提供者:db9320
  1. 手写MNISTmatlab实现

    1下载:
  2. 资料可以直接运行,是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
  3. 所属分类:matlab例程

  1. AI贪吃蛇

    0下载:
  2. python版本的,广度优先搜索贪吃蛇,AI策略手写,人工智能概论大作业一
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2021-11-21
    • 文件大小:3.64kb
    • 提供者:sasimai
搜珍网 www.dssz.com