A lightweight library for neural networks that runs anywhere
Project description
Synapses
A lightweight library for neural networks that runs anywhere!
Getting Started
Why Sypapses?
It's easy
- Add one dependency to your project.
- Write a single import statement.
- Use a few pure functions.
You are all set!
It runs anywhere
Supported languages:
It's compatible across languages
- The interface is common across languages.
- You can transfer a network from one platform to another via its json instance. Create a neural network in Python, train it in Java and get its predictions in JavaScript!
It offers visualizations
Get an overview of a neural network by taking a brief look at its svg drawing.
It's customizable
You can specify the activation function and the weight distribution for the neurons of each layer. If this is not enough, edit the json instance of a network to be exactly what you have in mind.
It's efficient
The implementation is based on lazy list. The information flows smoothly. Everything is obtained at a single pass.
Data preprocessing is simple
By annotating the discrete and continuous attributes, you can create a preprocessor that encodes and decodes the datapoints.
Works for huge datasets
The functions that process big volumes of data, have an Iterable/Stream as argument. RAM should not get full!
It's well tested
Every function is tested for every language. Please take a look at the test projects.
Dependencies
Misc
Project details
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
File details
Details for the file synapses-py-7.4.1.tar.gz
.
File metadata
- Download URL: synapses-py-7.4.1.tar.gz
- Upload date:
- Size: 11.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.4 CPython/3.9.2 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6159b34d794e84a87fa0e585b5b1e3099577b11c1d268535e99819a14d216ee6 |
|
MD5 | 7f8d735a062bb8eac77c0dc0064e9a37 |
|
BLAKE2b-256 | 0f520286f64358d4104dbe9d3cb89e10166fe1a5f1b0eab9861ad783d1f1d9b7 |
File details
Details for the file synapses_py-7.4.1-py3-none-any.whl
.
File metadata
- Download URL: synapses_py-7.4.1-py3-none-any.whl
- Upload date:
- Size: 14.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.4 CPython/3.9.2 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 65294c27b29c1e3471413154cf18c845972f404688f33a2758089db5b320339a |
|
MD5 | ea1b5f23e79cd4e85a92e62e6587a7f1 |
|
BLAKE2b-256 | 77f682369606177c3fe903fcef347e9b815eac761e547e3c606fabe0a61e2d4f |