Coder Social home page Coder Social logo

mrdimosthenis / synapses Goto Github PK

View Code? Open in Web Editor NEW
68.0 8.0 6.0 7.64 MB

A group of neural-network libraries for functional and mainstream languages

Home Page: https://mrdimosthenis.github.io/Synapses

neural-network machine-learning functional-programming javascript python java csharp scala fsharp lightweight

synapses's Introduction

Synapses

A group of neural-network libraries for functional and mainstream languages!

Choose a programming language:

Why Synapses?

It's efficient

The implementation is based on lazy list. The information flows smoothly. Everything is obtained at a single pass.

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 of a network to be exactly what you have in mind.

It offers visualizations

Get an overview of a neural network by taking a brief look at its svg drawing.

Network Drawing

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. Take a look at the test projects.

It's compatible across languages

The interface is similar 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!

synapses's People

Contributors

dependabot[bot] avatar shoomilas avatar smoothdeveloper avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

synapses's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.