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

搜索资源列表

  1. Russinov

    1下载:
  2. Nussinov算法,预测rna二级结构-This program implements Nussinov algorithm on predicting RNA structure from RNA sequence using dynamic programming approach. The baisic idea is similiar with Smith-Waterman algorithm, obtaining optimal result about predicting RNA
  3. 所属分类:Other systems

    • 发布日期:2017-03-24
    • 文件大小:2.68kb
    • 提供者:hsingjun
  1. Python-ELM-master

    1下载:
  2. 经典的ELM算法,适合做小样本回归预测,亲测有用,亲测有效-The classical ELM algorithm, suitable for small sample regression, pro test useful, pro test effective
  3. 所属分类:Data Mining

    • 发布日期:2017-04-29
    • 文件大小:16.75kb
    • 提供者:Alex Liu
  1. Learning-Data-Mining-with-Python

    1下载:
  2. 在Python开发环境下学习数据挖掘并建立预测模型-Learning Data Mining with Python Harness the power of Python to analyze data and create insightful predictive models
  3. 所属分类:software engineering

    • 发布日期:2017-05-16
    • 文件大小:3.75mb
    • 提供者:snow
  1. HMM-python-master

    1下载:
  2. 用python实现了隐马尔科夫模型的概率计算和预测部分,主要是前向后向算法和维特比算法-Realized with python hidden Markov model probability calculation and prediction part is mainly forward-backward algorithm and the Viterbi algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:2.68kb
    • 提供者:hhz
  1. python-code-for-Machine-learning

    2下载:
  2. 用于机器学习的全方位python代码,包括K-近邻算法、决策树、朴素贝叶斯、Logistic 回归 、支持向量机、利用 AdaBoost 元算法提高分类性能、预测数值型数据:回归、树回归、利用 K-均值聚类算法对未标注数据分组、使用 Apriori 算法进行关联分析、使用 FP-growth 算法来高效分析频繁项集、利用 PCA 来简化数据、利用 SVD 简化数据、大数据与 MapReduce-The full range of python code for machine learning
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-06
    • 文件大小:533.5kb
    • 提供者:杨宇
  1. python数据分析之金融欺诈行为检测

    0下载:
  2. 用python写的一个关于金融欺诈行为检测的数据分析程序,用的是回归预测模型(This is a data anlysis program for the detection of financial fraud, based on logistic regression model.)
  3. 所属分类:数据挖掘

    • 发布日期:2017-12-12
    • 文件大小:117.72kb
    • 提供者:happySky
  1. bp

    1下载:
  2. 一种BP神经网络的PYTHON代码,可用于简单预测等(A BP neural network PYTHON code)
  3. 所属分类:人工智能/神经网络/深度学习

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

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

    • 发布日期:2017-12-29
    • 文件大小:392kb
    • 提供者:刘子鸣
  1. 灰色预测

    1下载:
  2. 预测模型,通过时间序列分析未来几点的数值走势。(Prediction model,analysis of the numerical trend of the future points by time series.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-09
    • 文件大小:1kb
    • 提供者:宋小泡泡
  1. python神经网络求解农产品需求预测

    0下载:
  2. 使用BP神经网络预测农产品的需求,论文在知网上应该就一篇。(Using neural network to predict the demand of agricultural products)
  3. 所属分类:数学计算

    • 发布日期:2018-01-01
    • 文件大小:9kb
    • 提供者:weisu761
  1. 预测

    4下载:
  2. BP神经网络模型预测的Python代码实现,测试有效(BP neural network model forecast Python code implementation, test effectiveness)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-21
    • 文件大小:1kb
    • 提供者:Van_an
  1. 用Python进行自然语言处理(中文)

    0下载:
  2. 本书提供了非常易学的自然语言处理入门介绍,该领域涵盖从文本和电子邮件预测过滤,到自动总结和翻译等多种语言处理技术。在本书中,你将学会编写Python程序处理大量非结构化文本。你还将通过使用综合语言数据结构访问含有丰富注释的数据集,理解用于分析书面通信内容和结构的主要算法。(This book provides a very easy to learn introduction to Natural Language Processing, which covers a variety of la
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-05-07
    • 文件大小:3.67mb
    • 提供者:大米很萌
  1. python机器学习预测分析核心算法

    1下载:
  2. python机器学习预测分析核心算法的例程(Python machine learning prediction and analysis of core algorithm routines)
  3. 所属分类:数学计算

    • 发布日期:2020-11-27
    • 文件大小:250kb
    • 提供者:domodo
  1. 神经网络时间序列预测

    1下载:
  2. 利用python 构造人工神经网络 做时间序列预测分析(Time series prediction based on artificial neural network)
  3. 所属分类:其他

  1. 23_time_series_prediction

    0下载:
  2. 用 Python 机器学习,时间序列模型预测, 循环神经网络(Python Machine Learning, Time Series Model Prediction, recurrent Neural Network)
  3. 所属分类:其他

    • 发布日期:2020-11-16
    • 文件大小:11kb
    • 提供者:Pat_09
  1. 股票预测

    3下载:
  2. python LSTM进行时间序列预测,股票每日的数据(Time series prediction by Python LSTM)
  3. 所属分类:matlab例程

    • 发布日期:2020-06-26
    • 文件大小:498kb
    • 提供者:Yesterday110
  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
    • 提供者:帅毛毛
  1. 股票市场预测

    4下载:
  2. LSTM 作为预测模型,使用贝叶斯优化算法来实现股票预测的功能(LSTM as a prediction model, uses Bayesian optimization algorithm to achieve the function of stock forecasting)
  3. 所属分类:其他

    • 发布日期:2021-03-23
    • 文件大小:36kb
    • 提供者:某斌
  1. Python深度学习实战_原书代码

    1下载:
  2. 深度学习正在为广泛的行业带来革命性的变化。对于许多应用来说,深度学习通过做出更快和更准确的预测,证明其已经超越人类的预测。本书提供了自上而下和自下而上的方法来展示深度学习对不同领域现实问题的解决方案。这些应用程序包括计算机视觉、自然语言处理、时间序列预测和机器人。(Deep learning is bringing revolutionary changes to a wide range of industries. For many applications, deep learning p
  3. 所属分类:其他

  1. Python机器学习_预测分析核心算法

    1下载:
  2. Python机器学习_预测分析核心算法(Python machine learning_ Prediction analysis core algorithm)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2020-11-29
    • 文件大小:17.92mb
    • 提供者:leaf2333
« 12 3 4 5 »
搜珍网 www.dssz.com