HaskellNN-0.1.3: High Performance Neural Network in Haskell

MaintainerKiet Lam <ktklam9@gmail.com>

AI.Calculation.NetworkOutput

Description

This module provides forward propagation to let the user get the output of the neural network given an input vector

Synopsis

Documentation

networkOutputSource

Arguments

:: Network

The neural network of interest

-> Vector Double

The input vector

-> Vector Double

The output vector of the output neurons

Forward propagate to get the network's output