Skip to content

Instantly share code, notes, and snippets.

View e9t's full-sized avatar

Lucy Park e9t

View GitHub Profile
@e9t
e9t / data.json
Last active February 15, 2024 01:19
Drawing a neural network
{
"nodes": [
{"label": "i0", "layer": 1},
{"label": "i1", "layer": 1},
{"label": "h0", "layer": 2},
{"label": "i2", "layer": 1},
{"label": "h1", "layer": 2},
{"label": "h2", "layer": 2},
{"label": "h3", "layer": 2},
{"label": "o0", "layer": 3}
@e9t
e9t / README.md
Last active January 4, 2022 10:57
D3로 우리나라 인구밀도 시각화하기
@e9t
e9t / README.md
Last active June 9, 2020 06:09
식신로드 만점 식단 20선
@e9t
e9t / README.md
Last active December 26, 2019 00:47
Drawing a wordcloud in Korean
@e9t
e9t / README.md
Created March 16, 2018 21:55 — forked from zuzap/README.md
BiPartite
@e9t
e9t / README.md
Last active January 10, 2018 14:29
서울시 스시야 기행

다양한 가격대의 서울시내 스시야를 시각화한 지도.

맛집 이름들이 겹치지 않게 하기 위해 forced layout을 적용했습니다.

  • 데이터 수집: 수작업
  • Author: Lucy Park
  • License: Apache v2
@e9t
e9t / mini_sequence_labeler.py
Created August 31, 2017 00:40 — forked from hal3/mini_sequence_labeler.py
PyTorch implementation of a sequence labeler (POS taggger).
"""
PyTorch implementation of a sequence labeler (POS taggger).
Basic architecture:
- take words
- run though bidirectional GRU
- predict labels one word at a time (left to right), using a recurrent neural network "decoder"
The decoder updates hidden state based on:
- most recent word
@e9t
e9t / labels_1024.tsv
Created April 12, 2017 11:26 — forked from teamdandelion/labels_1024.tsv
TensorBoard: TF Dev Summit Tutorial
We can make this file beautiful and searchable if this error is corrected: No tabs found in this TSV file in line 0.
7
2
1
0
4
1
4
9
5
9
@e9t
e9t / keybase.md
Created July 19, 2016 09:23
keybase.io

Keybase proof

I hereby claim:

  • I am e9t on github.
  • I am e9t (https://keybase.io/e9t) on keybase.
  • I have a public key whose fingerprint is A72B 93D1 701C 52C6 9ED2 9BE4 97DD 0810 6C12 59B1

To claim this, I am signing this object:

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.