Skip to content
View jisungk's full-sized avatar
Block or Report

Block or report jisungk

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. deepjazz deepjazz Public

    Deep learning driven jazz generation using Keras & Theano!

    Python 2.9k 441

  2. RIDDLE RIDDLE Public

    Race and ethnicity Imputation from Disease history with Deep LEarning

    Python 90 16

  3. Dead simple TensorFlow 1.X tutorial:... Dead simple TensorFlow 1.X tutorial: Training a feedforward neural network
    1
    """Dead simple tutorial for defining and training a small feedforward neural
    2
    network (also known as a multilayer perceptron) for regression using TensorFlow 1.X.
    3
    4
    Introduces basic TensorFlow concepts including the computational graph,
    5
    placeholder variables, and the TensorFlow Session.