Skip to content

Commit 021d233

Browse files
authored
Update README.md
1 parent a7cc577 commit 021d233

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

README.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,53 +33,60 @@ Below examples include the intense usage of industry-hot frameworks (i.e. Pytorc
3333

3434
### 2020 Edition
3535

36+
#### [Few Shot Learning (N-shot) in Pytorch](https://github.com/hyunjoonbok/Python-Projects/blob/master/Pytorch/Prototypical%20Networks%20for%20Few-Shot-Learning.ipynb):
37+
<p>
38+
Pytoch implementation of N-shot learning. We look at image classification of word image in many different languages (Omniglot Dataset) to and build the model that determines which of the evaluatiion set classes the sample belongs to.
39+
</p>
40+
Jun 2, 2020
41+
42+
3643
#### [f-AnoGAN in Pytorch](https://github.com/hyunjoonbok/Python-Projects/blob/master/Pytorch/f-AnoGAN%20(Image%20Anomaly%20Detection)%20in%20Pytorch%20.ipynb):
3744
<p>
3845
Concept and codes for the fast unsupervised anomaly detection with generative adversarial networks (GAN), which is widely used for real-time anomaly detection applications. Uses "DCGAN" model, which is State-of-the-Art GAN model.
3946
</p>
40-
Mar 26, 2020
47+
May 27, 2020
4148

4249

4350
#### [Transfer Learning in Pytorch by building CIFAR-10 model](https://github.com/hyunjoonbok/Python-Projects/blob/master/Pytorch/Transfer%20Learning%20in%20Pytorch%20by%20building%20CIFAR-10%20model.ipynb):
4451
<p>
4552
Transfer learning explained. Modify a few last layers to fit-in to my own dataset.
4653
</p>
47-
Mar 26, 2020
54+
May 26, 2020
4855

4956

5057
#### [Pytorch Training Loop Implementation](https://github.com/hyunjoonbok/Python-Projects/blob/master/Pytorch/Simple%20Pytorch%20Training%20Loop%20Implementation.ipynb):
5158
<p>
5259
A simple walkthrough of training loops and metrics used in learning in Pytorch, follow by a complete example in the last using CIFAR-10 dataset.
5360
</p>
54-
Mar 25, 2020
61+
May 16, 2020
5562

5663

5764
#### [Recommender System (Collaborative filtering)](https://github.com/hyunjoonbok/Python-Projects/blob/master/Pytorch/Recommender%20System%20(Collaborative%20filtering).ipynb):
5865
<p>
5966
A complete guide to recommendation system using Collaborative Filtering: Matrix Factorization. Concepts that are used in industry are explained, and compare model/metrics and build prediction algorithm.
6067
</p>
61-
Mar 25, 2020
68+
May 7, 2020
6269

6370

6471
#### [Neural Transfer Using PyTorch (VGG19)](https://github.com/hyunjoonbok/Python-Projects/blob/master/Pytorch/Neural%20Transfer%20Using%20PyTorch%20(VGG19).ipynb):
6572
<p>
6673
Style transfer in practice using Pytorch using pretrained VGG19 model.
6774
</p>
68-
Mar 24, 2020
75+
Apr 31, 2020
6976

7077

7178
#### [Pytorch Training in Pratice](https://github.com/hyunjoonbok/Python-Projects/blob/master/Pytorch/Basic%20Pytorch%20Concepts%20in%20practice%20by%20building%20MNIST%20CNN%20model%20.ipynb):
7279
<p>
7380
Going through a complete modeling step in Pytorch based on MNIST dataset. Can grasp a general idea of Pytorch concept.
7481
</p>
75-
Mar 24, 2020
82+
Apr 24, 2020
7683

7784

7885
#### [Tensorboard usage in Pytorch](https://github.com/hyunjoonbok/Python-Projects/blob/master/Pytorch/(Pytorch)%20VISUALIZING%20MODELS%2C%20DATA%2C%20AND%20TRAINING%20WITH%20TENSORBOARD.ipynb):
7986
<p>
8087
How to use Tensorboard in Jupyter notebook when training a model in Pytorch.
8188
</p>
82-
Mar 23, 2020
89+
Apr 14, 2020
8390

8491

8592
#### [Google-play App Review Sentiment Analysis with BERT](https://github.com/hyunjoonbok/Python-Projects/blob/master/Pytorch/(Pytorch)%20Sentiment%20Analysis%20with%20Transformer%20BERT.ipynb):

0 commit comments

Comments
 (0)