Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 555 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 555 Bytes

selu_snli

This repo contains a simple Bag of Words model implemented in keras. The code was originally taken from here.

(h) [ hardik@Hardiks-MacBook-Pro ~/selu_snli ] python3 snli_rnn.py --activation selu --optimizer adam

SELU vs RELU with BatchNormalization

SELU vs RELU without BatchNormalization

A blog post about this experiment is here.