Metadata-Version: 2.4
Name: synpi
Version: 1.1.3
Summary: A neural network library
Author-email: Isaiah Garrison <synapsetechsystemsofficial@gmail.com>
License: MIT License
        
        Copyright (c) 2026 Isaiah Garrison
        
        Permission is hereby granted, free of charge, to any person obtaining a copy...
        
Project-URL: Homepage, https://synapsetechsystems.netlify.app/
Project-URL: Documentation, https://synapsetechsystems.netlify.app/docs/synpi/definitions/
Keywords: neural networks,AI,machine learning,deep learning
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: tqdm
Requires-Dist: joblib
Requires-Dist: pympler
Dynamic: license-file

Synpi is a lightweight and scalable neural network framework designed to be simple, flexible, and accessible.



The name \*\*Synpi\*\* is derived from “synapse” and “pi,” reflecting its original goal of enabling neural network training on limited hardware such as single-board computers and older systems.



Synpi is written entirely in Python and supports Python 3.6 and newer. It runs on a wide range of systems, including lightweight Linux distributions and legacy Windows installations.



The framework follows a modular, drag-and-drop design. Users can define custom layers with their own logic, and as long as layers are configured correctly, data will flow naturally through the network.



Synpi is intended for learning, experimentation, and building custom neural network architectures without the overhead of larger frameworks.



For help with setup please follow the docs link: https://synapsetechsystems.netlify.app/docs/synpi/



— Isaiah Garrison

What's New in 1.1.3?
Synpi 1.1.3 adds the inter_eval parameter to the "local_federation_train" method. It allows for intermediate eval to check loss in federated learning.

What's New In 1.1.2?
Synpi 1.1.2 fixes a small bug where certain layers would error out and not save correctly. The problem should be solved!

What's New In 1.1.0?
Synpi 1.1.0 ditches the old saving and loading system for json, allowing for easier compatibility between Synpi and SynpiJS.

