You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-7Lines changed: 14 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -33,53 +33,60 @@ Below examples include the intense usage of industry-hot frameworks (i.e. Pytorc
33
33
34
34
### 2020 Edition
35
35
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
+
36
43
#### [f-AnoGAN in Pytorch](https://github.com/hyunjoonbok/Python-Projects/blob/master/Pytorch/f-AnoGAN%20(Image%20Anomaly%20Detection)%20in%20Pytorch%20.ipynb):
37
44
<p>
38
45
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.
39
46
</p>
40
-
Mar 26, 2020
47
+
May 27, 2020
41
48
42
49
43
50
#### [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):
44
51
<p>
45
52
Transfer learning explained. Modify a few last layers to fit-in to my own dataset.
46
53
</p>
47
-
Mar 26, 2020
54
+
May 26, 2020
48
55
49
56
50
57
#### [Pytorch Training Loop Implementation](https://github.com/hyunjoonbok/Python-Projects/blob/master/Pytorch/Simple%20Pytorch%20Training%20Loop%20Implementation.ipynb):
51
58
<p>
52
59
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.
53
60
</p>
54
-
Mar 25, 2020
61
+
May 16, 2020
55
62
56
63
57
64
#### [Recommender System (Collaborative filtering)](https://github.com/hyunjoonbok/Python-Projects/blob/master/Pytorch/Recommender%20System%20(Collaborative%20filtering).ipynb):
58
65
<p>
59
66
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.
60
67
</p>
61
-
Mar 25, 2020
68
+
May 7, 2020
62
69
63
70
64
71
#### [Neural Transfer Using PyTorch (VGG19)](https://github.com/hyunjoonbok/Python-Projects/blob/master/Pytorch/Neural%20Transfer%20Using%20PyTorch%20(VGG19).ipynb):
65
72
<p>
66
73
Style transfer in practice using Pytorch using pretrained VGG19 model.
67
74
</p>
68
-
Mar 24, 2020
75
+
Apr 31, 2020
69
76
70
77
71
78
#### [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):
72
79
<p>
73
80
Going through a complete modeling step in Pytorch based on MNIST dataset. Can grasp a general idea of Pytorch concept.
74
81
</p>
75
-
Mar 24, 2020
82
+
Apr 24, 2020
76
83
77
84
78
85
#### [Tensorboard usage in Pytorch](https://github.com/hyunjoonbok/Python-Projects/blob/master/Pytorch/(Pytorch)%20VISUALIZING%20MODELS%2C%20DATA%2C%20AND%20TRAINING%20WITH%20TENSORBOARD.ipynb):
79
86
<p>
80
87
How to use Tensorboard in Jupyter notebook when training a model in Pytorch.
81
88
</p>
82
-
Mar 23, 2020
89
+
Apr 14, 2020
83
90
84
91
85
92
#### [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