Basic_concept_1_tensor_operations.ipynbdemonstratestensorand four differentoperations(i.e., reshape, element-wise, reduction, access)Basic_concept_2_data_preparation.ipynbgives an example about usingDataset,TensorDatasetandDataLoaderBasic_concept_3_model_save_and_load.ipynbgives example about how to save and load trained modelBasic_concept_4_model.ipynbgives an example about how to define modelBasic_concept_5_TensorBoard.ipynbgives an example about how to use TensorBoard
Basic_project_1_regression.ipynbuses one hidden layer MLP to fit cosine function.Basic_project_2_sentiment_analysisimplements A structured self-attentive sentence embedding for sentiment analysis on IMDB dataset. See Chinese notes, or 中文解读