Welcome to the Dwelling in Deep Learning repository by Auth0r-C0dez! π This repository contains a collection of deep learning projects ranging from basic neural networks to advanced AI models.
Projects are categorized into three levels:
- Beginner - Basic neural networks, image classification, and simple regression models.
- Intermediate - CNNs, RNNs, and applications like NLP, object detection, and reinforcement learning.
- Advanced - GANs, transformers, custom architectures, and full AI pipelines.
Each project is organized in its own directory with a README.md
containing project details, setup instructions, and a demo link if available.
To run any project locally:
- Clone the repository:
git clone https://github.com/Auth0r-C0dez/Dwelling-in-deep-learning.git cd Dwelling-in-deep-learning
- Navigate to the project directory:
cd project-name
- Follow the installation steps mentioned in the project's
README.md
.
This repository covers a variety of technologies, including but not limited to:
-
Python, NumPy, Pandas
-
TensorFlow, PyTorch, Keras
-
Scikit-Learn, OpenCV, Hugging Face Transformers
-
Jupyter Notebooks, Google Colab
Contributions are welcome! If you want to add a project or improve an existing one:
- Fork the repository
- Create a new branch (
feature/project-name
) - Commit your changes
- Submit a pull request
This repository is licensed under the MIT License.
For any questions or suggestions, feel free to open an issue or reach out via GitHub.
Happy coding! π