Metadata-Version: 2.1
Name: yann
Version: 0.0.37
Summary: yet another neural network library
Home-page: https://github.com/michalwols/yann
Author: Michal Wolski
Author-email: michal@bite.ai
License: MIT
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: pretrainedmodels
Provides-Extra: cli
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: scikit-learn
Requires-Dist: torch (>=1.0.0)
Requires-Dist: matplotlib
Requires-Dist: torchvision
Provides-Extra: cli
Requires-Dist: click (>=6.7); extra == 'cli'
Provides-Extra: pretrainedmodels
Requires-Dist: pretrainedmodels; extra == 'pretrainedmodels'


# yann (Yet Another Neural Network Library)

Yann is an extended version of torch.nn, adding a ton of sugar to make training models as fast and easy as possible.



