Metadata-Version: 2.1
Name: neuralnets
Version: 0.2
Summary: A library, based on PyTorch, that implements basic neural network algorithms and useful functions
Home-page: https://github.com/JorisRoels/neuralnets
Author: Joris Roels
Author-email: jorisb.roels@ugent.be
License: UNKNOWN
Platform: UNKNOWN
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

# NeuralNets

This code implements various useful utilities for training neural networks (particularly for segmentation).

## Installation
Installation is straightforward through pip:
<pre><code>pip install neuralnets</code></pre>


