https://github.com/bredalis/keras
πThe use of Keras in DL π
https://github.com/bredalis/keras
ia keras librery ml models python tensorflow
Last synced: about 1 month ago
JSON representation
πThe use of Keras in DL π
- Host: GitHub
- URL: https://github.com/bredalis/keras
- Owner: Bredalis
- License: gpl-3.0
- Created: 2024-05-25T14:00:31.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-13T19:25:27.000Z (over 1 year ago)
- Last Synced: 2025-09-14T07:22:26.717Z (9 months ago)
- Topics: ia, keras, librery, ml, models, python, tensorflow
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
π» My First DL Programs π»

π€ 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.
---
## Table of Contents π§Ύ
* Description π
* Features π¦
* Installation π οΈ
* Usage π
* Technologies π§ͺ
* License π
---
## Description π
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.
---
## Features π¦
βοΈ Simple and clear neural network examples
βοΈ Sequential model implementation
βοΈ Dense layer configuration
βοΈ Weight inspection
βοΈ Modular and readable code structure
βοΈ PEP 8βstyled scripts
---
## Installation π₯οΈ
1οΈβ£ Clone the repository:
```bash
git clone https://github.com/Bredalis/Keras.git
```
2οΈβ£ Navigate into the project directory:
```bash
cd Keras
```
3οΈβ£ Install dependencies:
```bash
pip install tensorflow keras
```
---
## Usage βοΈ
To run any example:
1οΈβ£ Navigate to the script location:
```bash
cd folder_name
```
2οΈβ£ Execute the Python file:
```bash
python script_name.py
```
Each file demonstrates a specific Deep Learning concept in isolation.
---
## Technologies π§ͺ
* Python π
* TensorFlow π§
* Keras π¬
* Neural Networks Fundamentals
* Deep Learning Concepts
---
## License π
This project is licensed under the π
GPLv3 (GNU General Public License V3.0)
---
## π©βπ» Author

[](https://github.com/Bredalis)

π 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 π
---
## β Check out my GitHub profile
[](https://github.com/bredalis)
---
β¨ If you like this project, donβt forget to give it a star!