Metadata-Version: 2.1
Name: gwu_nn
Version: 0.2.0
Summary: Neural Network library for the George Washington University
Home-page: https://gwu-nn.readthedocs.io/en/latest/index.html
Author: Joel Klein
Author-email: jdk51405@gmail.com
License: MIT
Description: # George Washington Neural Network
        This repository contains a neural network library built from scratch for use in Neural Network courses at
        The George Washington University. It is a basic implementation that provides a number of layers, activation
        functions, and loss functions for students to explore how networks work at a low level. 
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
