We aggregate information from all open source repositories to provide the most of useful open source products, from Enterprise product to small libraries across all platforms. Please search and find what you want.

Neural Libs

This project includes the implementation of a neural network MLP, RBF, SOM and Hopfield networks in several popular programming languages. The project also includes examples of the use of neural networks as function approximation and time series prediction. Includes a special program makes it easy to test neural network based on training data and the optimization of the network.

Today’s small-to-medium-sized (SMB) businesses and large enterprises are saving on their monthly communications costs by making one simple decision: to switch to a VoIP service solution from their old, outdated Plain Old Telephone Service (POTS). By choosing a new VoIP service, these companies enjoy the flexibility, reliability, call features, and audio quality that only a VoIP service can provide. Plus, they cut their phone bill by up to 70%!

Website https://neurallibs.sourceforge.io/
Tags
License
Platform
Features
  • multilayer perceptron neural network
  • linear, sigmoid and bipolar sigmoid activation functions
  • training, generalization and validation datasets
  • backpropagation learning algorithm
  • save the trained neural network to a file using binary serialization
  • load neural network from file using binary deserialization
  • approximation of functions of several variables
  • time series prediction
  • pattern recognition
  • usefulness to solve most of the problems
  • simple expert systems
  • included simulation program for .NET