Unit pastinn

Description

pastinn (Pascal Tiny Neural Network)

(c) 2018 Matthew Hipkin <https://www.matthewhipkin.co.uk>

A Pascal port of tinn a tiny neural network library for C https://github.com/glouw/tinn

Overview

Classes, Interfaces, Objects and Records

Name Description
Record TTinnData  
Record TPasTinn  
Class TTinyNN  

Functions and Procedures

function explode(cDelimiter, sValue : string; iCount : integer) : TArray;

Types

TArray = array of string;
TSingleArray = array of Single;

Description

Functions and Procedures

function explode(cDelimiter, sValue : string; iCount : integer) : TArray;

Split string by a delimiter

Types

TArray = array of string;

Simple string array type

TSingleArray = array of Single;

Simple 2d array of Single type

Author


Generated by PasDoc 0.15.0.