Skip to content

Instantly share code, notes, and snippets.

View samkugji's full-sized avatar
πŸ’­
I may be slow to respond.

DS samkugji

πŸ’­
I may be slow to respond.
  • Korea, Canada
View GitHub Profile
@FinanceData
FinanceData / λ°œν‹±μš΄μž„μ§€μˆ˜(BDI)와 ν•΄μ–‘μš΄μ†‘μ—…(νŒ¬μ˜€μ…˜).ipynb
Last active November 8, 2017 12:49
λ°œν‹±μš΄μž„μ§€μˆ˜μ™€ ν•΄μ–‘μš΄μ†‘μ—…(νŒ¬μ˜€μ…˜)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@lexifdev
lexifdev / wik.py
Last active September 29, 2017 08:53
import json
import requests
from bs4 import BeautifulSoup as Soup
from googleapiclient.discovery import build
import config
def correct(text):
text = text.replace('\n', ' ')
@gbishop
gbishop / Args.ipynb
Last active September 19, 2024 14:59
Allow arguments to be passed to notebooks via URL or command line.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@haje01
haje01 / TensorFlow μ‹œμž‘ν•˜κΈ°.md
Last active May 3, 2024 07:30
TensorFlow μ‹œμž‘ν•˜κΈ°

ν…μ„œν”Œλ‘œμš° μ‹œμž‘ν•˜κΈ°

글쓴이: κΉ€μ •μ£Ό([email protected])

이 λ¬Έμ„œλŠ” ν…μ„œν”Œλ‘œμš° 곡식 νŽ˜μ΄μ§€ λ‚΄μš©μ„ λ°”νƒ•μœΌλ‘œ λ§Œλ“€μ–΄μ‘ŒμŠ΅λ‹ˆλ‹€.


μ†Œκ°œ

ν…μ„œν”Œλ‘œμš°(TensorFlow)λŠ” 기계 ν•™μŠ΅κ³Ό λ”₯λŸ¬λ‹μ„ μœ„ν•΄ κ΅¬κΈ€μ—μ„œ λ§Œλ“  μ˜€ν”ˆμ†ŒμŠ€ λΌμ΄λΈŒλŸ¬λ¦¬μž…λ‹ˆλ‹€. 데이터 ν”Œλ‘œμš° κ·Έλž˜ν”„(Data Flow Graph) 방식을 μ‚¬μš©ν•˜μ˜€μŠ΅λ‹ˆλ‹€.

@chezou
chezou / visword2vec.py
Last active December 2, 2020 20:52
Visualizer word2vec data for ipython notebook
# -*- coding: utf-8 -*-
"""
given a word and visualize near words
original source code is https://github.com/nishio/mycorpus/blob/master/vis.py
"""
import word2vec_boostpython as w2v
from sklearn.decomposition import PCA
import matplotlib.pyplot as plt
import matplotlib.font_manager
@kevin-smets
kevin-smets / iterm2-solarized.md
Last active June 19, 2025 14:33
iTerm2 + Oh My Zsh + Solarized color scheme + Source Code Pro Powerline + Font Awesome + [Powerlevel10k] - (macOS)

Default

Default

Powerlevel10k

Powerlevel10k

@upepo
upepo / Data_Wrangling.md
Last active December 5, 2016 14:16
기본적인 데이터 μ „μ²˜λ¦¬ μŠ€ν‚¬μ •λ¦¬

Data Wrangling (데이터 μ „μ²˜λ¦¬)

Text Processing

λ°μ΄ν„°λ§ˆμ΄λ‹μ— ν•„μš”ν•œ ν…μŠ€λŠ μ „μ²˜λ¦¬ 기술 μ†Œκ°œ. λ¦¬λˆ…μŠ€ ν™˜κ²½μ—μ„œ bash와 python을 μ΄μš©ν•˜μ—¬ ν…μŠ€νŠΈ 데이터λ₯Ό ν•„μš”ν•œ ν˜•νƒœλ‘œ μ²˜λ¦¬ν•˜λŠ”λ° 쀑점을 λ‘”λ‹€.