文件名称:Benchmark模型matlab代码-Neural-Network:神经网络
文件大小:7KB
文件格式:ZIP
更新时间:2024-06-15 15:57:46
系统开源
Benchmark模型matlab代码 Neural Network AClassification Problem 1.SYSTEM: ATwo-Nested-Spirals Problem Two-Nest-Spiralsproblem is a well-known classification benchmark problem. It contains twonested spirals, ‘o’ and ‘+’, as shown in figure. The task is to separate thetwo nested spirals. 用matlab实现BP算法,其中加入了L2正则化项,在隐藏层最后一层使用Dropout。输出进行独热编码(one-hot),使用softmax。在图上打印出模型进行判断的边界。 有4个文件。 1)TwoNestSpiralsUseGivenSet.m 2)ReLU.m ReLUGradient.m softmax.m 应该要把定义一个前向传播的函数。应该在训练和测试的时候都要用到。如果修改了训练中前向传播的代码,而忘记修改测试的代码
【文件预览】:
Neural-Network-master
----README.md(961B)
----TwoNestSpiralsUseGivenSet()
--------softmax.m(131B)
--------ReLUGradient.m(75B)
--------ReLU.m(44B)
--------sigmoid.m(137B)
--------TwoNestSpiralsUseGivenSet071202.m(9KB)
--------sigmoidGradient.m(709B)
----.gitattributes(66B)