文件名称:trnn
- 所属分类:
- 人工智能/神经网络/遗传算法
- 资源属性:
- [Matlab] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 2kb
- 下载次数:
- 0次
- 提 供 者:
- king****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
神经网络训练,应用matlab7NN包,用一个隐藏层使用5折交叉验证。-Training the Neural Network
This scr ipt is something that I did for a course at Uni. It uses the Neural Networking package provided with MatLab 7 unfortunately I m not sure if it s available with the earlier versions of MatLab. This scr ipt uses the command lines for the package to perform the task, otherwise you can use the GUI that s provided, by typing nntool. This scr ipt shows 5 fold cross validation on a neural network with 1 hidden layer with a variable number of hidden nodes along with a single output. The entire process is done 2 times, because each time the data was encoded in a different manner, which in turn altered how much the Neural Network was able to learn from the data. Below you ll find the scr ipt to collect the data for the final results.
This scr ipt is something that I did for a course at Uni. It uses the Neural Networking package provided with MatLab 7 unfortunately I m not sure if it s available with the earlier versions of MatLab. This scr ipt uses the command lines for the package to perform the task, otherwise you can use the GUI that s provided, by typing nntool. This scr ipt shows 5 fold cross validation on a neural network with 1 hidden layer with a variable number of hidden nodes along with a single output. The entire process is done 2 times, because each time the data was encoded in a different manner, which in turn altered how much the Neural Network was able to learn from the data. Below you ll find the scr ipt to collect the data for the final results.
相关搜索: TRNN
(系统自动生成,下载前可以参看下载内容)
下载文件列表
getmyresults.m
TrNN.m
TrNN.m