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

搜索资源列表

  1. Cluster

    1下载:
  2. 机器学习和数据挖掘中常用的K-means聚类算法,包含两个文件,kmeans.py是Python实现代码,bank-data.csv是测试数据-Machine learning and data mining commonly used K-means clustering algorithm contains two files, kmeans.py is a Python implementation code, bank-data.csv test data
  3. 所属分类:Data Mining

    • 发布日期:2017-05-04
    • 文件大小:8975
    • 提供者:wangwendao
  1. news-crawler

    0下载:
  2. 数据处理中爬虫代码,这是一个新闻爬取的Python实现代码,里面有两个文件,news_crawler.py是Python实现代码,News是数据。-Data Processing reptiles code, which is a news crawling Python implementation code, there are two documents, news_crawler.py is a Python implementation code, News data.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-05
    • 文件大小:127166
    • 提供者:wangwendao
  1. pyWRT-master

    0下载:
  2. Py master to learn python cratch-Py master to learn python cratch
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:4257
    • 提供者:lkddsp
  1. py-faster-rcnn-master

    0下载:
  2. This an article on the depth of learning R-CNN article code, only for white learning-This is an article on the depth of learning R-CNN article code, only for white learning
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-11
    • 文件大小:690642
    • 提供者:lixinwei
  1. DocumentSimilarity.py

    0下载:
  2. 基于向量空间模型的计算新闻相似度算法,根据一篇1998年的人民日报语料库,进行文章相似度计算,输出结果为一个上三角矩阵-News similarity algorithm to calculate the vector space model, according to a People' s Daily Corpus 1998, carried articles similarity calculation, output is an upper triangular matrix
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-16
    • 文件大小:2048
    • 提供者:王振鹏
  1. MachineLearning_Steps.py

    0下载:
  2. python做机器学习的基本步骤,包括了数据收集,数据归一化,数据的特征值选择,最后使用几个算法进行测试(The basic steps for machine learning with Python)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-21
    • 文件大小:1024
    • 提供者:Luozhan
  1. python_Class.py

    0下载:
  2. python 类例程,人、学生、老师以及异常的简单运用(Python class routines, people, students, teachers, and unusual simple use)
  3. 所属分类:数据结构

    • 发布日期:2017-12-21
    • 文件大小:1024
    • 提供者:竹小先生
  1. Single_LinkedList.py

    0下载:
  2. python的链表操作、单链表、循环链表、双向链表、带尾指针的链表以及链表排序等基本操作(Python linked list operations, single chain table, circular chain list, two-way chain list, with the tail pointer of the chain list, and chain sorting and other basic operations)
  3. 所属分类:数据结构

    • 发布日期:2017-12-19
    • 文件大小:1024
    • 提供者:竹小先生
  1. DE

    0下载:
  2. 实现差分进化算法的python程序,并提供了一个main.py的实例供参考。(We finish the differential evolution algorithm by python, and provide a simple example for reference.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-20
    • 文件大小:2048
    • 提供者:@tuan
  1. py脚本

    0下载:
  2. svm支持向量机,包括训练数据,训练代码和测试代码(SVM support vector machines, welcome to download, including the data set)
  3. 所属分类:数据挖掘

    • 发布日期:2017-12-25
    • 文件大小:561152
    • 提供者:sevenyeah
  1. excesise5.py

    0下载:
  2. collective user and item recommendation
  3. 所属分类:数学计算

    • 发布日期:2017-12-30
    • 文件大小:2048
    • 提供者:chenlinghai
  1. VAE_keras.py

    1下载:
  2. 用keras构架实现了VAE(变分自动编码器)(implementation of VAE)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-28
    • 文件大小:1024
    • 提供者:JacquelineJW
  1. LinearRegression.py.tar

    0下载:
  2. 在ubuntu平台,用tensorflow可以实现线性回归(Linear regression can be achieved)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-30
    • 文件大小:1024
    • 提供者:Fronde
  1. rand1comb.py

    0下载:
  2. 借助随机尾数的生成,和一个包含头数的列表的随机选择,产生随机数字(By generating random mantissa and random selection of a list containing the number of heads, random numbers are generated)
  3. 所属分类:数学计算

    • 发布日期:2017-12-30
    • 文件大小:4096
    • 提供者:vervethe
  1. pi.py

    0下载:
  2. Reinforcement Learning policy iteration algorithm
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-03
    • 文件大小:2048
    • 提供者:helen_ray
  1. MDP_vi.py

    0下载:
  2. reinforcement learning value iteration algorithm
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-03
    • 文件大小:2048
    • 提供者:helen_ray
  1. ql_sarsa.py

    0下载:
  2. Reinforcement Learning, Q-learning algorithm, originally coded
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-03
    • 文件大小:2048
    • 提供者:helen_ray
  1. 4a-module.py

    0下载:
  2. machine learning, linear regression algorithm, originally coded
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-03
    • 文件大小:2048
    • 提供者:helen_ray
  1. 5.2.2.py

    0下载:
  2. MNIST数字识别问题 使用验证数据集判断模型结果(tensorflow.examples.tutorials.mnist After 30000 training step(s), test accuracy using average model is 0.9835)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-04
    • 文件大小:2048
    • 提供者:cheng555
  1. py

    0下载:
  2. 一种基于python的利用分子动力学方法绘制出多粒子二维散射图的程序(A program based on Python to draw multi particle two-dimensional scattering diagram by molecular dynamics method)
  3. 所属分类:数值算法/人工智能

« 1 2 3 45 6 »
搜珍网 www.dssz.com