摘要: 联结地址:https://www.cnblogs.com/dangkai/p/9413932.html 此处简单有介绍,如果听不懂,请看下文:链接地址 PEP 405 -- Python Virtual Environments Contents Abstract Motivation Specif 阅读全文
posted @ 2019-06-11 16:20 公迪 阅读(2489) 评论(0) 推荐(0) 编辑
摘要: Word2vec Tutorial RADIM ŘEHŮŘEK 2014-02-02 GENSIM, PROGRAMMING 157 COMMENTS I never got round to writing a tutorial on how to use word2vec in gensim. 阅读全文
posted @ 2019-04-16 22:42 公迪 阅读(562) 评论(0) 推荐(0) 编辑
摘要: 明德堂,铭德堂,继贤堂,铭贤堂,尚德堂, 阅读全文
posted @ 2019-04-08 22:44 公迪 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 原文地址(https://github.com/wmpscc/TensorflowBaseDemo ) 本篇文章将介绍使用tensorflow的训练模型的基本流程,包括制作读取TFRecord,训练和保存模型,读取模型。 语言:Python3 库:tensorflow、cv2、numpy、matpl 阅读全文
posted @ 2018-12-16 09:59 公迪 阅读(466) 评论(0) 推荐(0) 编辑
摘要: 连接地址 matplotlib.mlab¶ 与 MATLAB兼容的函数 MATLAB compatible functions¶ cohere()Coherence (normalized cross spectral density)csd()Cross spectral density usin 阅读全文
posted @ 2018-12-13 20:18 公迪 阅读(2199) 评论(0) 推荐(0) 编辑
摘要: 在python文件xxx.py中调用资源文件,一般来说,需要将资源放在xxx.py的相同目录下;然而,当在xxx.py下建立一个统一目录/rec则需要建立xxx.qrc文件才能让xxx.py调用,调用方法就如: 而xxx.qrc的内容是: 这样,xxx.py必须伴随xxx.qrc才能一起工作。 更高 阅读全文
posted @ 2018-09-09 11:34 公迪 阅读(3701) 评论(0) 推荐(0) 编辑
摘要: http://deeplearning.stanford.edu/wiki/index.php/Softmax_Regression 阅读全文
posted @ 2017-12-17 17:15 公迪 阅读(95) 评论(0) 推荐(0) 编辑
摘要: http://www.baobao88.com/xiaoxueyinyue/05/14129413.html 阅读全文
posted @ 2017-12-17 13:43 公迪 阅读(103) 评论(0) 推荐(0) 编辑
摘要: http://www.shareditor.com/blogshow/?blogId=116 阅读全文
posted @ 2017-12-17 11:22 公迪 阅读(272) 评论(0) 推荐(0) 编辑
摘要: Tensorflow卷积神经网络 卷积神经网络(Convolutional Neural Network, CNN)是一种前馈神经网络, 在计算机视觉等领域被广泛应用. 本文将简单介绍其原理并分析Tensorflow官方提供的示例. 关于神经网络与误差反向传播的原理可以参考作者的另一篇博文BP神经网 阅读全文
posted @ 2017-11-12 13:35 公迪 阅读(1089) 评论(0) 推荐(0) 编辑