Metadata-Version: 2.1
Name: novella_research
Version: 0.1.2
Summary: This package contains all my custom Tensorflow work.
Home-page: https://github.com/yourusername/novella_research
Author: Joshua Kim
Author-email: happyjoshua08@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: tensorflow>=2.0

# novella_research

This package contains all my custom Tensorflow work.

## Installation

You can install the package via pip:

```bash
pip install novella_research
```

## Usage

activations.flux

```python
from novella_research.activations import flux
import tensorflow as tf

...
tf.keras.layers.Dense(64, activation=flux('relu'))
```

## License

This package is licensed under the MIT License.
