登录
首页 » python » 时间序列python代码实现

时间序列python代码实现

于 2022-01-26 发布 文件大小:1.48 kB
0 147
下载积分: 2 下载次数: 1

代码说明:

时间序列python代码实现,运行调试时间序列python代码

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • transfer_learning
    利用Inception V3网络迁移学习,对五种花的图片进行分类,能够达到90%的准确率(Transfer learning on flowers dataset based on Inceptionv3 with 90% accuracy)
    2018-07-11 23:22:45下载
    积分:1
  • PSO-master
    python源码,里面包含粒子群算法的所有步骤和过程,请认真阅读(Python source code, which contains all the steps and processes of particle swarm optimization, please read carefully)
    2019-02-26 15:27:37下载
    积分:1
  • python神经网络
    编写简单的神经网络程序,使得通过神经网络对手写数字(将手写每个数字转换成784个数字表示)进行识别。在文件里放了100组训练集和10组训练集,训练准确率达到80%。事实证明,增大训练集至1000组可以将准确率提升至95%(Write a simple neural network program to recognize handwritten digits (converting each handwritten digit into 784 digital representations) by neural network. In the document, there are 100 training sets and 10 training sets, and the training accuracy rate reaches 80%. It has been proved that increasing the training set to 1000 groups can increase the accuracy rate to 95%.)
    2019-06-28 08:29:44下载
    积分:1
  • sdd_UIDesigner_V1
    由本人开发的maya ui生成工具,所见即所得ui设计工具,帮助开发者脱离文档直接创建ui.简单方便易用,能生成python和mel两种语言ui代码. 本程序为纯python语言开发,支持maya2013和以上版本(Developed by me Maya UI generation tools, WYSIWYG UI design tools to help developers from the document, directly create ui., simple, convenient and easy to use, you can generate Python and Mel two languages UI code)
    2017-06-14 15:08:09下载
    积分:1
  • grid
    网格搜索法寻找最优的惩罚因子,SVM,经测试可以用(SVM find C gamma)
    2012-01-03 17:48:46下载
    积分:1
  • chatbot
    说明:  聊天机器人 原理: 严谨的说叫 ”基于深度学习的开放域生成对话模型“,框架为Keras(Tensorflow的高层包装),方案为主流的RNN(循环神经网络)的变种LSTM(长短期记忆网络)+seq2seq(序列到序列模型),外加算法Attention Mechanism(注意力机制),分词工具为jieba,UI为Tkinter,基于”青云“语料(10万+闲聊对话)训练。 运行环境:python3.6以上,Tensorflow,pandas,numpy,jieba。(Chat Robot Principle: Strictly speaking, it is called "Open Domain Generation Dialogue Model Based on Deep Learning". The framework is Keras (High-level Packaging of Tensorflow). The scheme is LSTM (Long-term and Short-term Memory Network)+seq2seq (Sequence to Sequence Model), plus Attention Mechanism (Attention Mechanism). The word segmentation tool is Jieba and the UI is Tkinter. Based on "Qingyun" corpus (100,000 + chat dialogue) training. Running environment: Python 3.6 or more, Tensorflow, pandas, numpy, jieba.)
    2019-06-21 20:59:09下载
    积分:1
  • wypdegree
    用python实现复杂网络的度分布绘图,本程序以wyp同志的论文数据为例。(Degree with a python distribution mapping of complex networks, the procedures to wyp comrades paper data as an example.)
    2014-04-16 21:19:50下载
    积分:1
  • python实现奶茶店自动结算系统
    项目名称:培华奶茶店自动结算系统作者:Kitt版本:V1.0时间:2018年5月功能描述:1、每位顾客购物时,可多次输入奶茶编号和数量,并设置退出;2、将每位顾客的购买信息记录在字典中(奶茶名称及数量),使用字典计算购买的总数量;3、顾客购物信息打印时,分别显示每种口味的编号和数量,末尾显示总金额;4、非会员顾客要求设置会员号和手机号,并且将会员号和手机号记录为字典形式;5、将每位顾客的每条购物信息记录为一个字典(每种口味一个字典,分别记录会员号)6、将顾客的购物过程、购物信息打印、购物详情记录分别封装为函数;7、设置主函数,在主函数中调用上条所定义的函数。版本:V2.0(1)购物过程shopping_procedue:(2)计算购物金额,并打印购物内容;(3)记录vip会员号和手机号在字典vip_dic中,购物时判断是否为老会员,如果是,享受9折优惠。更新两个功能:1、将vip信息保存成文件vip_no.csv,格式如下:vip_no,phone_no,date123,18712345678,2018-05-30124,13966902212,2018-05-30125,13899002232,2018-05-302、将每天的购物信息保存成文件user_buy_log_yyyy_mm_dd.csv,格式如下:vip_no,milk_tea_no,milk_tea_amount123,1,2123,4,1123,3,2124,2,1125,4,2
    2022-12-13 10:15:03下载
    积分:1
  • 《深度学习入门:基于Python的理论与实现》
    说明:  本书主要介绍深度学习的核心算法,以及在计算机视觉,语音识别、自然语言处理中的相关应用,适合深度学习从业人士或者相关研究生作为参考资料,也可以作为入门教程来大致了解深度学习的相关前沿技术(This book mainly introduces the core algorithms of deep learning, as well as relevant applications in computer vision, speech recognition and natural language processing. It is suitable for practitioners of deep learning or relevant graduate students as reference materials, and can also be used as an introductory course to roughly understand the cutting-edge technologies of deep learning)
    2020-06-20 11:40:02下载
    积分:1
  • pca+svm
    说明:  pca-svm的人脸识别,利用pca进行人脸特征提取,再利用svm进行聚类分析(Face recognition based on PCA SVM)
    2019-12-25 11:55:25下载
    积分:1
  • 696516资源总数
  • 106783会员总数
  • 25今日下载