CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - python语言

搜索资源列表

  1. TreeRegression

    1下载:
  2. 树回归:对复杂的关系建模。一般可以分为两种,一种是回归树,一种是模型树, 主要的区别在于对于叶节点的建模方式,回归树使用分段常数,模型树使用线性回归方程。 可以使用剪枝技术对于可能过拟合的树进行剪枝,剪枝一般分为预剪枝和后剪枝。 回归树和模型树都是2元树,每次总是选择最好的分割方式,分成两部分。 这个是自己写的Python语言的CART树回归程序,基本实现了其原理,注释比较多。-Tree Regression: modeling of complex relationshi
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2515
    • 提供者:iihaozl
  1. calendar2.0

    0下载:
  2. 用python语言实现简单的万年历,可以正确的显示日期和星期,已成功运行子window系统和Linux系统-The realization of a simple calendar with the python language, can display the date and week right, has been run successfully on window system and Linux system
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:786
    • 提供者:Aaron
  1. Python

    0下载:
  2. 一个不错的测试语言Python的学习资料,可以零基础学习-A good test Python language learning materials can be zero-based learning
  3. 所属分类:Software Testing

    • 发布日期:2017-04-25
    • 文件大小:289088
    • 提供者:
  1. kmeans

    0下载:
  2. k-means聚类方法 python语言实现,做了性能的优化-the k-means algorithm python learning and faster than before
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1339
    • 提供者:宋健明
  1. ml

    0下载:
  2. 机器学习基本算法,深度学习基本算法、python语言实现-the machine learning,deeplearning ,pythonlearning
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:6810
    • 提供者:宋健明
  1. Fiber-Tracking

    0下载:
  2. 该文件运用Python语言实现纤维跟踪,纤维模型采用DTI模型,纤维跟踪方法为StreamLine。-The file can build fiber using Python language, fiber model id DTI model, the method of fiber tracking id StreamLine.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1902
    • 提供者:叶峰
  1. tutorial

    0下载:
  2. python语言的入门教程,适用于python初学者,属于计算机网络课程的必备资料。-python language introductory tutorial for beginners python, essential data pertaining to computer network curriculum.
  3. 所属分类:P2P

    • 发布日期:2017-04-16
    • 文件大小:34960
    • 提供者:凌风
  1. pyDes-2.0.1

    0下载:
  2. 利用Python语言写的关于DES算法的加密与解密过程,简单易懂-Use Python language written on the DES algorithm encryption and decryption process, easy to understand
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:14055
    • 提供者:patient
  1. cluster

    1下载:
  2. python语言实现k-means算法和Fast Search And Find Of Density Peaks算法用于文本聚类,-python language implements k-means algorithm and Fast Search And Find Of Density Peaks for text clustering algorithm,
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-01-06
    • 文件大小:661504
    • 提供者:xiangbo
  1. Ch02

    0下载:
  2. 利用Python语言来实现knn算法 简单易学上手快 适合初学者-Using the Python language to realize the load on the KNN algorithm is easy to learn for beginners
  3. 所属分类:assembly language

    • 发布日期:2017-05-09
    • 文件大小:1556178
    • 提供者:张扬
  1. ftp_up

    0下载:
  2. 使用python语言编写了一个FTP上传工具,可选择文件上传类型-Python language is used to write a FTP upload tool, can choose the file upload
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-14
    • 文件大小:3115
    • 提供者:孙晓举
  1. treePlotter

    1下载:
  2. 用python语言写的一个分类算法,用于树绘图,机器学习算法-Python language written with a classification algorithm for tree drawing, machine learning algorithms
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1024
    • 提供者:王铭航
  1. lcs

    0下载:
  2. 基于python语言的最长公共子序列查找算法,不仅实现了两个序列的,而且实现了三个序列的-Finding the longest common sequence based algorithm python language, not only the two sequences, and implements three sequences
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2115
    • 提供者:yhlhit
  1. code_standard_for_python_simplicity

    0下载:
  2. 关于python语言的编写规范,着重阐述了它的简洁性规范-the simplicity and code standard for python
  3. 所属分类:File Formats

    • 发布日期:2017-04-04
    • 文件大小:8074
    • 提供者:xinyalee
  1. lenses

    0下载:
  2. 通过Python语言来创建决策树,并且用决策树来进行隐形眼镜的分类。-Python language by creating a decision tree and decision tree classification for contact lenses.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-13
    • 文件大小:2105
    • 提供者:珊儿
  1. kNN

    0下载:
  2. 利用Python语言来实现KNN分类,并且实现了交叉验证。-Python language to use KNN classification, and to achieve a cross-validation.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:14211
    • 提供者:珊儿
  1. third

    0下载:
  2. ns3中的tutorial中的third.cc例子的改写,主要是尝试用python语言来开发仿真程序。-A rewriting of the third.cc examples under ns3,trying to use python to develop simulation programs.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-13
    • 文件大小:1638
    • 提供者:ray
  1. super_py

    0下载:
  2. 介绍了一些Python 语言及其系统的基本知识与根念。这有助于对Python 有一个基本的认识,当然所有 的例子都包括在里面了-Introduces some basic knowledge of the Python language and system root idea. This is helpful to have a basic understanding of Python, of course, all Examples are included in it
  3. 所属分类:software engineering

    • 发布日期:2017-05-03
    • 文件大小:956061
    • 提供者:笑书侠
  1. originsimpleM

    0下载:
  2. 采用Python语言编写,大M法单纯型法求解线性规划问题。-Python source code of M method for linear programming problems.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:989
    • 提供者:Guilian
  1. check8

    0下载:
  2. 使用python语言编写的简单的交通信号红绿灯的检测-Using the python language simple traffic signal lights
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1969
    • 提供者:张静
« 1 2 ... 17 18 19 20 21 2223 24 25 26 27 ... 46 »
搜珍网 www.dssz.com