Metadata-Version: 2.4
Name: PyIntelligence
Version: 1.1.0
Summary: A light-weight and efficient modular machine learning library, designed for learning, experimenting and non-profit project!
Author: Vietthedev
License: MIT
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: numpy>=2.0.2
Dynamic: license-file

# PyIntelligence
PyIntelligence is a lightweight, efficient, and modular feedforward neural network library built with NumPy. Designed for both learning and experimentation, it provides a clear and intuitive interface for constructing, training, and evaluating neural networks.

Key Features:

Modular Architecture: Easily customize layers and activation functions.

Pure NumPy Implementation: No external dependencies required.

Clear API: Designed for educational purposes and rapid prototyping.

Flexible Training: Supports various optimization techniques and loss functions.

## Install

```bash
pip install PyIntelligence
