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
+49Lines changed: 49 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,55 @@ Below examples include the intense usage of industry-hot frameworks (i.e. Pytorc
33
33
34
34
### 2020 Edition
35
35
36
+
#### [f-AnoGAN in Pytorch](https://github.com/hyunjoonbok/Python-Projects/blob/master/Pytorch/f-AnoGAN%20(Image%20Anomaly%20Detection)%20in%20Pytorch%20.ipynb):
37
+
<p>
38
+
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
+
</p>
40
+
Mar 26, 2020
41
+
42
+
43
+
#### [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
+
<p>
45
+
Transfer learning explained. Modify a few last layers to fit-in to my own dataset.
46
+
</p>
47
+
Mar 26, 2020
48
+
49
+
50
+
#### [Pytorch Training Loop Implementation](https://github.com/hyunjoonbok/Python-Projects/blob/master/Pytorch/Simple%20Pytorch%20Training%20Loop%20Implementation.ipynb):
51
+
<p>
52
+
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
+
</p>
54
+
Mar 25, 2020
55
+
56
+
57
+
#### [Recommender System (Collaborative filtering)](https://github.com/hyunjoonbok/Python-Projects/blob/master/Pytorch/Recommender%20System%20(Collaborative%20filtering).ipynb):
58
+
<p>
59
+
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
+
</p>
61
+
Mar 25, 2020
62
+
63
+
64
+
#### [Neural Transfer Using PyTorch (VGG19)](https://github.com/hyunjoonbok/Python-Projects/blob/master/Pytorch/Neural%20Transfer%20Using%20PyTorch%20(VGG19).ipynb):
65
+
<p>
66
+
Style transfer in practice using Pytorch using pretrained VGG19 model.
67
+
</p>
68
+
Mar 24, 2020
69
+
70
+
71
+
#### [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
+
<p>
73
+
Going through a complete modeling step in Pytorch based on MNIST dataset. Can grasp a general idea of Pytorch concept.
74
+
</p>
75
+
Mar 24, 2020
76
+
77
+
78
+
#### [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
+
<p>
80
+
How to use Tensorboard in Jupyter notebook when training a model in Pytorch.
81
+
</p>
82
+
Mar 23, 2020
83
+
84
+
36
85
#### [Google-play App Review Sentiment Analysis with BERT](https://github.com/hyunjoonbok/Python-Projects/blob/master/Pytorch/(Pytorch)%20Sentiment%20Analysis%20with%20Transformer%20BERT.ipynb):
37
86
<p>
38
87
3-way polarity (positive, neutral, negative) sentiment analysis system for Google-Play App reviews. Use Pytorch to get review in JSON, data-preprocess, Create pytorch dataloader , train/evaluate the model. Evaluate the errors and testing on the raw text data in the end.
0 commit comments