资源列表
基于matlab-GUI实时人脸检测系统
- 能够实时监测人脸的系统,使用matlab编写 可供学习(Wondering is enough: Uncertainty about category information undermines face recognition)
04.CNN处理CiFar
- 以python语言为基础,利用tensorflow机器学习架构,两层卷积神经网络实现,CiFar数据集图片分类功能。(Based on Python language, using tensorflow machine learning architecture, two-layer convolutional neural network, CiFar data set image classification function.)
MNIST_data
- MNIST数据集是一个手写体数据集,这个数据集由四部分组成,分别是一个训练图片集,一个训练标签集,一个测试图片集,一个测试标签集;我们可以看出这个其实并不是普通的文本文件或是图片文件,而是一个压缩文件,下载并解压出来,我们看到的是二进制文件。其中包含60000张手写体识别数字图片。(MNIST data set is a handwritten data set, which consists of four parts: a training picture set, a training l
facenet
- 人脸检测,基于神经网络的人脸识别,可以达到高精度快速的识别
multihead_joint_entity_relation_extraction
- rdf三元组抽取,多头实体关系联合抽取模型,基于pytorch,tensorflow两种框架实现(multihead_joint_entity_relation_extraction pytorch torflow)
吴恩达深度学习py文件+笔记
- 自己做的吴恩达的深度学习课的笔记,py文件实现等,笔记是在边编程边写出来的,跳过了很多坑,所有写出来的py文件都能直接用,直接执行
《MATLAB 神经网络43个案例分析》源代码&数据
- 《MATLAB 神经网络43个案例分析》全书源代码和数据,注释详细,神经网络学习很有帮助。内含《MATLAB 神经网络43个案例分析》目录:第1章BP神经网络的数据分类语音特征信号分类;第2章 BP神经网络的非线性系统建模-非线性函数拟合等。(Analysis of 43 Cases of Neural Network in MATLAB source code data, detailed comments. Included in the catalogue of 43 Cases Anal
DeepLearnToolbox-master
- matlab中深度学习工具箱,具有备注,方便易懂(Matlab in-depth learning toolbox, with notes, easy to understand)
VRP算法
- 压缩包里放的是解决车辆路径问题的各种算法,提供给大家参考学习。
MSGAN
- 解决条件GAN中的模式崩溃问题,改善图像生成的多样性。(To solve the problem of mode breakdown in conditional antagonism generation network and improve the diversity of image generation)
教程2第1周编程作业完成版
- 对于深度学习一个简单的例子,对于学习有很大帮助,经过不断修改,查看自己的结果,并且不断学习(A simple example of in-depth learning is very helpful for learning. After constant modification, you can see your own results and keep learning.)
AutoEncoder实战
- 深度学习中基于PyTorch架构的AutoEncoder 实例(Examples of AutoEncoder based on the PyTorch architecture in deep learning)