A great visualization python library used to work with Keras. It uses python's graphviz library to create a presentable graph of the neural network you are building. This library is still unstable. Please report all bug to the issues section. It is currently tested with python3.5 and python3.6, but it should run just fine on any python3.
ann python-library ann-visualizer neural-networkGenann is a minimal, well-tested library for training and using feedforward artificial neural networks (ANN) in C. Its primary focus is on being simple, fast, reliable, and hackable. It achieves this by providing only the necessary functions and little extra. Genann is self-contained in two files: genann.c and genann.h. To use Genann, simply add those two files to your project.
backpropagation genetic-algorithm artificial-neural-networks ann neurons hidden-layers neural-network neural-networks neural ansi tinyHaystack is an end-to-end framework that enables you to build powerful and production-ready pipelines for different search use cases. Whether you want to perform Question Answering or semantic document search, you can use the State-of-the-Art NLP models in Haystack to provide unique search experiences and allow your users to query in natural language. Haystack is built in a modular fashion so that you can combine the best technology from other open-source projects like Huggingface's Transformers, Elasticsearch, or Milvus.
search nlp search-engine elasticsearch information-retrieval pytorch question-answering summarization transfer-learning ann language-model semantic-search squad bert dpr retriever neural-search natural-languageThis is The Hopfield neural network simulator. It show how a Hopfield neural network works as recurent NN. At the moment I need to develop GUI for this project. And I want to invite funs of AI algorithms like me. Project is developin in C++ and C#. I use Visual Studio 2008.
ai ann openmpTests are run through Mocha and should.js. Activation functions and cppns are tested against the HyperNEAT C# code from Sebastian Risi's work. This library is used by the neatjs library and the winjs library as well, usually as an NPM module -- but can be used inside HTML.
neural-networks ann cppn neatNeuroEvolution 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
neural-network nn artificial-neural-networks ann cppn neat hyperneatnet architecture is built by proto file that you defined, just like what the examples do.
ann lstm gru deep-learningcerebrum is an implementation of ANNs in Ruby. There's no reason to train a neural network in Ruby, I'm using it to experiment and play around with the bare fundamentals of ANNs, original idea for this project here is currently unmaintained. Extensions on top of that are personal experimentation. Use Cerebrum#train to train the network with an array of training data.
neural-network annNeuron class provides LNU (Linear Neural Unit), QNU (Quadratic Neural Unit), RBF (Radial Basis Function), MLP (Multi Layer Perceptron), MLP-ELM (Multi Layer Perceptron - Extreme Learning Machine) neurons learned with Gradient descent or LeLevenberg–Marquardt algorithm. This class is suitable for prediction on time series. Neuron class needs pandas and numpy to work propertly.
neurons mlp rbf lnu multi-layer-perceptron mlp-elm qnu artificial-intelligence time-series ann neural-network neural-networks artificial-neural-networks predictionThis code helps you classify malignant and benign tumors using Neural Networks. The example code is in Matlab (R2016 or higher will work).
ann neural-network neural-networks breastcancer-classification breast-cancer classification-algorithm uci-machine-learning neuronsA micro neural network multilayer perceptron for MicroPython (used on ESP32 and Pycom modules)
machine-learning qlearning ai deep-learning neural-network micropython esp32 q-learning artificial-intelligence neurons deeplearning mlp predictive-modeling ann lopy wipy pycom multilayer-perceptron hc2Self-organizing maps (SOM) or Kohonen maps are a type of artificial neural network (ANN) that mixes in an interesting way the concepts of competitive and cooperative neural networks. A SOM behaves as a typical competitive ANN, where the neurons fight for a case. The interesting twist added by Kohonen is that when a neurons wins a case, the prize is shared with its neighbors. Typically, the neighborhood is bigger at the beginning of the training, and it shrinks in order to let the system converge to a solution. One of the most interesting applications of this technique is applying it to the Travelling Salesman Problem, in which we can use a coordinate map and trace a route using the neurons in the ANN. By defining weight vectors as positions in the map, we can iterate the cities and treat each one as a case that can be won by a single neuron. The neuron that wins the case gets it weight vector updated to be closer to the city, but also its neighbors get updated. The neurons are placed in a 2D space, but they are only aware of a single dimension in their internal ANN, so their behavior is like an elastic ring that will eventually fit all the cities in the shortest distance possible.
som artificial-intelligence neurons kohonen-map ann tsp
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.