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

搜索资源列表

  1. DecisionTree

    0下载:
  2. python编写的决策树的代码,主要用于模式识别和机器学习领域,-an example containing the program code for decision tree in python
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-23
    • 文件大小:22634
    • 提供者:change
  1. machine-learning-in-action

    0下载:
  2. 机器学习实战书,包括代码讲解,主要用python-Machine learning in action by python
  3. 所属分类:software engineering

    • 发布日期:2017-06-12
    • 文件大小:20176423
    • 提供者:Timo
  1. Ch02

    0下载:
  2. 《机器学习实战》源代码 第二章的代码,代码为python代码 可以到官网上下载 里面有KNN算法,决策表算法,SVM支持向量机算法等等。后面章节待传。-machine learning source code 2nd
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-25
    • 文件大小:351853
    • 提供者:licheng
  1. Ch03

    0下载:
  2. 《机器学习实战》源代码 第二章的代码,代码为python代码 可以到官网上下载 里面有KNN算法,决策表算法,SVM支持向量机算法等等。后面章节待传。-Machine Learning 2nd
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-15
    • 文件大小:6773
    • 提供者:licheng
  1. Ch04

    0下载:
  2. 《机器学习实战》源代码 第二章的代码,代码为python代码 可以到官网上下载 里面有KNN算法,决策表算法,SVM支持向量机算法等等。后面章节待传。-Machine Learning 4nd
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-26
    • 文件大小:29134
    • 提供者:licheng
  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. LR

    0下载:
  2. 用python实现逻辑回归代码,python作为更为简单的面向对象型语言非常适用于机器学习等领域。-Python implementation logic return code
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1088
    • 提供者:赵兵
  1. notes-machine-learning

    0下载:
  2. PRML学习笔记,包括机器学习的基础理论只是,提供曲线拟合的Python 代码-notes for prml
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-07
    • 文件大小:1089119
    • 提供者:pain
  1. K-proximity-algorithm

    0下载:
  2. 机器学习K临近算法python代码,整个工程都有,直接可以运行。-Machine learning algorithm K near the python code, the entire project has a direct run.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-30
    • 文件大小:369490
    • 提供者:王鹏
  1. MachineLearnngInActionandsourceCode

    0下载:
  2. 机器学习实战及配套Python代码,很好的入门书。-Machine Learning in Action. Source eode and book
  3. 所属分类:Data Mining

    • 发布日期:2017-06-22
    • 文件大小:41322496
    • 提供者:Allen
  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. Text-clustering

    1下载:
  2. 机器学习中文本聚类算法,里面有5个文件,包含Python实现代码和测试数据。-The clustering algorithm machine learning Chinese, there are five files that contain Python implementation code and test data.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-05
    • 文件大小:14444
    • 提供者:wangwendao
  1. Emotion-recognition

    0下载:
  2. 机器学习中基于社区网络的用户情绪识别算法,里面有23个文件,包含基于社区网络的用户情绪识别算法Python实现代码以及测试数据集。-Machine learning algorithm based on user emotion recognition of community networks, there are 23 file that contains the user' s emotion recognition algorithm based on community netw
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-14
    • 文件大小:3105296
    • 提供者:wangwendao
  1. machinelearninginaction

    0下载:
  2. 这是书籍机器学习实践的 每一章节的代码,代码用Python写的,很实用。-The machine learns every chapter code
  3. 所属分类:source in ebook

    • 发布日期:2017-12-15
    • 文件大小:36667392
    • 提供者:柳白猿
  1. collective-intelligence

    1下载:
  2. 智慧编程——数据分析、机器学习必备书!python语言代码示例,所有算法均附有解释说明。-collective intelligence——Data analysis and machine learning! Python language code examples, all algorithms are accompanied by explanatory notes.
  3. 所属分类:software engineering

    • 发布日期:2017-12-10
    • 文件大小:28405760
    • 提供者:Markshan
  1. mechine-learning

    2下载:
  2. 本书第一部分主要介绍机器学习基础,以及如何利用算法进行分类,并逐步介绍了多种经典的监督学习算法,如k近邻算法、朴素贝叶斯算法、Logistic回归算法、支持向量机、AdaBoost集成方法、基于树的回归算法和分类回归树(CART)算法等。第三部分则重点介绍无监督学习及其一些主要算法:k均值聚类算法、Apriori算法、FP-Growth算法。第四部分介绍了机器学习算法的一些附属工具。 全书通过精心编排的实例,切入日常工作任务,摒弃学术化语言,利用高效的可复用Python代码来阐释如何处理统
  3. 所属分类:书籍源码

    • 发布日期:2017-12-16
    • 文件大小:52069376
    • 提供者:王雪玮
  1. Sparse-Autoencoder-master

    1下载:
  2. python写的稀疏矩阵自动编码,包含.mat文件,代码文件。(Sparse matrix written in python automatically encoded)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:11455488
    • 提供者:zz521
  1. ym_model

    0下载:
  2. 本项目包括XGB模型训练所需的数据,etl代码,模型训练代码(This project includes the data required for XGB model training, etl code, model training code)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-23
    • 文件大小:8193024
    • 提供者:小飞安
  1. C51-DDQN-Keras-master

    1下载:
  2. C51-DDQN-Keras-master 分类版DDQN机器学习Demo代码(C51-DDQN-Keras-master DDQN reinfocrement learning)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2020-09-18
    • 文件大小:78848
    • 提供者:u03013112
  1. gradient_descent

    1下载:
  2. 梯度下降法python编程实例 附带相关数据文件在data.csv中 这个是油管up主Siraj Raval的课程代码(A demo of gradient descent algorithm. This is the code for "Intro - The Math of Intelligence" by Siraj Raval on Youtube)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2020-11-30
    • 文件大小:4096
    • 提供者:橙子chen
« 1 2 34 »
搜珍网 www.dssz.com