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