nnlib
GPU-accelerated, C/C++ neural network library.
Functions
main.cpp File Reference

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)
 

Detailed Description

Source file containing an example usage of the library for the Titanic dataset.

Author
Jan Warchocki
Date
25 December 2022