Skip to content

Instantly share code, notes, and snippets.

View soeque1's full-sized avatar

Hyung-jun Kim soeque1

  • Seoul, South Korea
View GitHub Profile
@soeque1
soeque1 / jupyter_multi.ipynb
Last active June 21, 2022 06:11
jupyter_background
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@soeque1
soeque1 / poker.R
Created July 24, 2017 13:37 — forked from cbare/poker.R
Evaluate poker hands in R
## Poker.R
## Evaluate poker hands
##
## by: Christopher Bare
############################################################
## define suits and ranks
suits <- c('c','d','h','s')
ranks <- c(2:10,"J","K","Q","A")
suit_names <- c(c="clubs", d="diamonds", h="hearts", s="spades")
@soeque1
soeque1 / facebook_ej.ipynb
Last active July 29, 2017 16:36
wiki.ko (pretrained data)에서 긍정 seed(좋다, 좋아) 및 부정 seed(나쁘다, 나빠) 유사어 추출
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@soeque1
soeque1 / r_pkgs_down_n_inst.ipynb
Last active July 24, 2017 13:36
R 패키지 다운로드 및 설치
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@soeque1
soeque1 / test_init.ipynb
Last active February 18, 2022 08:26
R 형태소 분석기 테스트용(한나눔, 꼬꼬마, 트위터)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.