Skip to content

Instantly share code, notes, and snippets.

View vivekkiran's full-sized avatar
🎯
Focusing

Vivek Kiran Ballakur vivekkiran

🎯
Focusing
View GitHub Profile
@vivekkiran
vivekkiran / bilstm.py
Created May 23, 2024 06:11 — forked from jordanspooner/bilstm.py
BiLSTM Architecture
#=================================
# Sentence-level QE -- BiRNN model
#=================================
#
## Inputs:
# 1. Sentences in src language (shape: (mini_batch_size, line_words))
# 2. Parallel machine-translated documents (shape: (mini_batch_size, line_words))
#
## Output:
# 1. Sentence quality scores (shape: (mini_batch_size,))
@vivekkiran
vivekkiran / 0_reuse_code.js
Created September 8, 2016 16:51
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console