摘要: 除了可以在商店里面下载的,剩下的资源我都整理到网盘了,懒得自己去找的,可以在这里下载 链接:https://pan.baidu.com/s/1kY9itI-sEhFT80fmxtRFkQ 提取码:oc8p 1.Listen 1,集合了网易、虾米、QQ、酷狗、酷我、B站的音乐资源,想听的歌大部分都有资 阅读全文
posted @ 2020-06-06 08:27 Turing-dz 阅读(207) 评论(0) 推荐(0) 编辑
摘要: mean_squared_error(y_true, y_pred) mean_absolute_error(y_true, y_pred) mean_absolute_percentage_error(y_true, y_pred) mean_squared_logarithmic_error(y 阅读全文
posted @ 2020-06-03 13:14 Turing-dz 阅读(173) 评论(0) 推荐(0) 编辑
摘要: 输入和输出均为张量,它们都可以用来定义一个模型(Model),这样的模型同 Keras 的 Sequential 模型一样,都可以被训练。 1.建立Model from keras.layers import Input,Dense,TimeDistributed,Embedding,LSTM,co 阅读全文
posted @ 2020-06-03 13:09 Turing-dz 阅读(278) 评论(0) 推荐(0) 编辑
摘要: 一,快速开始 建立(sequential和add两种方式) 1.1sequential from keras.models import Sequential from keras.layers import Dense,Activation,Dropout,Flatten,Conv2D,MaxPo 阅读全文
posted @ 2020-06-02 11:35 Turing-dz 阅读(226) 评论(0) 推荐(0) 编辑
摘要: 最近闲着没事儿,接触到了语音识别,感觉挺好玩。首先介绍一下软件下载和入门知识,哈哈哈哈,希望可以坚持学下去。 安装:首先我是在虚拟python环境中试着玩玩的 1.创建虚拟环境:win+R:conda create -n voice python=3.6 2.安装需要的包:pip install s 阅读全文
posted @ 2020-05-28 13:49 Turing-dz 阅读(189) 评论(0) 推荐(0) 编辑
摘要: 1.ctrl+q 钢琴窗对齐到网格 2.alt+v 影子通道 3.fruity reeverb2 空间感特效(混声),delay(回响效果) 4.ctrl+滚轮 横向放大缩小 5.alt+滚轮 纵向放大缩小 6.确定打碎的大小,然后ctrl+u ctrl+g 合并打碎的 7.一起操作:ctrl选中, 阅读全文
posted @ 2020-05-13 20:54 Turing-dz 阅读(507) 评论(0) 推荐(0) 编辑
摘要: 这么简单的环境配置搞了三天,圈内Bug太多,缺少DLL等一系列问题。总结一下,希望网友们少走弯路,亲测有效。 环境:anaconda2020.02,tensorflow-gpu:1.8.0,python3.6,cuda9.0(听说就是因为cuda是10.0以上版本pip的tensorflow-gpu 阅读全文
posted @ 2020-04-30 10:32 Turing-dz 阅读(561) 评论(0) 推荐(0) 编辑
摘要: 1.cd D:\Softwares\Mondo\mongodb-win32-x86_64-2008plus-ssl-4.0.18\mongodb-win32-x86_64-2008plus-ssl-4.0.18\bin》》打开mongo环境 2.mongod.exe --dpath D:\DeepL 阅读全文
posted @ 2020-04-29 12:42 Turing-dz 阅读(100) 评论(0) 推荐(0) 编辑
摘要: 一.电脑内的环境 1.查看:where python 2.查看里面的库:pip list 3.查看当前python环境:import sys>>print(sys.path) 4.python的标准库位置:%python安装路径%\Lib 5.python的第三方库位置:%python安装路径%\L 阅读全文
posted @ 2020-04-28 14:22 Turing-dz 阅读(183) 评论(0) 推荐(0) 编辑
摘要: 1.the dataframe consist of an ordered collection of columns,each of which can contaion a value of a different type. 2.define:字典形式(键是column)pd.DataFram 阅读全文
posted @ 2019-11-08 20:51 Turing-dz 阅读(156) 评论(0) 推荐(0) 编辑