matlab神经网络newff函数的用法
https://blog.csdn.net/xiaotao_1/article/details/79078729
分割数据集
https://blog.csdn.net/shengchaohua163/article/details/79876007
https://www.itdaan.com/blog/2018/04/10/7c17309d448c3f414edafe886a257d7b.html
理解train的函数的意义
newff
https://blog.csdn.net/weixin_43857827/article/details/102924575
net = newff(minmax(p),[隐层的神经元的个数,输出层的神经元的个数],{隐层神经元的传输函数,输出层的传输函数},’反向传播的训练函数’)
混淆矩阵
https://ww2.mathworks.cn/help/stats/confusionmat.html
如何优化MLP
https://ww2.mathworks.cn/matlabcentral/answers/137-how-do-i-improve-my-neural-network-performance
XOR problem
[https://medium.com/@jayeshbahire/the-xor-problem-in-neural-networks-50006411840b#:~:text=The%20XOr%2C%20or%20%E2%80%9Cexclusive%20or,value%20if%20they%20are%20equal](https://medium.com/@jayeshbahire/the-xor-problem-in-neural-networks-50006411840b#:~:text=The XOr%2C or “exclusive or,value if they are equal)
Rbf 问题算法
https://blog.csdn.net/zouxy09/article/details/13297881
Rbf 神经网络和bp神经网络的区别和优缺点
遍历读取文件
https://blog.csdn.net/FX677588/article/details/53126961
Matlab CNN
https://blog.csdn.net/weixin_41923961/article/details/80382502
for语句循环系列处理一部分文件,并且改写
kmeans
https://www.mathworks.com/help/stats/k-means-clustering.html
matlab函数
https://zhuanlan.zhihu.com/p/19802747
径向基函数的sigma选择(当然也可以用mean)
https://www.cnblogs.com/yymn/p/4537992.html
SOM
- Post title:matlab相关的知识
- Post author:Yuxuan Wu
- Create time:2021-01-28 01:44:22
- Post link:yuxuanwu17.github.io2021/01/28/matlab_links/
- Copyright Notice:All articles in this blog are licensed under BY-NC-SA unless stating additionally.