Skip to content

Instantly share code, notes, and snippets.

View syyunn's full-sized avatar
🎯
Focusing

Suyeol Yun syyunn

🎯
Focusing
  • New York, NY
  • 14:02 (UTC -05:00)
View GitHub Profile
{
"embeddings": [
{
"tensorName": "ent_emb_uncmtrd",
"tensorShape": [
237,
100
],
"tensorPath": "https://gist.github.com/syyunn/0ade1feb444f19c0ca1f72bf4dc01966/raw/7f961399bc8e0e32d041371c6656d24e7a036d9f/ent_emb.tsv",
"metadataPath": "https://gist.github.com/syyunn/0ade1feb444f19c0ca1f72bf4dc01966/raw/7f961399bc8e0e32d041371c6656d24e7a036d9f/ent_emb_meta.tsv"
0.13063254952430725 0.14572885632514954 -0.008840220980346203 0.049277421087026596 -0.042178984731435776 0.033243145793676376 -0.11489662528038025 0.09721790999174118 -0.22658389806747437 -0.1086350679397583 0.03859856352210045 -0.08455970138311386 0.2506680190563202 0.018528448417782784 0.007421070244163275 0.0859377384185791 0.04985398054122925 -0.051183588802814484 0.0523613803088665 0.21755750477313995 -0.05845356732606888 0.04711189121007919 0.12574641406536102 -0.1086755096912384 -0.011342612095177174 -0.14292845129966736 -0.045223914086818695 0.048768121749162674 -0.034372128546237946 0.04150296375155449 0.09422420710325241 -0.057687100023031235 -0.053974054753780365 -0.0473695732653141 0.09329405426979065 -0.12508997321128845 0.06894436478614807 0.05146731808781624 0.07843536883592606 -0.09047383069992065 0.21016404032707214 0.10442175716161728 -0.017177559435367584 0.0201632771641016 -0.053078532218933105 0.05781658738851547 0.0801110565662384 0.030578000470995903 -0.04727217182517052 0.1435396075248
@syyunn
syyunn / awesome-kge.md
Created August 14, 2020 09:47 — forked from mommi84/awesome-kge.md
Awesome Knowledge Graph Embedding Approaches

Awesome Knowledge Graph Embedding Approaches

Awesome

This list contains repositories of libraries and approaches for knowledge graph embeddings, which are vector representations of entities and relations in a multi-relational directed labelled graph. Licensed under CC0.

Libraries

@syyunn
syyunn / gist:3520ec89d66fef5a35a7cfa25ff802da
Created December 30, 2019 10:29 — forked from digitaljhelms/gist:4287848
Git/GitHub branching standards & conventions

Branching

Quick Legend

Description, Instructions, Notes
Instance Branch
@syyunn
syyunn / BLPCsim.R
Created December 7, 2019 11:50 — forked from fditraglia/BLPCsim.R
Backward-looking Phillips Curve Simulation
#This script carries out a simulation study similar to that in Section 2 of ``Posterior Predictive Evidence on US Inflation...'' by Basturk et al (2012), exploring the effects of trend mis-specification on the estimate of the persistence of the inflation parameter.
#Library to implement Bai and Perron (2003)
library(strucchange)
set.seed(4513)
g <- 0.5 #Inflation persistence
N.sims <- 250 #Simulation repetitions