A library for multiple simultaneous computations with dynamically influencing results in complex webs of interconnected operations.
Project description
Factorchain Library
Factorchain is a powerful mathematical framework for optimizing computation chains using interconnected operations.
Installation
pip install factorchain
Usage
from factorchain import Factorchain
def square(x):
return x * x
fc = Factorchain([square, np.sin])
result = fc.compute(3)
print(result)
Features
- Matrix operations
- Fourier Transforms
- Polynomial expansions
- Neural network applications
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
factorchain-1.0.tar.gz
(2.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file factorchain-1.0.tar.gz.
File metadata
- Download URL: factorchain-1.0.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
55a3660f95385dc36de4506f989542f85336ca5dd67263749fe7303bcb436218
|
|
| MD5 |
0614350187d3bb6b86fd07248dca80f4
|
|
| BLAKE2b-256 |
e5eb2bc3c01fafb30dfef8e1834bc99951919faab8c3ce8f32da0063c6260496
|
File details
Details for the file factorchain-1.0-py3-none-any.whl.
File metadata
- Download URL: factorchain-1.0-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
10bed4ab736813284659f0b18710091e37d79bb2d8e2ff726f37dc1af602bfb6
|
|
| MD5 |
d1f679ae724874088c68183b235af0ea
|
|
| BLAKE2b-256 |
4ae9ddeff29773ba2452926c5ce374cfa007aae9d588dcabc98a48881059a4d0
|