资源算法opennn

opennn

2019-12-30 | |  88 |   0 |   0

OpenNN library

This is a copy of http://sourceforge.net/projects/opennn/

##Prerequirements

One needs to install libtinyxml and cmake 2.8. On Ubuntu, it goes like that:

sudo apt-get install libtinyxml2-dev
sudo apt-get install cmake
sudo apt-get install g++

##Build and install Then to build and install run:

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make opennn
sudo make install

##Run tests

mkdir build
cd build
cmake -DWithTests=ON ..
make opennntests
cd ../tests/bin
../../build/bin/opennntests

##Examples


上一篇:Yahoo-Open-NSFW

下一篇:OpenNNL

用户评价
全部评价

热门资源

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • inferno-boilerplate

    This is a very basic boilerplate example for pe...