From 96b31b195f14698a94f33e8687da4d43820ec7c5 Mon Sep 17 00:00:00 2001 From: Aladdin Persson Date: Fri, 8 Dec 2023 15:37:54 +0100 Subject: [PATCH] updated readme for docker --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index d66c2be..d935ff4 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,6 @@ In this repository you will find tutorials and projects related to Machine Learn * [![Youtube Link][logo]](https://youtu.be/W4fSRHeafMo)   [K-means clustering](https://github.com/AladdinPersson/Machine-Learning-Collection/blob/master/ML/algorithms/kmeans/kmeansclustering.py) * [![Youtube Link][logo]](https://youtu.be/gBTtR0bs-1k)   [Support Vector Machine](https://github.com/AladdinPersson/Machine-Learning-Collection/blob/master/ML/algorithms/svm/svm.py) **- Using CVXOPT** * [![Youtube Link][logo]](https://youtu.be/NJvojeoTnNM)   [Neural Network](https://github.com/AladdinPersson/Machine-Learning-Collection/blob/master/ML/algorithms/neuralnetwork/NN.py) -* [Decision Tree](https://github.com/AladdinPersson/Machine-Learning-Collection/blob/master/ML/algorithms/decisiontree/decision_tree.py) ## PyTorch Tutorials If you have any specific video suggestion please make a comment on YouTube :) @@ -140,14 +139,6 @@ If you have any specific video suggestion please make a comment on YouTube :) * [![Youtube Link][logo]](https://youtu.be/NoKvCREx36Q)   [Tutorial 19 - Custom Dataset Text](https://github.com/AladdinPerzon/Machine-Learning-Collection/tree/master/ML/TensorFlow/Basics/tutorial19-customdata-text) * [![Youtube Link][logo]](https://youtu.be/ea5Z1smiR3U)   [Tutorial 20 - Classifying Skin Cancer](https://github.com/AladdinPerzon/Machine-Learning-Collection/tree/master/ML/TensorFlow/Basics/tutorial20-classify-cancer-beginner-project-example) **- Beginner Project Example** -### CNN Architectures -* [LeNet](https://github.com/aladdinpersson/Machine-Learning-Collection/tree/master/ML/TensorFlow/CNN_architectures/LeNet5) -* [AlexNet](https://github.com/aladdinpersson/Machine-Learning-Collection/tree/master/ML/TensorFlow/CNN_architectures/AlexNet) -* [VGG](https://github.com/aladdinpersson/Machine-Learning-Collection/tree/master/ML/TensorFlow/CNN_architectures/VGGNet) -* [GoogLeNet](https://github.com/aladdinpersson/Machine-Learning-Collection/tree/master/ML/TensorFlow/CNN_architectures/GoogLeNet) -* [ResNet](https://github.com/aladdinpersson/Machine-Learning-Collection/tree/master/ML/TensorFlow/CNN_architectures/ResNet) - - ## Docker Setup Follow the steps below to use Docker for setting up a consistent development environment: