#ifndef ACTIVATIONS_H #define ACTIVATIONS_H float sigmoid(float weighted_sum); float sigmoid_derivative(float output) #endif