CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - svm python实现

搜索资源列表

  1. PCA-SVM

    0下载:
  2. 在PYTHON里面,采用LIBSVM,实现对TE数据的多类故障的分类。-In PYTHON inside, using LIBSVM, TE data to realize the classification of many types of failures.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:471.28kb
    • 提供者:Sophiehxq
  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
    • 文件大小:35.02kb
    • 提供者:王天路
  1. SVM

    1下载:
  2. SVM: 一种分类器,采用最大化分类间隔进行优化参数。 关于这个分类器两点比较重要: 1)SMO优化算法需要掌握, 可以具体参看两篇文章,John Platt的文章 以及“Improvements to Platt s SMO algorithm for SVM Classifier Design” 2)核函数的使用,如何将核函数使用到SVM中,核函数就是空间转换的函数, 说白了就是距离计算函数,如何将同类之间的距离计算的比较近,如何将低维空间转换到易于分类的高维空间
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:2.72kb
    • 提供者:iihaozl
  1. libsvm-3.21

    0下载:
  2. svm的实现,提供python借口,可以使用python来调用api-svm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-03
    • 文件大小:853.69kb
    • 提供者:Jige
  1. svm

    0下载:
  2. 支持向量机python实现算法,回归、分类、预测-surpport vector machion
  3. 所属分类:Data Mining

    • 发布日期:2017-04-30
    • 文件大小:81.6kb
    • 提供者:李想
  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
    • 文件大小:8.16kb
    • 提供者:杨刘洋
  1. svm

    1下载:
  2. 最经典的机器学习方法svm分类器的python实现-The most classic machine learning svm classifier python realization
  3. 所属分类:Data Mining

    • 发布日期:2017-04-14
    • 文件大小:3.32kb
    • 提供者:张浩
  1. SVM-timeseries

    2下载:
  2. 基于SVM的时序序列预测,用python实现,内附测试数据,方便可用。-SVM prediction based on a timing sequence with python to achieve, enclosing the test data to facilitate available.
  3. 所属分类:Data Mining

    • 发布日期:2017-05-06
    • 文件大小:507.24kb
    • 提供者:小凌儿
  1. textclassify.tar

    0下载:
  2. 简单的文本分类,用python实现了朴素贝叶斯和SVM-Simple text classification, realized with python Naive Bayes and SVM
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:3.69kb
    • 提供者:YeDeming
  1. svm_series

    0下载:
  2. 用python实现的SVM回归预测的程序,通过Anaconda实现对机器学习包sklearn的调用。-SVM regression using python to achieve predictable procedures, machine learning package sklearn call by Anaconda.
  3. 所属分类:Data Mining

    • 发布日期:2017-04-12
    • 文件大小:879byte
    • 提供者:小凌儿
  1. svm手写数字识别

    1下载:
  2. Python语言实现的SVM手写数字识别(SVM handwritten numeral recognition based on Python language)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-14
    • 文件大小:168kb
    • 提供者:wuxia
  1. SMOTE

    3下载:
  2. Python语言实现针对不平衡分类的SMOTE升采样算法,并通过SVM实现分类(We implements the SMOTE over-sampling algorithm via Python language for unbalanced classification, and achieves the classification of Glass data through SVM algorithm.)
  3. 所属分类:数学计算

    • 发布日期:2017-12-18
    • 文件大小:8kb
    • 提供者:shengkai
  1. python3_SVM

    0下载:
  2. python下的SVM算法实现(也是在网上找的),有数据集,可以直接运行,前提是python3版本的(Python under the SVM algorithm (also found on the Internet), there are data sets, you can directly run, the premise is python3 version)
  3. 所属分类:人工智能/神经网络/深度学习

  1. 06-svmMLiA

    0下载:
  2. 采用SVM算法,用python语言实现的分类识别,可用于异常检测等二分类(Using SVM algorithm, using python language to achieve the classification of identification, can be used for abnormal detection and other two categories)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-31
    • 文件大小:144kb
    • 提供者:小龙女
  1. 14.SVM代码

    1下载:
  2. python 实现了支持向量机,简单好用(support vector machine a kind of classification algorithm, realize in python)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-04
    • 文件大小:13.85mb
    • 提供者:Silenston
  1. text_classification.tar

    0下载:
  2. 用python实现的问题分类算法,包括贝叶斯,svm,决策树,xgboost,对入门文本分类的同学有一定的帮助(text classification algrithom,include svm,dt,xgboost,bayes,that important to learner about text classification)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-09
    • 文件大小:2.04mb
    • 提供者:mengwp_2012
  1. SVM_face_recognition

    0下载:
  2. 基于python的使用SVM的算法实现人脸的识别程序(Face recognition program based on Python based algorithm using SVM)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-20
    • 文件大小:2kb
    • 提供者:misty、rain
  1. test1

    0下载:
  2. SVM-无监督机器学习领域的经典算法,在神经网络未出现前,他是机器学习的顶梁柱,现在依然用处广泛,而且其核函数的使用范围早已超脱其本身,该实例对SVM算法进行了实现,具有相应的数据集。(SVM - Unsupervised machine learning in the field of classical algorithms, before the neural network does not appear, he is the mainstay of machine learning,
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-21
    • 文件大小:11kb
    • 提供者:yuyinghua
  1. svm

    0下载:
  2. 该代码实现了经典的SVM支持向量机算法,Python语言编写,产生结果图。(This code implements the classic SVM support vector machine algorithm, Python language, and produces the result graph.)
  3. 所属分类:数据挖掘

    • 发布日期:2018-05-02
    • 文件大小:2kb
    • 提供者:cc1996
  1. python

    2下载:
  2. 该代码基于Python3,利用机器学习中支持向量机回归算法(SVR)实现对数据的拟合以及预测,可以通过调试C值和gamma值达到不同的拟合程度,具有较大的实际意义,并且该代码本人亲自调式运用,适合广大学习者使用。(This code is based on Python 3. It uses support vector machine regression algorithm (SVR) in machine learning to fit and predict the data. It c
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2020-07-17
    • 文件大小:1kb
    • 提供者:帅毛毛
« 12 »
搜珍网 www.dssz.com