Metadata-Version: 2.1
Name: Sentience-CraigR8806
Version: 0.0.10
Summary: Machine Learning Library
Home-page: https://github.com/CraigR8806/Sentience
Author: Craig Ramage
Author-email: craig@craigramage.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/CraigR8806/Sentience/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy (==1.22.2)
Requires-Dist: platformdirs (==2.5.0)
Requires-Dist: pyopencl (==2022.1)
Requires-Dist: pytools (==2022.1)
Requires-Dist: ParallelLinear-CraigR8806

# Sentience
This is a from scratch ML library implementing simple NNs.  It uses a Linear Maths library I also wrote that uses pyopencl to perform clacs on the GPU


