资源列表
matconvnet-1.0-beta25
- matconvnet-25编译好的文件,确保放到matlab里面可以正常运行。(Matconvnet-25 compiled files to ensure that the Matlab can run normally.)
TTS 语音合成开发包
- TTS 语音合成开发包,帮助程序员仅通过几行代码轻松实现文本朗读、文本转音频文件的功能,只需几分钟的时间,就可以将TTS语音功能集成到你的程序中。 开发包的使用 1、首先将 Include\Speak.h、Lib\Speak.lib 拷贝到工程所在的目录 2、在要调用语音接口的代码中引入这两个文件: #include "Speak.h" #pragma comment(lib, "Speak.lib") 3、调用语音接口编写相关代码
CNN
- 通过卷积网络,自动实现对图片特征的提取,通过训练,得到有效的权值,进行图像分类(Through convolution network, automatic extraction of image features can be realized. Through training, effective weights can be obtained and image classification can be carried out.)
movie-recommendation-python-master
- 利用协同过滤算法对movielens中的数据进行电影推荐(Collaborative filtering algorithm for movie recommendation in movielens)
NN
- 人工神经网络中的BP算法matlab代码实现(Realization of BP algorithm in artificial neural network)
matlab神经网络30个案例分析源程序
- matlab神经网络30个案例分析源程序,里面包含各种智能优化算法的具体实例,可以供初学者学习入门。
Tensorflow CNN
- 卷积神经网络识别手写数字,放在jupyter直接跑,99%识别率,已经和Tensorboard联通好了(Convolutional neural network recognizes handwritten numerals and runs directly on jupyter. The recognition rate is 99%. It has been connected with Tensorboard.)
MATLAB神经网络43个案例分析
- MATLAB神经网络43个案例分析+源码 MATLAB神经网络43个案例分析+源码 MATLAB神经网络43个案例分析+源码
reinforcement-learning-code-master
- 强化学习圣经,著名强化学习实践案例,从基础到深入(Intensive Bible Learning)
Hi3516-objects-detection
- 从“我就是我”的开源工程下载的代码,详见压缩包中的读我说明(it is down form kapoo-pai's Git Project, look up the readme.md in zip file)
pytorch_cnn_example
- pytorch框架下,用Python语言编写的搭建简单的卷积神经网络简单。
mask rcnn
- 跑通的Mask rcnn图像检测,深度神经网络人工智能,检测准确度高(Deep neural network High detection accuracy, including trained data)