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.

nunn

Nunn implements an artificial intelligent framework written in modern C++11, which supports artificial networks able to learn by example and other machine learning algorithms.

The project includes demo applications, which are an excellent prototype problem for neural networks learning:
– mnist_test application lets you evaluate multiple net configurations on MNIST
– ocr_test provides a GUI to write digits that can recognize by using MNIST trained nets
– TicTacToe game
– Xor-function implementation
– And-perceptron sample
– Hopfield test

Binaries for Windows have been built by using Microsoft Visual C++ 2015, so you may need to install Visual C++ Redistributable Packages.
To do this, search for “Visual C++ Redistributable Packages for Visual Studio 2015” or use the link
https://www.microsoft.com/en-us/download/details.aspx?id=48145

SolarWinds Server & Application Monitor allows you to monitor your hybrid IT applications and systems. Monitor Microsoft® Office 365 Exchange side by side on your on-premises Exchange server and other applications. Check, track, and report on O365 user/shared mailbox growth, users over quota, archived mailboxes, inactive mailboxes, mobile device, mailbox groups, and more. You can also monitor Microsoft portal access to help ensure you’re meeting your SLAs.

Website http://www.nunnlib.eu
Tags
License
Platform
Features
  • Free open source neural network library
  • Implements perceptron, MLP, RMLP and Hopfield NNs
  • Implement Q-Learning algorithm
  • Supports fully connected networks
  • Back-propagation with MSE and Cross Entropy cost functions support
  • Easy to use and understand
  • Versatile
  • Easy to save and load entire ANNs
  • Includes non-trivial samples for Windows and Linux
  • Samples include MNIST OCR Demo and TicTacToe
  • Multi-platform, multi-architecture
  • Exports neural network diagrams that you can draw using Graphviz dot