Skip to content

Commit 952e30c

Browse files
committed
hw06
1 parent d7102dd commit 952e30c

File tree

5 files changed

+9584
-61
lines changed

5 files changed

+9584
-61
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@ Practical Deep Learning For Coders, Part 1 [fast-ai site](http://course.fast.ai/
1515
1. HW04b: Basic Sentiment Analysis using Pytorch Text
1616
- Data was downloaded from [link](https://archive.ics.uci.edu/ml/machine-learning-databases/00331/sentiment%20labelled%20sentences.zip) and added to './data/sentiment'
1717
- Best Result for IMDB: 0.9889
18+
1. HW05: (Stochastic) Gradient Descent and ADAM Optimizer implementation
19+
- SGD was based from fastai notebook
20+
- ADAM was based from [arxiv paper](https://arxiv.org/abs/1412.6980)
21+
1. HW06a: Char level RNN based from [link](http://pytorch.org/tutorials/intermediate/char_rnn_generation_tutorial.html)
22+
- Tried producing text learned from the Psalms (Bible, KJV).
23+
- The result was not that well. The output keeps on cycling through the same words.
24+
1. HW06b: Char level LSTM based from the fast-ai RNN notebook (lesson 6)
25+
- Tried producing text learned from the Psalms (Bible, KJV).
26+
- The results were a lot better, but there is still areas for improvement.
1827

1928
## Setting Up Work Environment
2029
1. Google instance with GPU [link](https://medium.com/@howkhang/ultimate-guide-to-setting-up-a-google-cloud-machine-for-fast-ai-version-2-f374208be43)

0 commit comments

Comments
 (0)