@@ -18,6 +18,7 @@ In this repository you will find tutorials and projects related to Machine Learn
1818 - [Object Detection](#Object-Detection)
1919 - [Generative Adversarial Networks](#Generative-Adversarial-Networks)
2020 - [Architectures](#architectures)
21+ - [Lightning](#PyTorch-Lightning)
2122- [ TensorFlow Tutorials] ( #tensorflow-tutorials )
2223 - [Beginner Tutorials](#beginner-tutorials)
2324 - [Architectures](#CNN-Architectures)
@@ -99,6 +100,18 @@ If you have any specific video suggestion please make a comment on YouTube :)
99100* [ ![ Youtube Link] [ logo ]] ( https://youtu.be/uQc4Fs7yx5I )   ; [ Inception v1] ( https://github.com/AladdinPerzon/Machine-Learning-Collection/blob/master/ML/Pytorch/CNN_architectures/pytorch_inceptionet.py ) ** - CNN architecture**
100101* [ ![ Youtube Link] [ logo ]] ( https://youtu.be/DkNIBBBvcPs )   ; [ ResNet] ( https://github.com/AladdinPerzon/Machine-Learning-Collection/blob/master/ML/Pytorch/CNN_architectures/pytorch_resnet.py ) ** - CNN architecture**
101102* [ ![ Youtube Link] [ logo ]] ( https://youtu.be/fR_0o25kigM )   ; [ EfficientNet] ( https://github.com/aladdinpersson/Machine-Learning-Collection/blob/master/ML/Pytorch/CNN_architectures/pytorch_efficientnet.py ) ** - CNN architecture**
103+
104+ ### PyTorch Lightning
105+ * [ ![ Youtube Link] [ logo ]] ( https://www.youtube.com/playlist?list=PLhhyoLH6IjfyL740PTuXef4TstxAK6nGP )   ; [ Tutorial 1 - Introduction and starter code] ( https://github.com/aladdinpersson/Machine-Learning-Collection/tree/master/ML/Pytorch/pytorch_lightning/1.%20start%20code )
106+ * [ ![ Youtube Link] [ logo ]] ( https://www.youtube.com/playlist?list=PLhhyoLH6IjfyL740PTuXef4TstxAK6nGP )   ; [ Tutorial 2 - LightningModule] ( https://github.com/aladdinpersson/Machine-Learning-Collection/tree/master/ML/Pytorch/pytorch_lightning/2.%20LightningModule )
107+ * [ ![ Youtube Link] [ logo ]] ( https://www.youtube.com/playlist?list=PLhhyoLH6IjfyL740PTuXef4TstxAK6nGP )   ; [ Tutorial 3 - Trainer] ( https://github.com/aladdinpersson/Machine-Learning-Collection/tree/master/ML/Pytorch/pytorch_lightning/3.%20Lightning%20Trainer )
108+ * [ ![ Youtube Link] [ logo ]] ( https://www.youtube.com/playlist?list=PLhhyoLH6IjfyL740PTuXef4TstxAK6nGP )   ; [ Tutorial 4 - Metrics] ( https://github.com/aladdinpersson/Machine-Learning-Collection/tree/master/ML/Pytorch/pytorch_lightning/4.%20Metrics )
109+ * [ ![ Youtube Link] [ logo ]] ( https://www.youtube.com/playlist?list=PLhhyoLH6IjfyL740PTuXef4TstxAK6nGP )   ; [ Tutorial 5 - DataModule] ( https://github.com/aladdinpersson/Machine-Learning-Collection/tree/master/ML/Pytorch/pytorch_lightning/5.%20DataModule )
110+ * [ ![ Youtube Link] [ logo ]] ( https://www.youtube.com/playlist?list=PLhhyoLH6IjfyL740PTuXef4TstxAK6nGP )   ; [ Tutorial 6 - Code restructure] ( https://github.com/aladdinpersson/Machine-Learning-Collection/tree/master/ML/Pytorch/pytorch_lightning/6.%20Restructuring )
111+ * [ ![ Youtube Link] [ logo ]] ( https://www.youtube.com/playlist?list=PLhhyoLH6IjfyL740PTuXef4TstxAK6nGP )   ; [ Tutorial 7 - Callbacks] ( https://github.com/aladdinpersson/Machine-Learning-Collection/tree/master/ML/Pytorch/pytorch_lightning/7.%20Callbacks )
112+ * [ ![ Youtube Link] [ logo ]] ( https://www.youtube.com/playlist?list=PLhhyoLH6IjfyL740PTuXef4TstxAK6nGP )   ; [ Tutorial 8 - TensorBoard logging] ( https://github.com/aladdinpersson/Machine-Learning-Collection/tree/master/ML/Pytorch/pytorch_lightning/8.%20Logging%20Tensorboard )
113+ * [ ![ Youtube Link] [ logo ]] ( https://www.youtube.com/playlist?list=PLhhyoLH6IjfyL740PTuXef4TstxAK6nGP )   ; [ Tutorial 9 - Profiler] ( https://github.com/aladdinpersson/Machine-Learning-Collection/tree/master/ML/Pytorch/pytorch_lightning/9.%20Profiler )
114+ * [ ![ Youtube Link] [ logo ]] ( https://www.youtube.com/playlist?list=PLhhyoLH6IjfyL740PTuXef4TstxAK6nGP )   ; [ Tutorial 10 - Multi-GPU] ( https://github.com/aladdinpersson/Machine-Learning-Collection/tree/master/ML/Pytorch/pytorch_lightning/10.%20Multi-GPU )
102115
103116
104117## TensorFlow Tutorials
0 commit comments