description: neural network, bagging tags: - neural-network params: epochs: 1 vocab_size: 10000 batch_size: 4000 lr: 0.0001 bagging_left_ctx: 20 bagging_right_ctx: 20 top: 100 ngram_left_ctx: 5 ngram_right_ctx: 2 embed_size: 200 hidden_size: 150