Displaying 1 to 11 from 11 results

mind - A neural network library built in JavaScript

  •    Javascript

A flexible neural network library for Node.js and the browser. Check out a live demo of a movie recommendation engine built with Mind. Use plugins created by the Mind community to configure pre-trained networks that can go straight to making predictions.

node-nanomsg - Node.js binding for nanomsg

  •    Javascript

This is the default way of installing node-nanomsg. Behind the scenes, nanomsg library will be downloaded, built and statically linked, providing the simplest and easiest way to start working. Starts a new socket. The nanomsg socket can bind or connect to multiple heterogeneous endpoints as well as shutdown any of these established links.




neatjs - A javascript implementation of Neuro Evolution of Augmenting Topologies

  •    Javascript

NeuroEvolution of Augmenting Topologies (NEAT) implemented in Javascript (with tests done in Mocha for verification). Can be used as a node module or in a browser

juggernaut - Neural Network in Rust

  •    Rust

and the output of think is the prediction of the network after training.

static-kdtree - A static kdtree data structure

  •    Javascript

kd-trees are a compact data structure for answering orthogonal range and nearest neighbor queries on higher dimensional point data in linear time. While they are not as efficient at answering orthogonal range queries as range trees - especially in low dimensions - kdtrees consume exponentially less space, support k-nearest neighbor queries and are relatively cheap to construct. This makes them useful in small to medium dimensions for achieving a modest speed up over a linear scan. It is also worth mentioning that for approximate nearest neighbor queries or queries with a fixed size radius, grids and locality sensitive hashing are strictly better options. In these charts the transition between "Medium" and "Big" depends on how many points there are in the data structure. As the number of points grows larger, the dimension at which kdtrees become practical goes up.

nn - safe navigation of object trees

  •    Javascript

NeverNull provides the ability to safely navigate an object tree, regardless if the object, its properties, or nested properties exist. The function-object returned from nn guarantees safe navigation of its object tree. This allows us to avoid boilerplate value checking.


Credit-Card-Fraud - A Very Deep Neural Network that can classify Credit Card Fraudulent Transaction with 99

  •    Jupyter

In the world of Technology, Credit Card Fraudulent Transactions are fairly Common and this is a Deep Neural Network (Algorithm) that can classify these transactions just by looking at the data with 99.92% Accuracy which is likely to be very accurate. This Neural Network is based of the Credit-Card-Fraud Data available on Kaggle, It contains a whooping 248,407 Transactions which occurred in September 2013 by European Card Holders.

wann - :balance_scale: Weight Agnostic Neural Networks in Go

  •    Go

Weight Agnostic Neural Networks is a new type of neural network, where the weights of all the neurons are shared and the structure of the network is what matters. This makes sense, since taking the third number in the input data (index 2), running it through a swish function and then inverting it should be a usable detector for the up pattern.






We have large collection of open source products. Follow the tags from Tag Cloud >>


Open source products are scattered around the web. Please provide information about the open source projects you own / you use. Add Projects.