摘要: 《Matlab 神经网络30个案例分析》 程序下载处: https://www.ilovematlab.cn/thread-140333-1-1.html 阅读全文
posted @ 2021-03-30 08:47 温酒待君归 阅读(50) 评论(0) 推荐(0) 编辑
摘要: %剔除数组中,超过限制的元素 s = [1,2,3] s(s>2)=5 s(s<2)=-5 >>>s=[-5 2 5] %将两个数字首尾相连,合并成一个数字,1 2 3 -> 123 a1 = [11 2 3]'; a2 = [4 5 6]'; % Convert both the numbers 阅读全文
posted @ 2020-09-13 06:02 温酒待君归 阅读(130) 评论(0) 推荐(0) 编辑
摘要: clc;clear;close B=zeros(100,100)*1/0; row=10; num=[]; for i=1:row A=[]; A = 1:2:2*i; num=[num length(A)]; B(i,1:length(A))=A; end column=max(num); C=B 阅读全文
posted @ 2020-09-02 08:07 温酒待君归 阅读(405) 评论(0) 推荐(0) 编辑
摘要: ## Journal abbreviation: https://blog.csdn.net/zseqsc_asd/article/details/96895773 \usepackage{cite} %合并多个引用参考文献的数字 [5]-[8] ## 图片部分 \begin{figure}[htb 阅读全文
posted @ 2020-04-21 07:35 温酒待君归 阅读(1857) 评论(0) 推荐(0) 编辑
摘要: namely, viz. i.e. abbr即,也就是 e.g. for example, for instance. 举例。 deliver offer represent denote,depict; capture, describe. deliver entail corresponding 阅读全文
posted @ 2020-03-21 00:31 温酒待君归 阅读(199) 评论(0) 推荐(0) 编辑
摘要: 循环命名label Ylabel(['y',num2str(10-i)]) 读取TXT文件 datafilename = 'winequality-red.txt'; D = load(datafilename); 读取data文件 datafilename = 'housing.data'; D 阅读全文
posted @ 2020-03-02 09:49 温酒待君归 阅读(553) 评论(1) 推荐(0) 编辑
摘要: https://blog.csdn.net/Jaster_wisdom/article/details/78125046?fps=1&locationnum=7 二维或者三维满足空间中正态分布的样本点 https://www.ilovematlab.cn/thread-27021-1-1.html 阅读全文
posted @ 2020-02-18 01:41 温酒待君归 阅读(570) 评论(0) 推荐(0) 编辑
摘要: ##Decoding \(Y_{k} = [Y_{k}^{-}, Y_{k}^{+}] = \frac{1}{\sum_{j=1}^{h}\lambda_{jk}}(\lambda_{1k}\otimes [0,a_{1}^{opt}]\oplus \cdots\oplus\lambda_{2k}\ 阅读全文
posted @ 2019-12-15 22:00 温酒待君归 阅读(616) 评论(0) 推荐(0) 编辑
摘要: This part proposes two reinforcement based learning algorithms. The first, named Fuzzy Q learning, in an adaptation of Watkins' Q learning for fuzzy I 阅读全文
posted @ 2019-10-31 20:45 温酒待君归 阅读(366) 评论(0) 推荐(0) 编辑
摘要: Fuzzy Logic controller Step one: fuzzification(encoding) In coding the values from the sensors, one transforms the values of the sensors measurement b 阅读全文
posted @ 2019-10-29 14:59 温酒待君归 阅读(284) 评论(1) 推荐(1) 编辑
levels of contents