nnlib
GPU-accelerated, C/C++ neural network library.
|
Source file containing an example usage of the library for the Titanic dataset. More...
#include <iostream>
#include <nnlib/network.h>
#include <nnlib/read.h>
#include <nnlib/verify.cuh>
#include <nnlib/onehot_encode.h>
#include <chrono>
Functions | |
int | main (int argc, char **argv) |
Source file containing an example usage of the library for the Titanic dataset.