基于卷积神经网络的未知流量分类策略,陈晔欣,黎淑兰,为了提高网络流量分类的准确性及健壮性,本文设计了基于卷积神经网络的网络流量分类系统,并在此基础上针对混合流量中存在未知类
2022-03-02 21:01:01 336KB 网络流量分类
1
针对传统基于机器学习的流量分类方法中特征选取环节的好坏会直接影响结果精度的问题,提出一种基于卷积神经网络的流量分类算法。首先,通过对数据进行归一化处理后映射成灰度图片作为卷积神经网络的输入数据,然后,基于LeNet-5深度卷积神经网络设计适于流量分类应用的卷积层特征面及全连接层的参数,构造能够实现流量的自主特征学习的最优分类模型,从而实现网络流量的分类。所提方法可以在避免复杂显式特征提取的同时达到提高分类精度的效果。通过公开数据集和实际数据集的系列仿真实验测试结果表明,与传统分类方法相比所提算法基于改进的CNN流量分类方法不仅提高了流量分类的精度,而且减少了分类所用的时间。
1
AlexNet 特征 8层变换,其中有5层卷积和2层全连接隐藏层,以及1个全连接输出层。 将sigmoid激活函数改成了更加简单的ReLU激活函数。 用Dropout来控制全连接层的模型复杂度。 引入数据增强,如翻转、裁剪和颜色变化,从而进一步扩大数据集来缓解过拟合 第一个卷积层 输入的图片大小为:2242243(或者是2272273) 第一个卷积层为:111196即尺寸为1111,有96个卷积核,步长为4,卷积层后跟ReLU,因此输出的尺寸为 224/4=56,去掉边缘为55,因此其输出的每个feature map 为 555596,同时后面跟LRN层,尺寸不变. 最大池化层,核大小为33
2022-03-02 16:54:30 291KB “人造太阳”计划 alexnet网络结构 ex
1
maxout Matlab代码Matlab神经网络 用于2D卷积神经网络的Matlab代码 受到“”和“”的启发,但以教育为目的。 提供精心设计的matlab类层次结构,通过简单地阅读代码,可以帮助人们了解卷积神经网络和多层感知器(MLP)的工作流程。 概括: 基本层(M到N转换): 全连接,卷积[1] 平均池,最大池 辅助层:本地响应归一化[2] 激活层(逐点变换):Sigmoid,Relu [2] 正则化:辍学(实施为逐点变换),最大范数约束[3] 参数更新:动量和权重衰减的随机梯度下降(小批量)[3] 损失:最小二乘(用于分类/回归),Softmax /交叉熵/逻辑损失(用于分类) 可视化:类模型和类显着性图[4] 注意:随意使用代码,但这主要是为了我个人玩耍,并且开发仍在进行中,因此不能保证没有错误:) 去做 代码 myCNN 显示损失 从加载的模型继续训练 反式 输入特征图的卷积层选取随机子集 Maxout? doc 给出了比Jake Bouvrie的“卷积神经网络注释”中的数学细节更多的注释 多维数组演算 卷积导数; 卷积作为脉冲卷积的总和 解释为什么“原子层”的设计手册
2022-03-02 14:58:10 17.72MB 系统开源
1
mdCNN is a Matlab framework for Convolutional Neural Network (CNN) supporting 1D, 2D and 3D kernels. Network is Multidimensional, kernels are in 3D and convolution is done in 3D. It is suitable for volumetric input such as CT / MRI / video sections. But can also process 1d/2d images. Framework supports all the major features such as dropout, padding, stride, max pooling, L2 regularization, momentum, cross entropy, MSE. The framework Its completely written in Matlab, No dependencies are needed. It is pretty optimized, when training or testing all of the CPU cores are participating using Matlab Built-in Multi-threading. There are several examples for training a network on MNIST, CIFAR10, 1D CNN, and MNIST3d - a special expansion of MNIST dataset to 3D volumes. MNIST Demo will download the dataset and start the training process. It will reach 99.2% in several minutes. CIFAR10 demo reaches about 80% but it takes longer to converge. For 3D volumes there is a demo file that will creates a 3d volume from each digit in MNIST dataset, then starts training on the 28x28x28 samples. It will reach similar accuracy as in the 2d demo This framework was used in a project classifying Vertebra in a 3D CT images. =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ To run MNIST demo: Go into the folder 'Demo/MNIST' , Run 'demoMnist.m' file. After 15 iterations it will open a GUI where you can test the network performance. In addition layer 1 filters will be shown. To run MNIST3D demo: Go into the folder 'Demo/MNIST3d' , and run 'demoMnist3D.m' file. =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Check the 'mdCNN documentation.docx' file for more specification on how to configure a network For general questions regarding network design and training, please use this forum https://groups.google.com/forum/#!forum/mdcnn-multidimensional-cnn-library-in-matlab Any other issues you can contact me at hagaygarty@gmail.com Please use matlab 2014 and above
2022-03-02 10:53:02 76KB CNN 卷积神经网络
1
应用中央差分卷积网络(CDCN)进行面部反欺骗 安装 virtualenv -p python3 venv source venv/bin/activate pip install -r requirements.txt 数据准备 参考 [1]于子彤与赵,陈旭与王,泽正与秦,云霄与苏,卓与李,小白与周,冯与赵,国应。 搜索中央差分卷积网络以进行面部反欺骗,doi: : [2]中央差分卷积网络,doi: : [3]王则政,赵晨旭,秦云霄,周秋生,齐国俊,万钧,甄磊。 利用时间和深度信息进行多帧脸部反欺骗,doi: :
1
深度学习是机器学习和人工智能研究的最新趋势,作为一个十余年来快速发展的崭新领域,越来越受到研究者的关注。卷积神经网络(CNN)模型是深度学习模型中最重要的一种经典结构,其性能在近年来深度学习任务上逐步提高。
2022-03-01 22:17:17 2.93MB 卷积NN
1
代码数据完整,包含超限学习机,单层双层神经网络 %% III. 数据归一化 %% % 1. 训练集 [Pn_train,inputps] = mapminmax(p); Pn_test = mapminmax('apply',ptest,inputps); %% % 2. 测试集 [Tn_train,outputps] = mapminmax(t); Tn_test = mapminmax('apply',ttest,outputps); %% IV. ELM创建/训练 [IW,B,LW,TF,TYPE] = elmtrain(Pn_train,Tn_train,19,'sig',0);
2022-03-01 16:52:21 9KB matlab cnn 神经网络 卷积神经网络
1
里面包含卷积神经网路的一些基本介绍,还有相关学者的笔记介绍,很适合初学者学习参看卷积神经网络的基本原理
2022-03-01 15:26:02 16.79MB 卷积神经网络
1