搜索资源列表
dnn-0.1
- 用DNN编写的一次训练即可识别的小词汇量语音训练识别代码库,已通过测试-DNN prepared with a training can identify small vocabulary speech recognition code libraries that have passed the tests
DNNTemplates2.6
- DNN在Visual Stutio下的编程模版,安装在VS下,可以简化DNN模块项目的开发。-DNN in the Visual Programming Stutio templates installed on VS, DNN module can simplify the development project.
CoolMenuSkinObjectSource
- DNN皮肤开发例子,可以说明DNN皮肤开发的主要内容。-DNN skin development example to illustrate the development of the DNN skin main content.
CategoriesModule-Source
- DNN的目录管理模块源码。一般是与文章管理配合使用。-DNN directory management module source. The article is generally used in conjunction with management.
DNN
- 可完成DNN图象预处理、配对、识别等功能,是一款包含功能较全的图像处理软件
DNN_Id
- DNN identifier with sigmoidal functions
DNN
- 功能强大的企业网站生成平台,提供多样化的企业网站建站模板。后台强大的CMS管理平台可以轻松胜任任何企业型网站-Build a powerful enterprise web platform, offers a variety of corporate website Jianzhan template. Background powerful CMS management platform can easily qualified for any business-type site
ASP_NET_Web_Application
- DNN是应用广泛的门户网站。基于ASP_NET的Web应用框架DNN的研究与应用,深入讨论了DNN框架是如何在实际中安装和设置的。-DNN is a widely used portal. The Web application framework based on DNN ASP_NET research and application, in-depth discussion of the DNN framework is how to install and set up practice
dnn-skin-document
- DNN皮肤制作相关说明文档 DNN 皮肤制作指南-DNN skin make relevant documentation
DNN
- DNN FCC using NARX and Bayesian Training
DNN-master-(2)
- DNN 深度神经网络C++代码 用于深度学习的基础资料-the key materials of deep learning ,c++ code, the process of DNN
tiny-dnn-master
- C++实现dnn,可以进行训练和测试,适合初学者(The dnn is developed by c++, it includes the forward and backward process, you can use it for training.)
DNN
- 使用神经网络进行语音增强,包括语音特征提取,DNN,语音重构(Speech enhancement using neural networks)
deepmat-master
- DNN程序,可以利用MATLAB实现深度神经网络。包含子程序(DNN program, you can use MATLAB to achieve a deep neural network. Include subroutine)
sednn-master.tar
- 利用DNN来进行语音增强,先补充数据训练模型,然后进行去噪处理。(speech enhancement:Using DNN to enhance speech, data training model is first supplemented and then denoised.)
DNN
- 利用python3完整实现DNN,包括前向传播和反向传播。实现一个2次函数的拟合。(Complete implementation of DNN using python3, including forward propagation and reverse propagation. Implement a quadratic function fitting.)
dnn
- for language recognition,hope can help with you
BCI_MI_CSP_DNN
- BCI_MI_CSP_DNN是一种基于matlab的运动图像脑电信号分类程序。 基于matlab深度学习工具箱编写了BCI_MI_CSP_DNN程序 本程序的原理基于CSP和DNN算法 这个程序的性能是基于BCI竞赛II数据集II 提出了一种基于深度学习的运动图像脑电信号分类方法。在预处理原始脑电图信号的基础上,采用共空间模型(CSP)方法提取脑电图特征矩阵,并将其输入深度神经网络(DNN)进行训练和分类。我们的工作在BCI Competition II Dataset III上进行了实
MATLAB-DNN-master
- dnn的训练及搭建源代码,非常实用,对初学者是一个不错的起点,特别是深度学习方面的(Training and building source code of DNN)
DNN实现手写数字识别
- DNN实现手写数字的识别,准确率80以上,可以自行改变学习率等,希望能帮助到大家。