Notebooks

Dog & Cat : R/Keras + CNN + VGG16 Transfer Learning

    • 示範在Colab上掛GPU,使用既有模型做轉換學習的做法

X-Ray Classification : python/Keras, Colab TPU

    • May port the dog & cat notebook to TPU in a similar technique

文句截取 (SQuAD) : python.tf.Keras.BERT, Colab TPU

    • 在Colab上掛TPU,使用BERT的序列輸出做起始與結束點預測

文章分類 (bertClass_hTPU) : python.tf.Keras.BERT,, Colab TPU

    • 最基本的BERT應用,用BERT的CLS(768)輸出當作特徵向量做轉換學習

    • tokenizer can be improved

    • may add in BERT fine tune

    • may add in BERT Chinese

    • how to connect to R is still a big challenge

    • may use easier models (like CNN) to realize TPU in R notebook

Reticulate : Using Python in R Notebook

    • 示範在R.Notebook中,使用Python的人工智慧套件

2_1_MNIST.R : 手寫字源辨識

    • 介紹`keras`套件與神經網路模型

qiskit.ipynb : Quantum Computing Example