Skip to content
View joelthchao's full-sized avatar

Organizations

@Dcard

Block or report joelthchao

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 Loading

  1. tensorflow-finetune-flickr-style Public

    Demonstrate the finetune process on TensorFlow

    Python 131 48

  2. keras-team/keras Public

    Deep Learning for humans

    Python 62.7k 19.6k

  3. mountaineer-bot-server Public

    Server for mountaineer bot

    Python

  4. arxiv-crawler Public

    crawling arXiv paper and organize as a database

    Python 27 7

  5. CV-latex Public

    latex template for CV

    TeX 19 3

  6. Keras uses TensorBoard Callback with...
    1
    import numpy as np
    2
    import tensorflow as tf
    3
    from keras.callbacks import TensorBoard
    4
    from keras.layers import Input, Dense
    5
    from keras.models import Model