From a2010690066ea722d8cc744ae54c729d432ad526 Mon Sep 17 00:00:00 2001 From: Kshitij Date: Mon, 4 May 2026 12:27:26 +0530 Subject: [PATCH] chore: add links for codes, Jupyter notebooks and datasets in README @ practical 2a. --- README.md | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 7aa39bd..92ca29b 100644 --- a/README.md +++ b/README.md @@ -11,26 +11,29 @@ This repository gathers comprehensive material for the SPPU Computer Engineering ### Codes 1. [Code-1 (Linear Regression using Deep Neural Network)](Codes/Code-1.md) -2. [Code-2b (Classification using Deep Neural Network)](Codes/Code-2b.md) -3. [Code-3a (Convolutional Neural Network - Plant Diseases)](Codes/Code-3a.md) -4. [Code-3b (Convolutional Neural Network - MNIST Fashion Dataset)](Codes/Code-3b.md) -5. [Code-4 (Recurrent Neural Network - Google Stock Price Dataset)](Codes/Code-4.md) +2. [Code-2a (Classification using Deep Neural Network - OCR Letter Recognition)](Codes/Code-2a.md) +3. [Code-2b (Classification using Deep Neural Network)](Codes/Code-2b.md) +4. [Code-3a (Convolutional Neural Network - Plant Diseases)](Codes/Code-3a.md) +5. [Code-3b (Convolutional Neural Network - MNIST Fashion Dataset)](Codes/Code-3b.md) +6. [Code-4 (Recurrent Neural Network - Google Stock Price Dataset)](Codes/Code-4.md) ### Jupyter Notebooks 1. [Notebook-1 (Linear Regression using Deep Neural Network)](Notebooks/Notebook-1.ipynb) -2. [Notebook-2b (Classification using Deep Neural Network)](Notebooks/Notebook-2b.ipynb) -3. [Notebook-3a (Convolutional Neural Network - Plant Diseases)](Notebooks/Notebook-3a.ipynb) -4. [Notebook-3b (Convolutional Neural Network - MNIST Fashion Dataset)](Notebooks/Notebook-3b.ipynb) -5. [Notebook-4 (Recurrent Neural Network - Google Stock Price Dataset)](Notebooks/Notebook-4.ipynb) +2. [Notebook-2a (Classification using Deep Neural Network - OCR Letter Recognition)](Notebooks/Notebook-2a.ipynb) +3. [Notebook-2b (Classification using Deep Neural Network)](Notebooks/Notebook-2b.ipynb) +4. [Notebook-3a (Convolutional Neural Network - Plant Diseases)](Notebooks/Notebook-3a.ipynb) +5. [Notebook-3b (Convolutional Neural Network - MNIST Fashion Dataset)](Notebooks/Notebook-3b.ipynb) +6. [Notebook-4 (Recurrent Neural Network - Google Stock Price Dataset)](Notebooks/Notebook-4.ipynb) ### Datasets 1. [Dataset for Practical-1 (Boston House Price)](Datasets/boston.csv) -2. [Dataset for Practical-2b (IMDB Reviews)](Datasets/IMDB%20Dataset.csv) -3. [Dataset for Practical-3b (MNIST Fashion)](Datasets/fashionmnist.zip) -4. [Dataset for Practical-4 (Google Stock Price)](Datasets/GOOG.csv) +2. [Dataset for Practical-2a (Letter Recognition)](Datasets/letter+recognition.zip) +3. [Dataset for Practical-2b (IMDB Reviews)](Datasets/IMDB%20Dataset.csv) +4. [Dataset for Practical-3b (MNIST Fashion)](Datasets/fashionmnist.zip) +5. [Dataset for Practical-4 (Google Stock Price)](Datasets/GOOG.csv) ### Assignments