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

搜索资源列表

  1. KNNpython

    0下载:
  2. python实现的k-近邻算法,用于数据分类。机器学习实战-k- nearest neighbor python implemented for data classification. Machine learning combat
  3. 所属分类:source in ebook

    • 发布日期:2017-05-03
    • 文件大小:772562
    • 提供者:llw
  1. KNN

    0下载:
  2. 人工智能,机器学习。使用python语言实现KNN算法,解决预测问题。-Artificial intelligence
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:959
    • 提供者:陈禧
  1. treePlotter

    0下载:
  2. 机器学习中的决策树,利用python实现的算法-Decision tree in machine learning, using Python to achieve the algorithm
  3. 所属分类:Data Mining

    • 发布日期:2017-04-12
    • 文件大小:1129
    • 提供者:jacksun
  1. bayes

    0下载:
  2. 机器学习中的朴素贝叶斯算法,利用python实现的算法-The naive Bayesian algorithm in machine learning, using Python to achieve the algorithm
  3. 所属分类:Data Mining

    • 发布日期:2017-04-13
    • 文件大小:2017
    • 提供者:jacksun
  1. logRegres

    0下载:
  2. 机器学习中的逻辑回归算法,利用python实现的算法-Logic regression algorithm in machine learning, using Python to achieve the algorithm
  3. 所属分类:Data Mining

    • 发布日期:2017-04-12
    • 文件大小:1248
    • 提供者:jacksun
  1. svm_python

    1下载:
  2. 在机器学习领域,支持向量机SVM(Support Vector Machine)是一个有监督的学习模型,通常用来进行模式识别、分类、以及回归分析。本程序是SVM的python实现,用的是SMO算法。只能进行分类,并且能够显示图形结果。-In the field of machine learning, support vector machines SVM (Support Vector Machine) is a supervised learning model is usually use
  3. 所属分类:Data Mining

    • 发布日期:2017-05-01
    • 文件大小:8357
    • 提供者:杨刘洋
  1. knn

    0下载:
  2. 最简单的机器学习分类方法knn算法的python实现-The easiest method of machine learning classification algorithm python achieve knn
  3. 所属分类:Data Mining

    • 发布日期:2017-04-12
    • 文件大小:1410
    • 提供者:张浩
  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. DecisionTree

    0下载:
  2. 实现了机器学习中决策树的算法,实现环境是在python下。-Realize the Decision Tree
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:6813
    • 提供者:shunjian
  1. Ch03

    0下载:
  2. 这是《机器学习实战》中,讲述的决策树,运用Python语言设计决策树分类器,完全可以应用该算法-decision tree classification,demo
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:6752
    • 提供者:邓延丽
  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. partitioning-algorithm

    0下载:
  2. 机器学习中基于词典的情绪划分算法,里面有一个文件,包含基于词典的情绪划分算法Python实现算法。-Machine learning algorithm based on emotion partition dictionary, which has a file that contains partitioning algorithm based on emotion Python dictionary algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-05
    • 文件大小:4055
    • 提供者: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. MachineLearning_Steps.py

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

    • 发布日期:2017-12-21
    • 文件大小:1024
    • 提供者:Luozhan
  1. 贪吃蛇-C语言控制台版

    0下载:
  2. C语言的处女作,让我奋战了整整一周的时间,在大一上期末考试前。。。 代码到现在也没优化过,因为我喜欢上python了。。。 v5.1版本加入了人工智障,没有机器学习,连算法都谈不上,不过虐虐手残党还是可以的。 v5.1是数组版的,写了快800行,预计以后会推出 链表版,图形化界面版,python版。
  3. 所属分类:其他游戏

« 1 2 3 4 5»
搜珍网 www.dssz.com