Metadata-Version: 2.4
Name: fwdprop
Version: 0.1.5
Summary: A forward propagation simulator for 3-input networks
Author: Gokulanand M
Author-email: GokulanandM <gokulkvmhs2020@gmail.com>
License: MIT
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
License-File: LICENSE
Requires-Dist: numpy
Dynamic: author
Dynamic: license-file

📚 **Documentation:** [View here](https://GokulanandM.github.io/fwdprop/)

# fwdprop

[![CI](https://github.com/GokulanandM/fwdprop/actions/workflows/ci.yml/badge.svg)](https://github.com/GokulanandM/fwdprop/actions)
[![PyPI](https://img.shields.io/pypi/v/fwdprop)](https://pypi.org/project/fwdprop/)

# fwdprop

A simple forward propagation engine for 3-input neural networks. Great for learning and small-scale simulations.


## Installation

```bash
pip install fwdprop
