• 大小: 2.85MB
    文件类型: .rar
    金币: 2
    下载: 0 次
    发布日期: 2023-10-27
  • 语言: C/C++
  • 标签: MLP  

资源简介

基于MLP的简单分类任务 平台:VS2015 语言:C++ 固定大小输入

资源截图

代码片段和文件信息

clear;
clc
load(‘F:\Bayes\data_Wine.txt‘);
for i=2:14
data_Wine(:i) = (data_Wine(:i) - mean(data_Wine(:i)))/(max(data_Wine(:i))- min(data_Wine(:i)));
end

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

    ..A..H.     22016  2018-04-04 11:24  Bayes\.vs\Bayes\v14\.suo

     文件      44264  2018-04-03 20:17  Bayes\111.txt

     文件       7572  2018-04-03 19:41  Bayes\Bayes\Bayes.vcxproj

     文件       1488  2018-04-03 19:41  Bayes\Bayes\Bayes.vcxproj.filters

     文件        638  2018-04-04 11:05  Bayes\Bayes\Debug\Bayes.log

     文件     226143  2018-04-03 16:23  Bayes\Bayes\Debug\Bayes.obj

     文件        175  2018-04-03 16:23  Bayes\Bayes\Debug\Bayes.tlog\Bayes.lastbuildstate

     文件       1066  2018-04-03 16:23  Bayes\Bayes\Debug\Bayes.tlog\CL.command.1.tlog

     文件      13944  2018-04-03 16:23  Bayes\Bayes\Debug\Bayes.tlog\CL.read.1.tlog

     文件        732  2018-04-03 16:23  Bayes\Bayes\Debug\Bayes.tlog\CL.write.1.tlog

     文件       1014  2018-04-03 16:23  Bayes\Bayes\Debug\Bayes.tlog\link.command.1.tlog

     文件       2548  2018-04-03 16:23  Bayes\Bayes\Debug\Bayes.tlog\link.read.1.tlog

     文件        288  2018-04-03 16:23  Bayes\Bayes\Debug\Bayes.tlog\link.write.1.tlog

     文件      40675  2018-04-04 11:02  Bayes\Bayes\Debug\layers.obj

     文件      40675  2018-04-03 21:24  Bayes\Bayes\Debug\layers.obj.enc

     文件     255424  2018-04-04 11:05  Bayes\Bayes\Debug\MLP.obj

     文件     255244  2018-04-03 21:33  Bayes\Bayes\Debug\mlp.obj.enc

     文件       1592  2018-04-04 11:05  Bayes\Bayes\Debug\MLP.tlog\CL.command.1.tlog

     文件      20526  2018-04-04 11:05  Bayes\Bayes\Debug\MLP.tlog\CL.read.1.tlog

     文件       1966  2018-04-04 11:05  Bayes\Bayes\Debug\MLP.tlog\CL.write.1.tlog

     文件       1090  2018-04-04 11:05  Bayes\Bayes\Debug\MLP.tlog\link.command.1.tlog

     文件       2670  2018-04-04 11:05  Bayes\Bayes\Debug\MLP.tlog\link.read.1.tlog

     文件        336  2018-04-04 11:05  Bayes\Bayes\Debug\MLP.tlog\link.write.1.tlog

     文件        175  2018-04-04 11:05  Bayes\Bayes\Debug\MLP.tlog\MLP.lastbuildstate

     文件       3934  2018-04-03 20:38  Bayes\Bayes\Debug\stdafx.obj

     文件     470016  2018-04-04 11:05  Bayes\Bayes\Debug\vc140.idb

     文件     438272  2018-04-04 11:05  Bayes\Bayes\Debug\vc140.pdb

     文件       2994  2018-04-04 11:02  Bayes\Bayes\layers.cpp

     文件       1015  2018-04-03 21:24  Bayes\Bayes\layers.h

     文件       1191  2018-04-04 11:05  Bayes\Bayes\MLP.cpp

............此处省略28个文件信息

评论

共有 条评论

相关资源