Skip to content

Instantly share code, notes, and snippets.

View sk-g's full-sized avatar

Sanjay Krishna Gouda sk-g

  • AWS AI Labs
  • New York City
View GitHub Profile
@mokemokechicken
mokemokechicken / keras_mnist_vat.py
Last active October 21, 2020 07:37
Virtual Adversarial Training for MNIST with Keras
# coding: utf8
"""
* VAT: https://arxiv.org/abs/1507.00677
# 参考にしたCode
Original: https://github.com/fchollet/keras/blob/master/examples/mnist_cnn.py
VAT: https://github.com/musyoku/vat/blob/master/vat.py
results example
---------------