Metadata-Version: 2.4
Name: blinear
Version: 0.3.0
Summary: Bilinear Neural Network Library
Author: Nguyen Minh Tuan
Author-email: Nguyen Minh Tuan <minhtuan@ptit.edu.vn>
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: tensorflow
Requires-Dist: numpy
Dynamic: author
Dynamic: license-file
Dynamic: requires-python

# README.md

# blinear

Bilinear Neural Network Library for Deep Learning.

This package provides:

- Hirota Bilinear Layer
- Convolutional Hirota Bilinear Layer
- CNN + Bilinear Models
- Double Bilinear Models
- Deep Learning for Biomedical Signal Classification

---

## Installation

```bash
pip install blinear
