safarionlinebooks spring video


SPRING FRAMEWORK ESSENTIALS


spring boot를 지향하면서도 spring core에 대해 배우기.


intellij에서 무슨 단축키를 썼는지 toast로 보여줘서 좋다.



요새 유행하는 것은 Java-based configuration

@Configuration

@Bean


aspectj도 배운다.




도 좋다.

pivotal 사람들이 번갈아가며 조금씩 가르쳐 준다.

만든 사람들이 가르쳐 주는 셈.



by 언제나19 2016. 6. 17. 17:33




http://videolectures.net/ecmlpkdd09_eckard_plsitfkb/

앞부분에 PLSI 공부 조금.  들어도 못 알아듣겠다.

 

http://videolectures.net/slsfs05_hofmann_lsvm/

author: Thomas Hofmann, Google, Inc. 
published: Feb. 25, 2007,   recorded: February 2005,   views: 4072

LSI 설명 조금. SVDlatent factor를 찾는 것.

PLSI

Documentcontext에서 각 단어가 들어 있을 확률을 구할 때,

Latent factors의 확률을 연관된 단어의 확률 계산에 이용

Collaborative filtering

 


http://videolectures.net/mlss09uk_blei_tm/

Topic Models

author: David Blei, Computer Science Department, Princeton University 
published: Nov. 2, 2009,   recorded: September 2009,   views: 33740

 

LDA

 

Dirichlet parameter à> Per-document topic proportions à> Per-word topic assignment à> Observed word
<
ß Topics <ß Topic hyperparameter

 

Dirichlet distribution

P(theta|alpha) = gamma ( Sum alpha ) / Power gamma ( alpha_i ) * Power theta^(alpha-1)

 

Theta ~ Dir(1, 1, 1) = uniform distribution

 

이게 도움이 많이 되네. 설명도 쉽고, 내용도 알차고. 내용은 쉽지만은 않다.

우선 part 1만 봤다.

 

 

Mixture model에서 각 documentwords 1 topic에서 왔다.

Dirichlet에서 alpha가 작으면, uniform하지 않고, mixture model

 

Part 1을 잘 이해 못했더니, Part 2는 더 어렵네. 기본 지식이 부족해서 못 알아듣겠다.

 

뒷부분 실제 실용 예를 듣고 싶었는데, 그냥 막 넘어가네. 아웅.



by 언제나19 2016. 4. 18. 14:13