Skip to content
View chulhongsung's full-sized avatar
:shipit:
I may be slow to respond.
:shipit:
I may be slow to respond.

Organizations

@CausalInferenceLab

Block or report chulhongsung

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
chulhongsung/README.md

Sungchul Hong

I teach robots how to learn.

Pinned Loading

  1. time-series-forecasting time-series-forecasting Public

    Tutorial repository for time series forecasting models

    Python 30 10

  2. LSTM classifier with ragged tensor LSTM classifier with ragged tensor
    1
    import tensorflow as tf 
    2
    from tensorflow import keras as K
    3
    
                  
    4
    class RaggedLSTM(K.models.Model):
    5
        def __init__(self, d_model, num_class, input_dim, dropout=0):