Metadata-Version: 2.1
Name: PyNeuralNetwork
Version: 0.0.1
Summary: Simple neural network implementation in Python (There is a C++ library I created which will eventually replace it).
Home-page: https://github.com/mattkjames7/PyNeuralNetwork
Author: Matthew Knight James
Author-email: mattkjames7@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: matplotlib
Requires-Dist: ColorString

# PyNeuralNetwork
Python neural network stuff


