All Projects → OpenANN → Openann

OpenANN / Openann

Licence: gpl-3.0
An open source library for artificial neural networks.

Programming Languages

python
139335 projects - #7 most used programming language
cplusplus
227 projects

Projects that are alternatives of or similar to Openann

Pytorchnlpbook
Code and data accompanying Natural Language Processing with PyTorch published by O'Reilly Media https://nlproc.info
Stars: ✭ 1,390 (+1088.03%)
Mutual labels:  neural-networks
Adcme.jl
Automatic Differentiation Library for Computational and Mathematical Engineering
Stars: ✭ 106 (-9.4%)
Mutual labels:  neural-networks
A Nice Mc
Code for "A-NICE-MC: Adversarial Training for MCMC"
Stars: ✭ 115 (-1.71%)
Mutual labels:  neural-networks
Torchmd
End-To-End Molecular Dynamics (MD) Engine using PyTorch
Stars: ✭ 99 (-15.38%)
Mutual labels:  neural-networks
Fast Style Transfer
TensorFlow CNN for fast style transfer ⚡🖥🎨🖼
Stars: ✭ 10,240 (+8652.14%)
Mutual labels:  neural-networks
Elephas
Distributed Deep learning with Keras & Spark
Stars: ✭ 1,521 (+1200%)
Mutual labels:  neural-networks
Smrt
Handle class imbalance intelligently by using variational auto-encoders to generate synthetic observations of your minority class.
Stars: ✭ 102 (-12.82%)
Mutual labels:  neural-networks
Lightwood
Lightwood is Legos for Machine Learning.
Stars: ✭ 115 (-1.71%)
Mutual labels:  neural-networks
Faceswap
Deepfakes Software For All
Stars: ✭ 39,911 (+34011.97%)
Mutual labels:  neural-networks
Pygat
Pytorch implementation of the Graph Attention Network model by Veličković et. al (2017, https://arxiv.org/abs/1710.10903)
Stars: ✭ 1,853 (+1483.76%)
Mutual labels:  neural-networks
Chatbot
Русскоязычный чатбот
Stars: ✭ 106 (-9.4%)
Mutual labels:  neural-networks
Numpy Ml
Machine learning, in numpy
Stars: ✭ 11,100 (+9387.18%)
Mutual labels:  neural-networks
Safe
SAFE: Self-Attentive Function Embeddings for binary similarity
Stars: ✭ 112 (-4.27%)
Mutual labels:  neural-networks
Spokestack Python
Spokestack is a library that allows a user to easily incorporate a voice interface into any Python application.
Stars: ✭ 103 (-11.97%)
Mutual labels:  neural-networks
Josef
A robot who learns how to draw
Stars: ✭ 115 (-1.71%)
Mutual labels:  neural-networks
Sigmoidal ai
Tutoriais de Python, Data Science, Machine Learning e Deep Learning - Sigmoidal
Stars: ✭ 103 (-11.97%)
Mutual labels:  neural-networks
Deep architect
A general, modular, and programmable architecture search framework
Stars: ✭ 110 (-5.98%)
Mutual labels:  neural-networks
Learn Machine Learning
Learn to Build a Machine Learning Application from Top Articles
Stars: ✭ 116 (-0.85%)
Mutual labels:  neural-networks
Keras Contrib
Keras community contributions
Stars: ✭ 1,532 (+1209.4%)
Mutual labels:  neural-networks
Xaynet
Xaynet represents an agnostic Federated Machine Learning framework to build privacy-preserving AI applications.
Stars: ✭ 111 (-5.13%)
Mutual labels:  neural-networks

OpenANN

An open source library for artificial neural networks.

API documentation

Build Status

License

The license is GPL 3. You can find the license text in the file COPYING.

Minimum Requirements

  • CMake 2.8 or higher
  • C++ compiler, e. g. g++
  • build management tool that is supported by CMake, e. g. make
  • Eigen 3 library
  • shell, wget, unzip

Installation

Linux

cd path/to/OpenANN/dir
mkdir build
cd build
cmake ..
sudo make install
sudo ldconfig
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].