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

Block or report jisungk

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned

  1. deepjazz deepjazz Public

    Deep learning driven jazz generation using Keras & Theano!

    Python 2.9k 440

  2. RIDDLE RIDDLE Public

    Race and ethnicity Imputation from Disease history with Deep LEarning

    Python 89 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.