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

搜索资源列表

  1. Python-for-PSO-algorithm

    9下载:
  2. Python实现的粒子群优化算法源代码,需要引用到Numpy,需要对自定义问题进行优化只需要更改f6函数即可,智能算法本身的参数亦可以自行设定。-Python implementation of the PSO algorithm source code, you need to refer to Numpy, Custom issues need to be optimized to only need to change the f6 function, the smart algorith
  3. 所属分类:Algorithm

    • 发布日期:2015-04-10
    • 文件大小:10240
    • 提供者:wang
  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
    • 文件大小:35858
    • 提供者:王天路
  1. Opencv-in-python

    0下载:
  2. 用于opencv编程的python代码资料,有许多使用的算法,如提取sift,光流等等,十分实用-Opencv python code for programming information, there are many algorithms used, such as the extraction sift, optical flow, etc., is very practical
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:31891
    • 提供者:dsh
  1. scientific-computing-with-python

    1下载:
  2. 本书介绍如何用Python开发科学计算的应用程序,除了介绍数值计算之外,还着重介绍如何制作交互式的2D、3D图像,如何设计精巧的程序界面,如 何与C语言编写的高速计算程序结合,如何编写声音、图像处理算法等内容。书中涉及的Python扩展库包括NumPy、SciPy、SymPy、 matplotlib、Traits、TraitsUI、Chaco、TVTK、Mayavi、VPython、OpenCV等,涉及的应用领域包括数值 运算、符号运算、二维图表、三维数据可视化、三维动画演示、图像处理以及界面设
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-04-07
    • 文件大小:4609149
    • 提供者:yoyo
  1. python-cure-implementation-master

    0下载:
  2. Python实现的cure聚类算法和K-means算法(python-cure-Kmeans-implementation)
  3. 所属分类:WEB开发

    • 发布日期:2017-12-23
    • 文件大小:13312
    • 提供者:獭獭獭
  1. 自适应推进算法

    0下载:
  2. 手写的adaboost算法。效率没有sklearn高,不过可以作为学习资料(Handwritten AdaBoost algorithm. The efficiency is not sklearn high, but it can be used as learning material)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-22
    • 文件大小:8192
    • 提供者:bingshen
  1. Python-Algorithms-master

    0下载:
  2. ##Python-Algorithms "Python Algorithms: Mastering Basic Algorithms in the Python Language" ##Python算法教程 - [第1章 引言](/Chapter1) - [第2章 基础知识](/Chapter2) - 第3章 计数初步 - 第4章 归纳,递归及归简 - 第5章 遍历:算法学中的万能钥匙 - 第6章 分解,合并,解决 - 第7章 贪心有理吗?请证
  3. 所属分类:网络编程

    • 发布日期:2017-12-23
    • 文件大小:33792
    • 提供者:scjss
  1. python算法

    0下载:
  2. python算法,包括遍历,排序,递归,动态规划的一些内容(Python algorithm, including traversal, sort, recursive, dynamic programming of some content)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:8192
    • 提供者:佳欣
  1. COPRA

    0下载:
  2. Finding overlapping communities in networks by label propagation论文中基于LPA的扩展算法COPRA,可以用于重叠社区的发现(COPRA, an extension algorithm based on LPA, can be used to discover overlapping communities)
  3. 所属分类:人工智能/神经网络/深度学习

  1. python算法库

    1下载:
  2. 人工智能算法的研究,大数据的处理,常见的数据结构的写法(The study of artificial intelligence algorithm, processing of big data, common data structure)
  3. 所属分类:数据结构

  1. 算法图解

    0下载:
  2. 算法图解文字版,用形象的图像来说明枯燥的算法过程(Algorithm graphic text version)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-26
    • 文件大小:16542720
    • 提供者:big2cat
  1. jMetalPy-master-python

    2下载:
  2. 用Python语言写的多目标进化算法库(2017年最新版本),包含常见的多目标进化算法以及当前最新文献中的最新算法,能够实现不同算法之间的性能比较(包含常见的GD, IGD, HV等评价指标自动生成)。可以供进化计算、多目标优化、单目标优化算法的学习参考。Python语言版本简单易懂,实用性强。(Library of multi-objective evolutionary algorithm written in Python language (the latest version in 2
  3. 所属分类:数学计算

    • 发布日期:2018-01-01
    • 文件大小:573440
    • 提供者:leon_fly
  1. 和声搜索算法-python代码

    0下载:
  2. 主要用于实现和声搜索算法的代码,用于进行算法优化(It is mainly used to realize the code of harmony search algorithm, which is used to optimize the algorithm)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:11264
    • 提供者:平常心123
  1. 用python做科学计算

    1下载:
  2. 介绍如何用Python开发科学计算的应用程序,除了介绍数值计算之外,还着重介绍如何制作交互式的2D、3D图像;如何设计精巧的程序界面;如何和C语言所编写的高速计算程序结合;如何编写声音、图像处理算法。(This file introduces how to use the development of Python applications in scientific computing and numerical calculation; how to make 2D and 3D image
  3. 所属分类:文章/文档

    • 发布日期:2018-01-02
    • 文件大小:5489664
    • 提供者:youmi1993
  1. 【算法与数据结构】105《Python算法教程》

    0下载:
  2. 【算法与数据结构】《Python算法教程》,适合python开发的人。([algorithm and data structure] "Python algorithm tutorial", suitable for the python development of people.)
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:42352640
    • 提供者:ysz
  1. python-doc-27-34

    0下载:
  2. Python算法解释了Python算法分析和设计的方法。Magnus Lie Hetland写的,开始的Python作者,这本书清晰地聚焦于经典的算法,但它也提供了一个坚实的理解基本算法解决问题的技巧。*本书讨论了一些最重要和最具挑战性的编程领域和C语言。(Python Algorithms explains the Python approach to algorithm analysis and design. Written by Magnus Lie Hetland, author of
  3. 所属分类:Windows编程

    • 发布日期:2018-04-20
    • 文件大小:349184
    • 提供者:aas33ss
  1. Python算法:如何解决回文索引问题

    0下载:
  2. Python算法:如何解决回文索引问题 本文将给与解答(Python algorithm: how to solve the problem of the palindrome index)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:15360
    • 提供者:明天是否蓝
  1. Apress.Python.Algorithms.2010

    0下载:
  2. Apress.Python.Algorithms.2010
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:3036160
    • 提供者:wangwu1
  1. 数据挖掘各类算法

    2下载:
  2. apriori、id3、c4.5、fp树等算法的的python实现(Python implementation of apriori, id3, c4.5, FP Tree and other algorithms)
  3. 所属分类:数据挖掘

    • 发布日期:2019-09-28
    • 文件大小:49152
    • 提供者:dadkla
  1. Python-Machine-Learning-Algorithm-master

    1下载:
  2. 机器学习所有算法大全,python学习基础到高级,入门学习大全(Machine learning all algorithms daqo, python learning basics to advanced, introductory learning daqo)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2019-10-23
    • 文件大小:145408
    • 提供者:jack yy
« 12 3 4 5 6 7 8 9 10 ... 39 »
搜珍网 www.dssz.com