Description
sudo apt install cmake g++ git libboost-all-dev libxss-dev libx11-dev libxcb-screensaver0-dev libopengl-dev
git clone https://github.com/ohhmm/openmind
cd openmind
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Debug -DBOOST_INCLUDE_DIR=/usr/include -DOPENMIND_BUILD_TESTS=OFF
make -j8
As result you can see following libraries produced:
FEATURED ./omnn/math/libmath.a - the libmath which describes Valuable and Variable polymorphic types
DEPENDENCY ./lib/libleveldb.a - LevelDB used by libmath for transparent solutions caching
FEATURED ./omnn/extrapolator/libextrapolator.a - deducing extrapolator based on libmath
PREVIEW ./omnn/rt/libomnn.a - openmind neural network library
PREVIEW ./omnn/ct/libct.a - compile-time lib
FEATURED ./OpenMind/libOpenMind.a - asynchronous goal-oriented state machine
openmind alternatives and similar libraries
Based on the "Artificial Intelligence" category.
Alternatively, view openmind alternatives based on common mentions on social networks and blogs.
-
Eclipse Deeplearning4J
Suite of tools for deploying and training deep learning models using the JVM. Highlights include model import for keras, tensorflow, and onnx/pytorch, a modular and tiny c++ library for running math code and a java based math library on top of the core c++ library. Also includes samediff: a pytorch/tensorflow like library for running deep learn... -
Modern C++ framework for Symbolic Regression
Modern C++ framework for symbolic regression that uses genetic programming to explore a hypothesis space of possible mathematical expression. -
Evolving Objects
A template-based, ANSI-C++ evolutionary computation library which helps you to write your own stochastic optimization algorithms insanely fast. [LGPL]
CodeRabbit: AI Code Reviews for Developers
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of openmind or a related project?
README
openmind
Compilation:
Ubuntu 20.04
sudo apt install cmake g++ git libboost-all-dev libxss-dev libx11-dev libxcb-screensaver0-dev libopengl-dev
git clone https://github.com/ohhmm/openmind
cd openmind
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Debug -DBOOST_INCLUDE_DIR=/usr/include -DOPENMIND_BUILD_TESTS=OFF
make -j8
As result you can see following libraries produced:
FEATURED ./omnn/math/libmath.a - the libmath which describes Valuable and Variable polymorphic types
DEPENDENCY ./lib/libleveldb.a - LevelDB used by libmath for transparent solutions caching
FEATURED ./omnn/extrapolator/libextrapolator.a - deducing extrapolator based on libmath
PREVIEW ./omnn/rt/libomnn.a - openmind neural network library
PREVIEW ./omnn/ct/libct.a - compile-time lib
FEATURED ./OpenMind/libOpenMind.a - asynchronous goal-oriented state machine
Features:
Basic Goals Framework
Asynchronous Interface
Tracking
Dependencies
Goal Generators
Goal reaching system
Facilities framework
Results processing
Generic context framework - is currently in work and at repository only partially.
Basically its meant to be like Sufix tree (like Trie, but Sufix tree) but more generic upon finish.
Its planned to make its nodes able to be the Context structures as well.
Please Donate to help reach this plans:
Plans:
To complete Generic Context Framework
Implement self learning Chatbot as OpenMind sample
lobby of dynamic class generation to C++ standard
Introduce Neural network support as part of current Facilities framework
context based neural network serialization and swapping
Support: [email protected]
Bitcoin: 17JNBmpsDxp1d4jcAh7qthSN4VRcN9EDxQ
Thank you very much, appreciate your support.