π€ My First DL Programs is a collection of beginner-friendly Deep Learning experiments built using Python, TensorFlow, and Keras.
This repository contains simple examples that demonstrate how neural networks work, including dense layers, weight initialization, and sequential models.
The goal of this project is to understand the foundations of Deep Learning through clean, modular, and well-structured code.
- Description π
- Features π¦
- Installation π οΈ
- Usage π
- Technologies π§ͺ
- License π
This repository explores the core concepts of Deep Learning using TensorFlow and Keras.
The examples included demonstrate:
- π§ Dense layer creation
- βοΈ Weight initialization
- π Sequential model architecture
- π Forward pass execution
- ποΈ Layer stacking and removal
- π Model summary visualization
The project is structured to help beginners understand how neural networks are built and executed step by step.
βοΈ Simple and clear neural network examples βοΈ Sequential model implementation βοΈ Dense layer configuration βοΈ Weight inspection βοΈ Modular and readable code structure βοΈ PEP 8βstyled scripts
1οΈβ£ Clone the repository:
git clone https://github.com/Bredalis/Keras.git2οΈβ£ Navigate into the project directory:
cd Keras3οΈβ£ Install dependencies:
pip install tensorflow kerasTo run any example:
1οΈβ£ Navigate to the script location:
cd folder_name2οΈβ£ Execute the Python file:
python script_name.pyEach file demonstrates a specific Deep Learning concept in isolation.
- Python π
- TensorFlow π§
- Keras π¬
- Neural Networks Fundamentals
- Deep Learning Concepts
This project is licensed under the π GPLv3 (GNU General Public License V3.0)
π I am a programmer passionate about technology, artificial intelligence, and continuous learning. I enjoy exploring AI concepts and transforming theory into practical experiments. #python #deeplearning #ai π
β¨ If you like this project, donβt forget to give it a star!
