This repository contains a collection of deep learning projects and experiments focused on understanding and applying neural network concepts.
- Implementations of various deep learning models
- Experiments with different architectures (e.g., CNNs)
- Practice projects for real-world datasets
- Python
- NumPy
- Pandas
- TensorFlow / PyTorch
- Matplotlib / Seaborn
-
Clone the repository:
git clone https://github.com/Archi-shaw/Deep-Learning.git
-
Navigate to a project folder:
cd Deep-Learning/<project_name>
-
Run the script or notebook:
python main.py
or open the
.ipynbfile in Jupyter Notebook.
The goal of this repository is to build a strong foundation in deep learning through hands-on implementation and experimentation.