emel/lazy/ml/neural_network
Functions
pub fn classifier(dataset: ZList(#(ZList(Float), String)), hidden_layers: ZList(
Int,
), learning_rate: Float, error_threshold: Float, max_iterations: Int, seed: Int) -> fn(
ZList(Float),
) -> String
pub fn classifier(dataset: ZList(#(ZList(Float), String)), hidden_layers: ZList(
Int,
), learning_rate: Float, error_threshold: Float, max_iterations: Int, seed: Int) -> fn(
ZList(Float),
) -> String