hwalsuklee

Results 13 repositories owned by hwalsuklee

numpy-neuralnet-exercise

48
Stars
13
Forks
Watchers

Implementation of key concepts of neuralnetwork via numpy

tensorflow-GAN-1d-gaussian-ex

25
Stars
8
Forks
Watchers

Tensorflow implementation of Generative Adversarial Network for approximating a 1D Gaussian distribution

MNIST classification using Multi-Layer Perceptron (MLP) with 2 hidden layers. Some weight-initializers and batch-normalization are implemented.