UESMANN CPP  1.0
Reference implementation of UESMANN
Functions
/home/travis/build/jimfinnis/uesmanncpp/testTrainBasic.cpp File Reference

Tests of basic training. More...

#include <iostream>
#include <boost/test/unit_test.hpp>
#include "test.hpp"
Include dependency graph for testTrainBasic.cpp:

Go to the source code of this file.

Functions

 BOOST_AUTO_TEST_CASE (trainparams)
 Test training. This just checks that the network trains. More...
 
 BOOST_AUTO_TEST_CASE (trainparams2)
 another test without cross-validation which attempts to emulate the Angort test.ang program. More...
 
 BOOST_AUTO_TEST_CASE (addition)
 [addition] More...
 
 BOOST_AUTO_TEST_CASE (additionmod)
 [addition] More...
 
 BOOST_AUTO_TEST_CASE (trainmnist)
 [additionmod] More...
 

Detailed Description

Tests of basic training.

Definition in file testTrainBasic.cpp.