CollegeStudent

本文介绍了如何使用MatConvNet进行基于关节的活动识别研究,并提供了具体的Matlab代码示例。同时,文章还提及了电子科技大学学生针对皮肤病变分析挑战赛所使用的数据库及一篇关于基于语音的情感识别的研究论文。

请安装使用如下深度学习工具:

tool: MatConv: http://www.vlfeat.org/matconvnet/

请注册并下载医学数据库(如下网站中有多个数据库,至少下载一个数据库):

Database:Medical Challenge:  http://grand-challenge.org/All_Challenges/

1. Bachelor:

    乐苗

    title: deep learning for joint based activity recognition

     Matlab Code: 

dataFold=['E:\afterabroad\ALLChallenge\ISBI2016_ISIC_Part1_Training_GroundTruth' ...
    '\ISBI2016_ISIC_Part1_Training_GroundTruth\*.png'];
FoldPath=['E:\afterabroad\ALLChallenge\ISBI2016_ISIC_Part1_Training_GroundTruth' ...
    '\ISBI2016_ISIC_Part1_Training_GroundTruth\'];
FileList=dir(dataFold);
FirstFile=FileList(1);
NameList={FileList.name};
%NameList=cell2mat(NameList);
NumImage=length(NameList);
im=[];
for i=1:NumImage
    im{i}=imread(strcat(FoldPath,cell2mat(NameList(i))));
    figure(1);imshow(im{i},[]);
end

  

2. Master students 

    2016: 史鹏、秦金泽、胡顺达 (电子科技大学)

    下载数据库:"Skin Lesion Analysis Towards Melanoma Detection"

     彭杰:emotion recogntion based on speech

            refer to paper: Soft Computing21 March 2016,

                                 "Feature extraction based on bio-inspired model for robust emotion recognition"

            journal to submit: plos one, soft computing, electronics letter.

 

转载于:https://www.cnblogs.com/stoneresearch/p/5211033.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值