A simple Python library for creating neural networks
Reason this release was yanked:
wrong README, too old version that doesn't even work
Project description
PyAi
PyAi is a Python library for creating AI systems and neural networks using simple commands.
About
PyAi is a library designed to make AI development easier and more accessible. It allows users to create, train, and experiment with neural networks without writing complex code.
With PyAi, you can build everything from small AI models to large-scale LLMs. The library provides simple tools for creating neural networks, processing data, and training AI models.
Developers
Eyes Studio
Eyes Studio is an independent, unofficial company with a small team of developers focused on creating AI tools and open-source projects.
Features
- Create neural networks with just a few commands
- Fast and simple tokenizer for AI models
- Train neural networks on custom information
- Build and experiment with different AI architectures
- Easy-to-use tools for AI development
example of ai
from PyAi import Network
Net = Network(2,1,1,2)#input neoron,layers,neoron on 1 layer,output neoron
test_list=[1,2]
answer = Net.forward(test_list)
print(answer)
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
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 pyainetwork-0.0.2.tar.gz.
File metadata
- Download URL: pyainetwork-0.0.2.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f1118c02cc8c86a24ed80766266209bf09cacfac12e6c4353c91ee048abdd3ee
|
|
| MD5 |
dd7a6a76b06ad4ba06bcfed40e1671f9
|
|
| BLAKE2b-256 |
9b521e5a188965472b0c7e8f96a3c20ccb2c7dd4678baab2dfc9a64f6683aa3c
|
File details
Details for the file pyainetwork-0.0.2-py3-none-any.whl.
File metadata
- Download URL: pyainetwork-0.0.2-py3-none-any.whl
- Upload date:
- Size: 1.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9724c6b61616de6fcac63861ec68a6019792e0726258bbe1ed799f0cf36b11f6
|
|
| MD5 |
2b46742dd522e415226acab6d0e0917f
|
|
| BLAKE2b-256 |
ce9e86e744d9dc0ab2357245bdc900469db1318fde41a1535a567a7dd40f9ee5
|