https://github.com/devamoghs/dl-assignment-1
https://github.com/devamoghs/dl-assignment-1
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devamoghs/dl-assignment-1
- Owner: devAmoghS
- License: mit
- Created: 2022-06-21T09:44:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-15T09:54:03.000Z (about 3 years ago)
- Last Synced: 2025-02-08T16:31:34.144Z (11 months ago)
- Language: Jupyter Notebook
- Size: 3.25 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DL-Assignment-1
## Making a model to detect Pneumonia from X-ray images using Artificial Neural Networks

* How to process images as a pandas dataframe ?
* Processing images and applying data augmentation to make new training data
* Designing an architecture to perform decent classification
[](https://colab.research.google.com/github/devamoghs/DL-Assignment-1/blob/main/DLAssignment1_Q1_Group255-Final.ipynb)

## Making a minimalistic model to classify Spiral data (XOR dataset) using neural models

* How to design a neural network ?
* Impact of adding more layers in a network
* Comparing shallow and deep networks
[](https://colab.research.google.com/github/devAmoghS/DL-Assignment-1/blob/main/DLAssignment1_Q2_Group255.ipynb)
