# Welcome

ncxlib is a lightweight and easy-to-use neural network library built in Python. It provides a simple API for constructing and training neural networks, along with tools for data preprocessing and generation.

ncxlib is available for installation through the Python Package Index `pip install ncxlib`

See more: [ncxlib pypi](https://pypi.org/project/ncxlib/)

### Jump right in

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Getting Started</strong></td><td>Create your Neural Network</td><td></td><td></td><td><a href="getting-started/quickstart">quickstart</a></td></tr><tr><td>Documentation</td><td>API Documentation</td><td></td><td></td><td><a href="getting-started/api-documentation">api-documentation</a></td></tr></tbody></table>
