hardikp / selu_snli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:MIT License


Languages

Language:Python 100.0%