Metadata-Version: 2.1
Name: neuralnets
Version: 1.1.3.0
Summary: A library, based on PyTorch, that implements basic neural network algorithms and useful functions
Home-page: https://github.com/saeyslab/neuralnets
Author: Joris Roels
Author-email: jorisb.roels@ugent.be
License: UNKNOWN
Description: # NeuralNets
        
        This code implements various useful utilities for training neural networks (particularly for segmentation). Make sure to check out our [documentation page](https://neuralnets.readthedocs.io/en/latest/)! 
        
        ## Installation
        Installation is straightforward through pip:
        <pre><code>pip install neuralnets</code></pre>
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
