自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(9)
  • 资源 (10)
  • 收藏
  • 关注

原创 Python3.7 安装PyAudio库 报错

在做实验时发现:没有安装pyaudio 库方法1.pip install pyaudio方法2.如果pip install pyaudio 还是出现如下错误:到这个地址下载对应的whlPython Extension Packages for Windowscmd下cd对应文件夹,安装注:下面的FileName,就是文件名称,全名。...

2019-06-26 17:15:48 2037 5

翻译 Audio Classification Using CNN — An Experiment

文章来自Author:Rishi Sidhu原文网站:链接未翻译...CNN is best suited for images. Leveraging its power to classify spoken digit sounds with 97% accuracy. Photo by Moha...

2019-06-24 10:43:28 776

原创 剑指offer编程

1.二维数组查找在一个二维数组中(每个一维数组的长度相同),每一行都按照从左到右递增的顺序排序,每一列都按照从上到下递增的顺序排序。请完成一个函数,输入这样的一个二维数组和一个整数,判断数组中是否含有该整数。思路:二维数组有序class Solution {public: bool Find(int target, vector<vector<int> &...

2019-06-23 21:26:29 108

翻译 Audio processing in TensorFlow

文章来自Author:Dario Cazzani原文网站:链接未翻译...An implementation of the Short Time Fourier TransformI found audio processing in TensorFlow hard, here is myfixThere are countless ways to perfo...

2019-06-22 09:28:42 555

翻译 What’s wrong with CNNs and spectrograms for audio processing?

文章来自Author:Daniel Rothmann原文网站:链接未翻译...In recent years, great results have been achieved in generating and processing images with neural networks. This can partly be attributed to the grea...

2019-06-21 09:10:37 678

翻译 The promise of AI in audio processing

文章来自Author:Daniel Rothmann原文网站:链接未翻译...2017 has been a good year for AI, deep learning in particular. We have seen a rise of AI technologies for image and video processing. Even though things...

2019-06-21 09:00:29 359

翻译 Human-Like Machine Hearing With AI (3/3)--Results and perspectives.

文章来自Author:Daniel Rothmann原文网站:链接未翻译...This is the last part of my article series on“Human-Like” Machine Hearing: Modeling parts of human hearing to do audio signal processing with AI.T...

2019-06-21 08:45:16 494

翻译 Human-Like Machine Hearing With AI (2/3)--The importance of memory

文章来自Author:Daniel Rothmann原文网站:链接未翻译...Hi, and welcome back!This article series details a framework for real-time audio signal processing with AI which I have worked on in cooperation withA...

2019-06-19 15:23:40 749

翻译 Human-Like Machine Hearing With AI (1/3)--Applying neural networks in real-time audio signal process

文章来自Author:Daniel Rothmann原文网站:链接未翻译...Significant breakthroughs in AI technology have been achieved through modeling human systems. While artificial neural networks (NNs) are mathematical mo...

2019-06-07 09:57:55 406

桌面时间控件.zip

压缩包中包含horloger安装包和win系统需要的补丁dotNetFx35setup安装。

2019-08-05

中国计算机学会推荐国际学术会议和期刊目录

中国计算机学会推荐国际学术会议和期刊目录-2019版 中国计算机学会(CCF)日前完成了《中国计算机学会推荐国际学术会议和期刊目录》(下文简称“目录”)第五版审定,现予发布。

2019-05-16

ADOC类文件包含ADOConn.h和ADOConn.cpp

ADO接口简介 ADO库包含三个基本接口:_ConnectionPtr接口、_CommandPtr接口和_RecordsetPtr接口。 文件为ADO类文件包含ADOConn.h和ADOConn.cpp

2019-04-28

Hight-Speed Charting 控件

Hight-Speed Charting 控件的源代码,demo 以及文档。

2018-12-20

Time delay estimation using the LMS adaptive filter-Dynamic behavior

LMS自适应时延估计延迟,通过LMS滤波去,得到最优权值矢量,最优权值对应延时值。动态分析

2018-12-04

Time delay estimation using the LMS adaptive filter--Dynamic behavior

LMS自适应时延估计延迟,通过LMS滤波去,得到最优权值矢量,最优权值对应延时值。

2018-12-03

MFC自定义消息

MFC自定义消息实现,利用SendMessage()函数 在VisualStudio 2017实现

2018-09-03

吴恩达深度学习第一课第二周编程作业

吴恩达深度学习第一课第二周编程作业

2018-04-06

MFC基于对话框 存储txt文件

VS2013环境下,MFC基于对话框 利用CFile类存储txt文件

2017-10-23

《C++程序设计》 谭浩强 第三版 答案

《C++程序设计》 谭浩强 第三版 答案

2017-08-23

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除