An open API service indexing awesome lists of open source software.

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 🌟

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


[![Github](https://img.shields.io/github/followers/Bredalis?label=Follow\&style=social)](https://github.com/Bredalis)
![GitHub Followers](https://img.shields.io/github/stars/bredalis?style=social)



😊 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

[![Web](https://img.shields.io/badge/GitHub-Bredalis-14a1f0?style=for-the-badge\&logo=github\&logoColor=white\&labelColor=101010)](https://github.com/bredalis)

---

✨ If you like this project, don’t forget to give it a star!