Metadata-Version: 2.1
Name: annuvce
Version: 0.1.0
Summary: A collection of educational ML and ANN functions
Home-page: https://github.com/Ganesh57803/annuvce
Author: Ganesh
Author-email: ganesh4study@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# ANN and Machine Learning Examples Package

This Python package provides various implementations of fundamental machine learning algorithms, including perceptron learning, neural networks, and naive Bayes, among others. Each function is designed to illustrate core ML concepts in an educational and practical way. This package can serve as a learning tool for students, educators, and developers interested in experimenting with machine learning algorithms and neural networks.

---

## Table of Contents
- [Installation](#installation)
- [Features](#features)
- [Usage](#usage)
- [Examples](#examples)
- [Contributing](#contributing)
- [License](#license)

---

## Installation

You can install the package from PyPI by running:

```bash
pip install annuvce
