CollegeStudent

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

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.

 

posted @ 2016-02-23 19:47  stonestone  阅读(402)  评论(0编辑  收藏  举报