From 212fbb2f19aa65ae308e989e21b8929f93a4289c Mon Sep 17 00:00:00 2001 From: srilekha279 <158455553+srilekha279@users.noreply.github.com> Date: Sat, 22 Jun 2024 23:16:31 +0530 Subject: [PATCH] Update index.md I have made changes as mentioned in the issue. --- contrib/machine-learning/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/machine-learning/index.md b/contrib/machine-learning/index.md index df7a3e5..72ef609 100644 --- a/contrib/machine-learning/index.md +++ b/contrib/machine-learning/index.md @@ -10,8 +10,8 @@ - [Support Vector Machine Algorithm](support-vector-machine.md) - [Artificial Neural Network from the Ground Up](ann.md) - [Introduction To Convolutional Neural Networks (CNNs)](intro-to-cnn.md) -- [TensorFlow.md](tensorflow.md) -- [PyTorch.md](pytorch.md) +- [TensorFlow](tensorflow.md) +- [PyTorch](pytorch.md) - [Ensemble Learning](ensemble-learning.md) - [Types of optimizers](types-of-optimizers.md) - [Logistic Regression](logistic-regression.md)