CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - python机器学习算法

搜索资源列表

  1. kNN_in_Python

    0下载:
  2. 用Python学习和实战kNN算法,对《机器学习实战》中的代码进行修正,保证能在python3.x中运行-kNN algorithm in learning and action in Python
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:482820
    • 提供者:何阳
  1. 2783341_a650485a3eba7395d4cb1375280eafe7

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

  1. imbalanced-learn-master

    0下载:
  2. 基于不均衡数据的学习,包含各种机器学习算法,python 操作(imbalanced-learn is a python package offering a number of re-sampling techniques commonly used in datasets showing strong between-class imbalance. It is compatible with scikit-learn_ and is part of scikit-learn-contr
  3. 所属分类:其他

    • 发布日期:2017-12-12
    • 文件大小:208370
    • 提供者:zhongyc021
  1. Machine Learning

    0下载:
  2. 这是一本关于机器学习的书籍,介绍了机器学习常见算法的原理和实现代码,有例子。(This is a book on machine learning, introduced the principles of machine learning algorithms and the realization of code, there are examples.)
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:2246656
    • 提供者:sunsunxunxun
  1. python机器学习预测分析核心算法

    0下载:
  2. 机器学习预测分析python程序,很有用的啊,希望对大家有帮助(Machine learning prediction analysis Python procedures, very useful ah!)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:401408
    • 提供者:刘子鸣
  1. knn

    1下载:
  2. 代码通过python2实现KNN算法,文件夹中包含使用数据及其使用代码。在python2中能很好的运行(Code through python2 to achieve KNN algorithm)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:531456
    • 提供者:jacob2359
  1. 3.贝叶斯分类器

    1下载:
  2. 贝叶斯定理是用数学的方法来解释生活中大家都知道的常识,而机器学习使用的各种算法中,最常见的就是贝叶斯定理。此代码为贝叶斯分类python代码,包含高斯贝叶斯分类器,多项式贝叶斯分类器和伯努利贝叶斯分类器,并有具体的数据例子进行仿真比较(Bias's theorem is a mathematical way to explain all the common sense in life, and machine learning using various algorithms, the mos
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:1024
    • 提供者:fdy219517
  1. boyilun

    0下载:
  2. python 代码,机器学习基础学习,算法。(Python code, machine learning, basic learning, algorithms.)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-31
    • 文件大小:3873792
    • 提供者:aitupaopao
  1. Chapter_2.1.1.3

    0下载:
  2. 贝叶斯算法、决策树、神经网络等算法的简单python实现(Bias algorithm, decision tree and neural network)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:4096
    • 提供者:格罗斯
  1. 机器学习实战

    0下载:
  2. 机器学习实战,想用Python实现经典机器学习算法的可以好好看看(Machine learning practice using python)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:61539328
    • 提供者:solooul
  1. scikit_learn-0.19.1-cp27-cp27m-win32.whl

    0下载:
  2. sklearn,机器学习算法,用于创建算法模型以及预处理数据(Sklearn, a machine learning algorithm, is used to create a model of the algorithm and data preprocessing)
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:4034560
    • 提供者:axingguang
  1. tdxj

    1下载:
  2. 机器学习中的梯度下降算法的python版本的代码实现。有需要的可以下载(Implementation of the python version of the gradient descent algorithm in machine learning. There is a need to download)
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:1024
    • 提供者:王叔
  1. MachineLearning-master

    1下载:
  2. 垃圾邮件处理,贝叶斯算法,Python,机器学习,深度学习。(Spam processing, Bayesian algorithm, Python, machine learning, deep learning.)
  3. 所属分类:其他

  1. milk-master

    0下载:
  2. 机器学习python类库,机器学习(Machine Learning, ML)是一门多领域交叉学科,涉及概率论、统计学、逼近论、凸分析、算法复杂度理论等多门学科。(Machine learning Python class library)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:201728
    • 提供者:sy22006
  1. chapter6

    1下载:
  2. 电力用户窃电大数据仿真,利用拉格朗日差值法和机器学习算法进行数据处理,有效预测。(The power user theft of large data simulation, the use of Lagrange difference method and machine learning algorithm for data processing, effective prediction.)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:49152
    • 提供者:左岸223
  1. 机器学习

    0下载:
  2. 此算法是对机器学习实战这本书中的K近邻算法进行了代码的详细介绍(K neighbor algorithm of machine learning code explained in detail)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:8192
    • 提供者:静静和大白
  1. Python机器学习算法—赵志勇

    2下载:
  2. Python机器学习算法—赵志勇,包含电子版书籍和随书代码,供大家学习。(Python Machine Learning Algorithms - Zhao Zhiyong, including electronic books and accompanying codes for everyone to learn.)
  3. 所属分类:其他

    • 发布日期:2020-02-15
    • 文件大小:16130048
    • 提供者:smile冰城
搜珍网 www.dssz.com