🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

synapses-py

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

synapses-py

A lightweight library for neural networks that runs anywhere

7.4.1
PyPI
Maintainers
1

Synapses

A lightweight library for neural networks that runs anywhere!

Network Video

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.

Network 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

JetBrains

JetBrains tools have helped for this project!

Keywords

neural-network

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts