From ebd7a49bf36dee6d8c1e498c6f40d819486001e3 Mon Sep 17 00:00:00 2001 From: eff-kay Date: Tue, 11 Oct 2022 17:44:05 -0400 Subject: [PATCH] transfermers from scratch in pytorch --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3cce74c..07de93b 100644 --- a/README.md +++ b/README.md @@ -238,6 +238,7 @@ * [**Python**: _Traffic signs classification with a convolutional network_](https://navoshta.com/traffic-signs-classification/) * [**Python**: _Generate Music using LSTM Neural Network in Keras_](https://towardsdatascience.com/how-to-generate-music-using-a-lstm-neural-network-in-keras-68786834d4c5) * [**Python**: _An Introduction to Convolutional Neural Networks_](https://victorzhou.com/blog/intro-to-cnns-part-1/) +* [**Python**: _Transformers from scratch in PyTorch_](http://peterbloem.nl/blog/transformers) #### Build your own `Operating System`