Skip to content
View joelthchao's full-sized avatar

Organizations

@Dcard
Block or Report

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

  1. tensorflow-finetune-flickr-style tensorflow-finetune-flickr-style Public

    Demonstrate the finetune process on TensorFlow

    Python 132 50

  2. keras-team/keras keras-team/keras Public

    Deep Learning for humans

    Python 61k 19.4k

  3. mountaineer-bot-server mountaineer-bot-server Public

    Server for mountaineer bot

    Python

  4. arxiv-crawler arxiv-crawler Public

    crawling arXiv paper and organize as a database

    Python 26 6

  5. CV-latex CV-latex Public

    latex template for CV

    TeX 19 3

  6. Keras uses TensorBoard Callback with... Keras uses TensorBoard Callback with train_on_batch
    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