Metadata-Version: 2.1
Name: neuralplex
Version: 0.0.5
Summary: An object oriented neural network implementation.
Project-URL: Homepage, https://github.com/faranalytics/neuralplex
Project-URL: Issues, https://github.com/faranalytics/neuralplex/issues
Author-email: FAR Analytics & Research <adam@farar.net>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.11
Requires-Dist: scikit-learn
Requires-Dist: scipy
Description-Content-Type: text/markdown

# Neural-pleX

An object oriented neural network implementation.

## Installation
```bash
pip install neuralplex
```
## Run the Test

### Clone the repository.
```bash
git clone https://github.com/faranalytics/neuralplex.git
```
### Install requirements.
```bash
pip install -r requirements.txt
```
### Change directory into the repository.
```bash
cd neuralplex
```
### Run the tests.
```bash
python -m unittest -v
```
