Metadata-Version: 1.2
Name: noggin
Version: 0.9.1
Summary: A simple tool for logging and plotting measurements when training a neural network.
Home-page: https://github.com/rsokl/noggin
Author: Ryan Soklaski
Author-email: ryan.soklaski@gmail.com
License: MIT
Download-URL: https://github.com/rsokl/noggin/tarball/0.9.1
Description: 
        noggin is a simple tool for logging and plotting measurements during an experiment. In particular, it
        was created as a convenient means for recording metrics while training a neural network, thus it is
        designed around the familiar training/testing and batch/epoch paradigms.
        
        noggin is able to perform "live plotting" and automatically update its plots throughout an experiment.
        Its logging interface also makes it easy to save and load recorded metrics, and seamlessly resume your experiment.
        These metrics can also be accessed as an N-dimension array with labeled axes, by making keen use of the ``xarray``
        library.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Education
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.6
