chore: add links for codes, Jupyter notebooks and datasets in README @ practical 2a.

This commit is contained in:
K
2026-05-04 12:27:26 +05:30
parent 740030163a
commit a201069006
+14 -11
View File
@@ -11,26 +11,29 @@ This repository gathers comprehensive material for the SPPU Computer Engineering
### Codes ### Codes
1. [Code-1 (Linear Regression using Deep Neural Network)](Codes/Code-1.md) 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) 2. [Code-2a (Classification using Deep Neural Network - OCR Letter Recognition)](Codes/Code-2a.md)
3. [Code-3a (Convolutional Neural Network - Plant Diseases)](Codes/Code-3a.md) 3. [Code-2b (Classification using Deep Neural Network)](Codes/Code-2b.md)
4. [Code-3b (Convolutional Neural Network - MNIST Fashion Dataset)](Codes/Code-3b.md) 4. [Code-3a (Convolutional Neural Network - Plant Diseases)](Codes/Code-3a.md)
5. [Code-4 (Recurrent Neural Network - Google Stock Price Dataset)](Codes/Code-4.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 ### Jupyter Notebooks
1. [Notebook-1 (Linear Regression using Deep Neural Network)](Notebooks/Notebook-1.ipynb) 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) 2. [Notebook-2a (Classification using Deep Neural Network - OCR Letter Recognition)](Notebooks/Notebook-2a.ipynb)
3. [Notebook-3a (Convolutional Neural Network - Plant Diseases)](Notebooks/Notebook-3a.ipynb) 3. [Notebook-2b (Classification using Deep Neural Network)](Notebooks/Notebook-2b.ipynb)
4. [Notebook-3b (Convolutional Neural Network - MNIST Fashion Dataset)](Notebooks/Notebook-3b.ipynb) 4. [Notebook-3a (Convolutional Neural Network - Plant Diseases)](Notebooks/Notebook-3a.ipynb)
5. [Notebook-4 (Recurrent Neural Network - Google Stock Price Dataset)](Notebooks/Notebook-4.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 ### Datasets
1. [Dataset for Practical-1 (Boston House Price)](Datasets/boston.csv) 1. [Dataset for Practical-1 (Boston House Price)](Datasets/boston.csv)
2. [Dataset for Practical-2b (IMDB Reviews)](Datasets/IMDB%20Dataset.csv) 2. [Dataset for Practical-2a (Letter Recognition)](Datasets/letter+recognition.zip)
3. [Dataset for Practical-3b (MNIST Fashion)](Datasets/fashionmnist.zip) 3. [Dataset for Practical-2b (IMDB Reviews)](Datasets/IMDB%20Dataset.csv)
4. [Dataset for Practical-4 (Google Stock Price)](Datasets/GOOG.csv) 4. [Dataset for Practical-3b (MNIST Fashion)](Datasets/fashionmnist.zip)
5. [Dataset for Practical-4 (Google Stock Price)](Datasets/GOOG.csv)
### Assignments ### Assignments