• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
华东 博客
17年国科大博士毕业,曾就职于三星电子,清华博后,目前在某大模型创业公司工作,研究方向大模型、智能体 新浪博客: http://blog.sina.com.cn/u/2463286753
博客园    首页    新随笔    联系   管理    订阅  订阅
上一页 1 ··· 11 12 13 14 15 16 17 18 下一页
2015年12月16日
求平均排序MATLAB code
摘要: A0=R(:,1:2:end);for i=1:17A1=A0(i,:);p=sort(unique(A1));for j=1:length(p)Rank0(A1==p(j))=j;endRank(i,:)=Rank0;endRD5=mean(Rank); 阅读全文
posted @ 2015-12-16 22:27 华东博客 阅读(226) 评论(0) 推荐(0)
plot a critical difference diagram , MATLAB code
摘要: plot a critical difference diagram , MATLAB code建立criticaldifference函数function cd = criticaldifference(s,labels,alpha)%% CRITICALDIFFERNCE - plot a cr... 阅读全文
posted @ 2015-12-16 01:15 华东博客 阅读(3760) 评论(1) 推荐(0)
MATLAB实现矩阵分块相乘
摘要: 要实现一下功能,这里$\bf{x}_i$为行向量$${\bf{A}} = \left[ \begin{array}{l}{{\bf{x}}_1}\\{{\bf{x}}_2}\end{array} \right],{\bf{h}} = \left[ \begin{array}{l}{h_1}\\{h_... 阅读全文
posted @ 2015-12-16 01:00 华东博客 阅读(3453) 评论(0) 推荐(0)
2015年11月26日
在matlab中执行dos环境中命令,并其读取结果画图
摘要: clear% http://www.peteryu.ca/tutorials/matlab/visualize_decision_boundaries% load RankData% NumTrain =200;load RankData2% X = [X, -ones(size(X,1),1)];... 阅读全文
posted @ 2015-11-26 00:38 华东博客 阅读(1607) 评论(0) 推荐(0)
2015年11月25日
支持向量机的smo算法(MATLAB code)
摘要: 建立smo.m% function [alpha,bias] = smo(X, y, C, tol)function model = smo(X, y, C, tol)% SMO: SMO algorithm for SVM%%Implementation of the Sequential Min... 阅读全文
posted @ 2015-11-25 14:48 华东博客 阅读(6809) 评论(7) 推荐(0)
2015年11月24日
Q: How could I use MATLAB interface for parameter selection?
摘要: Q: How could I use MATLAB interface for parameter selection? One can do this by a simple loop. See the following example:bestcv = 0;for log2c = -1:3, ... 阅读全文
posted @ 2015-11-24 02:20 华东博客 阅读(330) 评论(0) 推荐(0)
2015年11月21日
DataOdinalRegression
摘要: clearname={'SCV1V1','SVC1VA','SVR','CSSVC','SVMOP','NNOP','ELMOP','GPOR','KDLOR','POM',... 'NNPOM', 'SVOREX','SVORIM','SVORIMLin','REDSVM','ORBALL'... 阅读全文
posted @ 2015-11-21 00:03 华东博客 阅读(264) 评论(0) 推荐(0)
2015年10月31日
SVMtoy
摘要: SVMtoy[label_matrix, instance_matrix] = libsvmread('ex8b.txt');options = '';% contour_level = [-1 0 1];contour_level = [-0.2 0.2 1 2];% function svm... 阅读全文
posted @ 2015-10-31 15:45 华东博客 阅读(421) 评论(0) 推荐(0)
SVMshow
摘要: SVMshow% http://www.peteryu.ca/tutorials/matlab/visualize_decision_boundaries% load RankData% NumTrain =200;load RankData2lambda = 20;rho = 1;c1 =10;c... 阅读全文
posted @ 2015-10-31 15:44 华东博客 阅读(409) 评论(0) 推荐(1)
2015年10月27日
Matlab boxplot for Multiple Groups(多组数据的箱线图)
摘要: 在画之前首先介绍一下Matlabboxplot,下面这段说明内容来自http://www.plob.org/2012/06/10/2153.html由于matlab具有强大的计算功能,用其统计数据功能优点显而易见,这里分享使用matlab中的boxplot的一些技巧,供大家参考。Matlabboxp... 阅读全文
posted @ 2015-10-27 20:43 华东博客 阅读(30510) 评论(3) 推荐(0)
上一页 1 ··· 11 12 13 14 15 16 17 18 下一页
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3