For modern equipment manufacturing industries, advanced manufacturing technologies have significant impact on the production quality and efficiency. S... ...
分类:
其他好文 时间:
2018-08-02 15:03:08
阅读次数:
210
1.查看主机和数据库信息 [oracle@oracle1 ~]$ sqlplus / as sysdba SQL*Plus: Release 12.2.0.1.0 Production on Tue May 29 01:19:35 2018 Copyright (c) 1982, 2016, Ora ...
分类:
数据库 时间:
2018-08-02 12:20:10
阅读次数:
183
安装Weblogic误操作对Oracle用户属组进行了修改 --本地sqlplus登录报错权限问题??? [oracle@enmo admin]$ sqlplus / as sysdba SQL*Plus: Release 11.2.0.4.0 Production on Sat May 5 01: ...
分类:
数据库 时间:
2018-08-02 00:10:15
阅读次数:
603
一 预备知识 二 反向传播 取出来一个神经元 Forward pass Backward pass 第一项比较简单,通过已知的函数可以直接求出: 第二项就比较复杂,简单的求解过程如下: 前边的论述是假设有两项是已知的情况,如果不知道呢??? 总结: 参考: http://speech.ee.ntu. ...
分类:
其他好文 时间:
2018-08-02 00:04:27
阅读次数:
178
1、下载地址; GitHub地址:https://github-production-release-asset-2e65be.s3.amazonaws.com/3402186/bb1d10fc-3fac-11e6-8dc7-a51af1d6f36f?X-Amz-Algorithm=AWS4-HMA ...
https://github.com/1158114251/-Intelligent-speech-robot https://www.kancloud.cn/turing/web_api/522992 图灵网站:https://www.kancloud.cn/turing/web_api/5229 ...
分类:
其他好文 时间:
2018-07-29 14:18:19
阅读次数:
205
1.BrowserRouter中加basename 判断是开发环境还是线上环境: const basenamePath = process.env.NODE_ENV 'production' ? '/dkx.github.io' : '' 2.webpack.config.js中加publicPat ...
分类:
其他好文 时间:
2018-07-26 16:20:44
阅读次数:
181
说话人识别(Speaker Recognition,SR),又称声纹识别(Voiceprint Recognition,VPR),顾名思义,即通过声音来识别出来“谁在说话”。语音识别(Automatic Speech Recognition,ASR)是通过声音识别出来“在说什么”。为了区分,本文的主 ...
分类:
其他好文 时间:
2018-07-26 00:22:04
阅读次数:
234
实例详解: 数据库恢复到某个时间点 [oracle@lyo1 ~]$ sqlplus / as sysdba SQL*Plus: Release 11.2.0.4.0 Production on Wed Jul 18 01:16:04 2018 Copyright (c) 1982, 2013, O ...
分类:
数据库 时间:
2018-07-22 23:36:19
阅读次数:
250
前几天工作中遇到需要把音频转为文字稿的任务,顺便学了个新词语:扒词。 扒词:根据视频信息获得文字信息,即根据录音或者台词,然后转字幕。 拿音频找导演联系扒词,结果导演居然说视频扒词可以,音频就算了吧,算了吧……! ……天下没有免费的午餐。 感谢万能的知乎!让我找到了IBM 爸爸的Speech to ...
分类:
其他好文 时间:
2018-07-19 21:21:14
阅读次数:
469