薇's profileforever lonely, forever ...PhotosBlogLists Tools Help

薇 徐

Occupation
Location
France  
Photo 1 of 4

forever lonely, forever young

我的照片:http://picasaweb.google.com/vickyfishxu
December 16

Finally

毕业喽~~吼吼!
拜拜“SVM-based algorithms for ontologies alignment based on literature"
September 03

Trip to South France

On my way to south of France......to be continued...
 
                                  http://picasaweb.google.com/vickyfishxu/ParisFrance
May 30

告一段落

毕业设计拖拖拉拉进行了快一年了,期间出去旅行,寒假回家,加上散漫的“未进入状态”几月,直到今年2月才算正式开始“设计”。说到这里不得不感谢戴戴同学期间不厌其烦,耐心细致的帮助,得人恩果千年记啊,哈哈~红玫瑰送朵小红花先!本想暑假前“结束战斗”,无奈写作水平远没有口语来的自如,进度缓缓,加之导师想在我毕设的基础上发篇paper,期间需要我小小帮助,索性推迟到假期后答辩,争取暑假里大把时间认真写好论文。
生活还在继续,只是一段的结束,另一段的开始,路漫漫啊~~
附上一首从别人blog“窃”来的music吐舌
《When you taught me how to dance》
 

    >

April 29

what makes friends?

I've got no idea, no clue and no comment, do you?
April 08

没想到我也有今天!!

刚才跟张蕊同学聊了聊,这好心的姐姐给了我很多中肯的意见,开导了我鱼木疙瘩的脑壳,总算让我发泄了一些郁闷的情绪,聊着聊着想起一些以前我们在一起时候的谈话。很戏剧化的,我来到瑞典,来到林雪平都是因为这位重要人物。来之前,我担心,应付不了语言的问题,课程的问题;来了之后,我担心,考试过不了,作业交不上;终于考试都混过去了,开始做毕设,我担心,毕设做不下来,毕不了业。每一次的担心都是发自内心的恐惧,总觉得这事儿真的会发生,结果,现在我居然快毕业了!我也有今天!!
March 21

Michael Buble《Home》

 Michael Buble《Home》
March 09

26------no longer youth

为什么过了26岁就不算青年了啊?谁规定的啊?哪家规矩啊?
完了,直接过度到老年了!
Oh, My God!
October 31

祝福

小奇奇搬走了......
床是空的,桌子的另一边是空的,抽屉是空的,书架的上层是空的,衣柜的另一边是空的,浴室里储藏柜的另一边也是空的
拖鞋多了几双,不过没有小奇奇的蓝色“大拖”,乱七八糟的东西多了好多,都是小奇奇留下的......
卧谈没有了,八卦没有了,无辜的大眼睛不见了......
我也想搬家......
很不喜欢送别人离开的感觉......
 
祝福长得象泰国人的pseudo混血美女小奇奇:一路平安,身体健康,开心快乐,学习愉快......
October 30

Nothing

I'm an experimental plant, being watched and observed everyday in the green house.
 
If we knew what it was we were doing, it would not be called research, would it?
                                                                         --Albert Einstein
 
 
October 28

thesis work

开始毕设已经将近两个月了,虽说一直在按照superviser的要求看paper,了解背景资料,但是效率确是极低的。多亏了老板人很nice,每次都和颜悦色的帮我解决问题,指导方向。拖了快一个月的introduction今天说什么也要写完了,下周开始要努力工作喽!加油加油!

Introduction of Support Vector Machine (SVM)

 

Generally speaking, SVM (Support Vector Machine) is an algorithm used for data classification and regression. It was developed by Vladimir Vapnik and his colleagues [1] in 1995, based on statistical learning theory. In Geometry perspective, data can be represented as a set of feature vectors in n-dimension space. According to the attributes of training vector sets, SVM splits them into different feature spaces and generates a hyperplane which is a decision function in fact, to predict new unclassified data into the classes they should belong to. Optimal classification requires not only the correct separation but also the maximization of the separation distance (margin), in order to satisfy the structural risk minimization (SRM) notion. SVM settles the problem from the simplest one, which is 2-dimension linear classification. However, for most complex data, it is hard to find the linear hyperplane in low-dimension therefore they are mapped into higher dimension, which will increase the computational complexity dramatically. Therefore, Kernel function is introduced, in order to reduce the computation problem. Hence, proper choice of kernel function helps getting the classification function in higher dimension classifier much easier.

 

[1] V.N. Vapnik, “The Nature of Statistical LearningTheory,” Springer-Verlag, NewYork, ISBN 0-387-94559-8, 1995.