欄位 | 內容 |
---|---|
學期 | 108 學年度下學期 |
學生 | 陳士茵 |
座號 | 29 |
班級 學號 | 資工三 110610529 |
教師 | 陳鍾誠 |
學校科系 | 金門大學資訊工程系 |
課程 | 人工智慧 |
除了上課上的實作紀錄,還有課後的學習筆記整理,與額外的線上課程學習,填補疑問、加強知識點的補充與學習。
- 00-basic
- Code: 00-basic
- Notes:
- 02-optimize
- Code: 02-optimize
- Notes: hill Climbing
- 03-neuralnet
- Code: 03-neuralnet
- Notes:
- 04-graphSearch
- Code: 04-graphSearch
- Notes: 01-search, 2-puzzle
- 05-chess
- Code: 05-chess/01-gomoku
- Notes: 01-gomoku
- 10-machineLearning
- Code: 10-machineLearning
- Notes: em
- 11-deepLearning
- Code: 11-deepLearning
- Notes
- 11-deepLearning
- 01-pretrained/1-torchvision/01-classify
- 01-pretrained/01-torchvision/02-semantic
- 01-pretrained/02-torchtext
- 01-pretrained/03-bert
- 03-regression/linear_regression
- 03-regression/logistic_regression_mnist
- 04-net/01-mnist
- 05-cnn/01-cifar
- 06-rnn/01-language_model
- 07-gan/01-gan_mnist
- 07-nlp/mt/googlemt
- 07-nlp/mt/pyppeteer
- 08-reinforce/01-cartpole
- 08-reinforce/02-gomoku
- 實作參考書 《PyTorch深度學習與自然語言處理》(Deep Learning and Chinese Natural Language Processing with PyTorch)
- 其中的第三章
- 練習 PyTorch, 張量(Tensor)
- Code & Notes
實驗報告 利用卷積神經網路模型(CNN),做資料集(datasets)的 MNIST手寫數字識別。