[][src]Module artha::neural_net

A dead simple Neural Network

Structs

NeuralNetwork

A dead simple Neural Network

Functions

find_max

Finds the maximum values of each column and returns them as a vector of maximum values

mean_loss

Calculates the mean square differnce between two arrays

normaize_val

Divides each value in the array with the given max value

sigmoid

Loops through the Array and calculates sigmoid of each value.

sigmoid_prime

Loops through the Array and calculates sigmoid prime of each value.